@innoways/hooks 4.0.0 → 6.0.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - major datefix
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @innoways/utils@6.0.0
13
+
14
+ ## 5.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - changed all jdfed imports to innoways
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @innoways/utils@5.0.0
24
+
3
25
  ## 4.0.0
4
26
 
5
27
  ### Major Changes
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
6
6
  import produce, { produce as produce$1 } from 'immer';
7
7
  import _typeof from '@babel/runtime/helpers/typeof';
8
8
  import moment from 'moment';
9
- import { isEmpty, typeCheck, generateReg, fetchFnJsonKey } from '@jdfed/utils';
9
+ import { isEmpty, typeCheck, generateReg, fetchFnJsonKey } from '@innoways/utils';
10
10
  import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
11
11
  import _regeneratorRuntime from '@babel/runtime/regenerator';
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/hooks",
3
- "version": "4.0.0",
3
+ "version": "6.0.0",
4
4
  "description": "drip-form通用hooks",
5
5
  "keywords": [
6
6
  "hooks",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.10.2",
34
- "@jdfed/utils": "^0.8.2",
34
+ "@innoways/utils": "^6.0.0",
35
35
  "ahooks": "^2.10.12",
36
36
  "ajv": "^8.6.2",
37
37
  "immer": "^9.0.5",