@innoways/ajv 6.2.7 → 6.2.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 +18 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.2.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed thme issues added version 6.2.8
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @innoways/drip-form-plugin-keywords@6.2.9
|
|
10
|
+
- @innoways/drip-form-plugin-formats@6.2.9
|
|
11
|
+
|
|
12
|
+
## 6.2.8
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Fixed valication errors, added version 6.2.8
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @innoways/drip-form-plugin-keywords@6.2.8
|
|
19
|
+
- @innoways/drip-form-plugin-formats@6.2.8
|
|
20
|
+
|
|
3
21
|
## 6.2.7
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/cjs/index.js
CHANGED
|
@@ -884,7 +884,7 @@ function registerAjv(options) {
|
|
|
884
884
|
|
|
885
885
|
ajv.addVocabulary(['validateTime', 'showError', 'requiredMode', '$container', // 用于绑定generator 切换的fieldKey
|
|
886
886
|
'$fieldKey', 'customFormat', // v1需要过滤该字段
|
|
887
|
-
'transformToObject', 'flow']); // 加载drip-form官方keywords插件
|
|
887
|
+
'transformToObject', 'flow', 'apiKey', 'themeColor']); // 加载drip-form官方keywords插件
|
|
888
888
|
|
|
889
889
|
addDripKeywords__default["default"](ajv); // 加载drip-form官方formats插件
|
|
890
890
|
|
package/dist/esm/index.js
CHANGED
|
@@ -870,7 +870,7 @@ function registerAjv(options) {
|
|
|
870
870
|
|
|
871
871
|
ajv.addVocabulary(['validateTime', 'showError', 'requiredMode', '$container', // 用于绑定generator 切换的fieldKey
|
|
872
872
|
'$fieldKey', 'customFormat', // v1需要过滤该字段
|
|
873
|
-
'transformToObject', 'flow']); // 加载drip-form官方keywords插件
|
|
873
|
+
'transformToObject', 'flow', 'apiKey', 'themeColor']); // 加载drip-form官方keywords插件
|
|
874
874
|
|
|
875
875
|
addDripKeywords(ajv); // 加载drip-form官方formats插件
|
|
876
876
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innoways/ajv",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.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": "^6.2.
|
|
38
|
-
"@innoways/drip-form-plugin-keywords": "^6.2.
|
|
37
|
+
"@innoways/drip-form-plugin-formats": "^6.2.9",
|
|
38
|
+
"@innoways/drip-form-plugin-keywords": "^6.2.9",
|
|
39
39
|
"ajv": "^8.6.2",
|
|
40
40
|
"ajv-errors": "^3.0.0",
|
|
41
41
|
"ajv-formats": "^2.1.0",
|