@kmkf-fe-packages/basic-components 1.4.0-rc.2 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,8 +45,6 @@ export { default as BsReturn } from './bs/Return';
45
45
  export { default as BsSystemOrder } from './bs/SystemOrder';
46
46
  export { default as WlnGoods } from './wln/Goods';
47
47
  export { default as CommonGoods } from './common/CommonGoods';
48
- export { default as CommonReturnGoods } from './common/CommonReturnGoods';
49
- export { default as CommonExchangeGoods } from './common/CommonExchangeGoods';
50
48
  export { default as WdtReissue } from './wdt/Reissue';
51
49
  export { default as GoodsTable } from './common/GoodsTable';
52
50
  export { default as CommonStatus } from './common/CommonStatus';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "1.4.0-rc.2",
3
+ "version": "1.4.2",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -11,7 +11,7 @@
11
11
  "dist"
12
12
  ],
13
13
  "scripts": {
14
- "sync": "yarn build && yalc push",
14
+ "async": "yarn build && yalc push",
15
15
  "build": "yarn lint && father-build",
16
16
  "lint": "eslint '**/*.{ts,tsx}'",
17
17
  "lint:fix": "eslint --fix '**/*.{ts,tsx}'",
@@ -20,9 +20,8 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "1.4.0-rc.2",
23
+ "@kmkf-fe-packages/kmkf-utils": "1.4.2",
24
24
  "ahooks": "^3.7.4",
25
- "bignumber.js": "^9.1.2",
26
25
  "kmkf-monitor": "^0.8.8",
27
26
  "lodash": "^4.17.21",
28
27
  "pubsub-js": "^1.9.4",
@@ -65,5 +64,5 @@
65
64
  "publishConfig": {
66
65
  "access": "public"
67
66
  },
68
- "gitHead": "e5eeca9b9a3503fb78505650b68a11bb12a914e6"
67
+ "gitHead": "0a85a17cc8fd63cb7f30daf63beebd034f58da6e"
69
68
  }
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const CommonExchangeGoods: (props: any) => React.JSX.Element;
3
- export default CommonExchangeGoods;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const CommonReturnGoods: (props: any) => React.JSX.Element;
3
- export default CommonReturnGoods;