@kmkf-fe-packages/kmkf-work-order-service-component 2.0.20 → 2.0.22

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -40,7 +40,7 @@ Build library via `father`,
40
40
  $ npm run build
41
41
  ```
42
42
 
43
- 1112221111
43
+ 11122211111
44
44
 
45
45
  ## 企业工单工单项目抽离模块
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-work-order-service-component",
3
- "version": "2.0.20",
3
+ "version": "2.0.22",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ant-design/icons": "^4.7.0",
35
- "@kmkf-fe-packages/basic-components": "2.0.20",
36
- "@kmkf-fe-packages/kmkf-utils": "2.0.20",
37
- "@kmkf-fe-packages/services-components": "2.0.20",
35
+ "@kmkf-fe-packages/basic-components": "2.0.22",
36
+ "@kmkf-fe-packages/kmkf-utils": "2.0.22",
37
+ "@kmkf-fe-packages/services-components": "2.0.22",
38
38
  "@reduxjs/toolkit": "^1.8.5",
39
39
  "ahooks": "^3.7.4",
40
40
  "copy-to-clipboard": "^3.3.3",
@@ -73,7 +73,7 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "7e89fa11164580ddacfbb838a6e60f310cea24c1",
76
+ "gitHead": "1720968e22503076facc6b8f1c525b2409cf293c",
77
77
  "gitHooks": {
78
78
  "pre-commit": "lint-staged"
79
79
  }