@tachybase/plugin-field-china-region 1.3.11 → 1.3.13
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/LICENSE +1 -1
- package/build.config.ts +4 -4
- package/dist/externalVersion.js +4 -4
- package/package.json +6 -6
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/build.config.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { existsSync } from 'fs';
|
|
2
|
-
import fs from 'fs/promises';
|
|
3
|
-
import path from 'path';
|
|
4
|
-
import { defineConfig } from '@tachybase/
|
|
1
|
+
import { existsSync } from 'node:fs';
|
|
2
|
+
import fs from 'node:fs/promises';
|
|
3
|
+
import path from 'node:path';
|
|
4
|
+
import { defineConfig } from '@tachybase/devkit';
|
|
5
5
|
|
|
6
6
|
export default defineConfig({
|
|
7
7
|
afterBuild: async (log) => {
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
3
|
-
"@tachybase/schema": "1.3.
|
|
4
|
-
"@tachybase/server": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.13",
|
|
3
|
+
"@tachybase/schema": "1.3.13",
|
|
4
|
+
"@tachybase/server": "1.3.13",
|
|
5
5
|
"china-division": "2.7.0",
|
|
6
|
-
"@tachybase/database": "1.3.
|
|
6
|
+
"@tachybase/database": "1.3.13"
|
|
7
7
|
};
|
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.13",
|
|
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
|
+
"@tachybase/schema": "1.3.13"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/server": "1.3.13",
|
|
20
|
+
"@tachybase/client": "1.3.13",
|
|
21
|
+
"@tachybase/test": "1.3.13",
|
|
22
|
+
"@tachybase/database": "1.3.13"
|
|
23
23
|
},
|
|
24
24
|
"description.zh-CN": "提供中国行政区划数据和字段类型。",
|
|
25
25
|
"displayName.zh-CN": "字段:中国行政区划",
|