@innoways/ajv 8.0.8 → 8.0.9
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 +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed auto details fetch issue using formValue api, version 8.0.9
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @innoways/drip-form-plugin-keywords@8.0.9
|
|
10
|
+
- @innoways/drip-form-plugin-formats@8.0.9
|
|
11
|
+
|
|
3
12
|
## 8.0.8
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innoways/ajv",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.9",
|
|
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.
|
|
38
|
-
"@innoways/drip-form-plugin-keywords": "^8.0.
|
|
37
|
+
"@innoways/drip-form-plugin-formats": "^8.0.9",
|
|
38
|
+
"@innoways/drip-form-plugin-keywords": "^8.0.9",
|
|
39
39
|
"ajv": "^8.6.2",
|
|
40
40
|
"ajv-errors": "^3.0.0",
|
|
41
41
|
"ajv-formats": "^2.1.0",
|