@innoways/ajv 6.3.4 → 8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - console.log(showCurrentDate, 'showCurrentDate', fieldData)
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @innoways/drip-form-plugin-keywords@8.0.0
13
+ - @innoways/drip-form-plugin-formats@8.0.0
14
+
15
+ ## 7.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - feature: nested api key support and data fetch and post changes 6.3.4
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @innoways/drip-form-plugin-keywords@7.0.0
25
+ - @innoways/drip-form-plugin-formats@7.0.0
26
+
27
+ ## 6.3.5
28
+
29
+ ### Patch Changes
30
+
31
+ - feature: nested api key support and data fetch and post changes 6.3.4
32
+ - Updated dependencies
33
+ - @innoways/drip-form-plugin-keywords@6.3.5
34
+ - @innoways/drip-form-plugin-formats@6.3.5
35
+
3
36
  ## 6.3.4
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/ajv",
3
- "version": "6.3.4",
3
+ "version": "8.0.0",
4
4
  "description": "drip ajv核心包",
5
5
  "keywords": [
6
6
  "ajv"
@@ -34,8 +34,8 @@
34
34
  "url": "https://github.com/JDFED/drip-form/"
35
35
  },
36
36
  "dependencies": {
37
- "@innoways/drip-form-plugin-formats": "^6.3.4",
38
- "@innoways/drip-form-plugin-keywords": "^6.3.4",
37
+ "@innoways/drip-form-plugin-formats": "^8.0.0",
38
+ "@innoways/drip-form-plugin-keywords": "^8.0.0",
39
39
  "ajv": "^8.6.2",
40
40
  "ajv-errors": "^3.0.0",
41
41
  "ajv-formats": "^2.1.0",