@tachybase/plugin-field-china-region 1.3.16 → 1.3.17

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": "1.3.16",
3
- "@tachybase/schema": "1.3.16",
4
- "@tachybase/server": "1.3.16",
2
+ "@tachybase/client": "1.3.17",
3
+ "@tachybase/schema": "1.3.17",
4
+ "@tachybase/server": "1.3.17",
5
5
  "china-division": "2.7.0",
6
- "@tachybase/database": "1.3.16"
6
+ "@tachybase/database": "1.3.17"
7
7
  };
package/dist/index.js CHANGED
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  default: () => import_server.default
32
32
  });
33
- module.exports = __toCommonJS(src_exports);
34
- __reExport(src_exports, require("./server"), module.exports);
33
+ module.exports = __toCommonJS(index_exports);
34
+ __reExport(index_exports, require("./server"), module.exports);
35
35
  var import_server = __toESM(require("./server"));
36
36
  // Annotate the CommonJS export names for ESM import in node:
37
37
  0 && (module.exports = {
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.16",
4
+ "version": "1.3.17",
5
5
  "description": "Provides data and field type for administrative divisions of China.",
6
6
  "keywords": [
7
7
  "Fields"
@@ -13,13 +13,13 @@
13
13
  "@types/cross-spawn": "^6.0.6",
14
14
  "china-division": "^2.7.0",
15
15
  "cross-spawn": "^7.0.6",
16
- "@tachybase/schema": "1.3.16"
16
+ "@tachybase/schema": "1.3.17"
17
17
  },
18
18
  "peerDependencies": {
19
- "@tachybase/server": "1.3.16",
20
- "@tachybase/test": "1.3.16",
21
- "@tachybase/client": "1.3.16",
22
- "@tachybase/database": "1.3.16"
19
+ "@tachybase/database": "1.3.17",
20
+ "@tachybase/server": "1.3.17",
21
+ "@tachybase/client": "1.3.17",
22
+ "@tachybase/test": "1.3.17"
23
23
  },
24
24
  "description.zh-CN": "提供中国行政区划数据和字段类型。",
25
25
  "displayName.zh-CN": "字段:中国行政区划",