@innoways/ajv 8.0.3 → 8.0.5

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fixed payload issues 8.0.5
8
+ - Updated dependencies
9
+ - @innoways/drip-form-plugin-keywords@8.0.5
10
+ - @innoways/drip-form-plugin-formats@8.0.5
11
+
12
+ ## 8.0.4
13
+
14
+ ### Patch Changes
15
+
16
+ - fixed null field issues 8.0.4
17
+ - Updated dependencies
18
+ - @innoways/drip-form-plugin-keywords@8.0.4
19
+ - @innoways/drip-form-plugin-formats@8.0.4
20
+
3
21
  ## 8.0.3
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/ajv",
3
- "version": "8.0.3",
3
+ "version": "8.0.5",
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": "^8.0.3",
38
- "@innoways/drip-form-plugin-keywords": "^8.0.3",
37
+ "@innoways/drip-form-plugin-formats": "^8.0.5",
38
+ "@innoways/drip-form-plugin-keywords": "^8.0.5",
39
39
  "ajv": "^8.6.2",
40
40
  "ajv-errors": "^3.0.0",
41
41
  "ajv-formats": "^2.1.0",