@@ -1,6 +1,6 @@
{
"name": "@sc/types",
- "version": "1.0.2",
+ "version": "1.0.4",
"description": "共用类型文件",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
@@ -1,5 +1,5 @@
/* eslint-disable camelcase */
-import { ELockInfo } from './User';
+import { ELockInfo } from './user';
import { TaxType, IGLJCol } from './project';
import { IFileRef } from './base';
export * from './base';
-export * from './Compliation';
-export * from './User';
+export * from './compilation';
+export * from './user';
export * from './calculation';
export * from './systemSetting';
export * from './project';