@tachybase/plugin-field-china-region 0.23.8 → 0.23.14

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.
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.8",
3
- "@tachybase/schema": "0.23.8",
4
- "@tachybase/server": "0.23.8",
2
+ "@tachybase/client": "0.23.14",
3
+ "@tachybase/schema": "0.23.14",
4
+ "@tachybase/server": "0.23.14",
5
5
  "china-division": "2.7.0",
6
- "@tachybase/database": "0.23.8"
6
+ "@tachybase/database": "0.23.14"
7
7
  };
package/package.json CHANGED
@@ -1,24 +1,25 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-field-china-region",
3
3
  "displayName": "Administrative divisions of China",
4
- "version": "0.23.8",
4
+ "version": "0.23.14",
5
5
  "description": "Provides data and field type for administrative divisions of China.",
6
6
  "keywords": [
7
7
  "Fields"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "main": "./dist/server/index.js",
11
+ "dependencies": {},
11
12
  "devDependencies": {
12
13
  "@types/cross-spawn": "^6.0.6",
13
14
  "china-division": "^2.7.0",
14
15
  "cross-spawn": "^7.0.6",
15
- "@tachybase/schema": "0.23.8"
16
+ "@tachybase/schema": "0.23.14"
16
17
  },
17
18
  "peerDependencies": {
18
- "@tachybase/client": "0.23.8",
19
- "@tachybase/server": "0.23.8",
20
- "@tachybase/test": "0.23.8",
21
- "@tachybase/database": "0.23.8"
19
+ "@tachybase/client": "0.23.14",
20
+ "@tachybase/database": "0.23.14",
21
+ "@tachybase/server": "0.23.14",
22
+ "@tachybase/test": "0.23.14"
22
23
  },
23
24
  "description.zh-CN": "提供中国行政区划数据和字段类型。",
24
25
  "displayName.zh-CN": "字段:中国行政区划",
@@ -1,18 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-field-china-region@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/plugin-field-china-region
4
- > tachybase-build --no-dts @tachybase/plugin-field-china-region
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/plugin-field-china-region: plugin-field-china-region build start
8
- @tachybase/plugin-field-china-region: build plugin client
9
- @tachybase/plugin-field-china-region: build plugin server source
10
- @tachybase/plugin-field-china-region: delete server files
11
- @tachybase/plugin-field-china-region: build plugin server dependencies
12
- @tachybase/plugin-field-china-region: These packages @tachybase/server, china-division, @tachybase/database will be exclude.
13
- @tachybase/plugin-field-china-region: write external version
14
- @tachybase/plugin-field-china-region: afterBuild
15
- @tachybase/plugin-field-china-region: coping areas.json
16
- @tachybase/plugin-field-china-region: coping cities.json
17
- @tachybase/plugin-field-china-region: coping provinces.json
18
-