Bläddra i källkod

feat(types): 修改编办名称,文件大小写

zhangweicheng 5 år sedan
förälder
incheckning
6fb18ef0fb
3 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1 1
      types/package.json
  2. 1 1
      types/src/interface/Compliation.ts
  3. 2 2
      types/src/interface/index.ts

+ 1 - 1
types/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@sc/types",
   "name": "@sc/types",
-  "version": "1.0.2",
+  "version": "1.0.4",
   "description": "共用类型文件",
   "description": "共用类型文件",
   "main": "./dist/index.cjs.js",
   "main": "./dist/index.cjs.js",
   "module": "./dist/index.esm.js",
   "module": "./dist/index.esm.js",

+ 1 - 1
types/src/interface/Compliation.ts

@@ -1,5 +1,5 @@
 /* eslint-disable camelcase */
 /* eslint-disable camelcase */
-import { ELockInfo } from './User';
+import { ELockInfo } from './user';
 import { TaxType, IGLJCol } from './project';
 import { TaxType, IGLJCol } from './project';
 import { IFileRef } from './base';
 import { IFileRef } from './base';
 
 

+ 2 - 2
types/src/interface/index.ts

@@ -1,6 +1,6 @@
 export * from './base';
 export * from './base';
-export * from './Compliation';
-export * from './User';
+export * from './compilation';
+export * from './user';
 export * from './calculation';
 export * from './calculation';
 export * from './systemSetting';
 export * from './systemSetting';
 export * from './project';
 export * from './project';