@kep-platform/basic-component 0.0.32 → 0.0.33

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -12,4 +12,5 @@ export * from './Space';
12
12
  export * from './Spin';
13
13
  export * from './Table';
14
14
  export * from './Tree';
15
+ export * from './Window';
15
16
  export * from './__styles';
package/dist/index.js CHANGED
@@ -12,4 +12,5 @@ export * from "./Space";
12
12
  export * from "./Spin";
13
13
  export * from "./Table";
14
14
  export * from "./Tree";
15
+ export * from "./Window";
15
16
  export * from "./__styles";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kep-platform/basic-component",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -20,6 +20,7 @@
20
20
  "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
21
21
  "prepare": "dumi setup",
22
22
  "prepublishOnly": "npm run build",
23
+ "postpublish": "cnpm sync @kep-platform/basic-component",
23
24
  "start": "npm run dev"
24
25
  },
25
26
  "commitlint": {
@@ -48,7 +49,7 @@
48
49
  "@ant-design/icons": "^5.3.7",
49
50
  "@dnd-kit/core": "^6.1.0",
50
51
  "@dnd-kit/utilities": "^3.2.2",
51
- "@kep-platform/hooks": "^0.0.32",
52
+ "@kep-platform/hooks": "^0.0.33",
52
53
  "color": "^4.2.3",
53
54
  "rc-pagination": "^4.1.0",
54
55
  "styled-components": "^6.1.11"
@@ -86,5 +87,5 @@
86
87
  "authors": [
87
88
  "lee-step-jss 1599925910@qq.com"
88
89
  ],
89
- "gitHead": "581914abdd5785a77fa0400eb7cce9f25e07eabf"
90
+ "gitHead": "14a62704c19298ed83c54f6cd8b80e2c851ab9e1"
90
91
  }