@nocobase/plugin-field-china-region 2.0.0-beta.1 → 2.0.0-beta.2
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/dist/externalVersion.js +3 -3
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/core": "2.3.7",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
|
-
"@nocobase/client": "2.0.0-beta.
|
|
13
|
+
"@nocobase/client": "2.0.0-beta.2",
|
|
14
14
|
"@formily/shared": "2.3.7",
|
|
15
|
-
"@nocobase/server": "2.0.0-beta.
|
|
15
|
+
"@nocobase/server": "2.0.0-beta.2",
|
|
16
16
|
"china-division": "2.7.0",
|
|
17
|
-
"@nocobase/database": "2.0.0-beta.
|
|
17
|
+
"@nocobase/database": "2.0.0-beta.2"
|
|
18
18
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-field-china-region",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"displayName": "Collection field: administrative divisions of China",
|
|
5
5
|
"displayName.zh-CN": "数据表字段:中国行政区划",
|
|
6
6
|
"displayName.ru-RU": "Поле коллекции: административное деление Китая",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@nocobase/server": "2.x",
|
|
26
26
|
"@nocobase/test": "2.x"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "b77a33ee933ae6e09d2d5dce017ca15d8552d57b",
|
|
29
29
|
"keywords": [
|
|
30
30
|
"Collection fields"
|
|
31
31
|
]
|