@tachybase/plugin-field-china-region 1.3.23 → 1.3.25
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 +6 -6
package/dist/externalVersion.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-field-china-region",
|
|
3
3
|
"displayName": "Administrative divisions of China",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.25",
|
|
5
5
|
"description": "Provides data and field type for administrative divisions of China.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Fields"
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"main": "./dist/server/index.js",
|
|
11
11
|
"dependencies": {},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@tachybase/schema": "
|
|
14
|
-
"@tachybase/test": "
|
|
15
|
-
"@tego/client": "
|
|
16
|
-
"@tego/server": "
|
|
13
|
+
"@tachybase/schema": "*",
|
|
14
|
+
"@tachybase/test": "*",
|
|
15
|
+
"@tego/client": "*",
|
|
16
|
+
"@tego/server": "*",
|
|
17
17
|
"@types/cross-spawn": "^6.0.6",
|
|
18
18
|
"china-division": "^2.7.0",
|
|
19
19
|
"cross-spawn": "^7.0.6",
|
|
20
|
-
"@tachybase/client": "1.3.
|
|
20
|
+
"@tachybase/client": "1.3.25"
|
|
21
21
|
},
|
|
22
22
|
"description.zh-CN": "提供中国行政区划数据和字段类型。",
|
|
23
23
|
"displayName.zh-CN": "字段:中国行政区划",
|