@tachybase/plugin-i18n-editor 1.4.0 → 1.5.1
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
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.
|
|
3
|
+
"@tachybase/client": "1.5.1",
|
|
4
4
|
"@tachybase/schema": "1.3.52",
|
|
5
5
|
"@ant-design/icons": "5.6.1",
|
|
6
6
|
"ahooks": "3.9.0",
|
|
7
7
|
"antd": "5.22.5",
|
|
8
|
-
"@tachybase/module-ui-schema": "1.
|
|
8
|
+
"@tachybase/module-ui-schema": "1.5.1",
|
|
9
9
|
"@tego/server": "1.3.52",
|
|
10
10
|
"react-i18next": "16.2.1"
|
|
11
11
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"deepmerge","description":"A library for deep (recursive) merging of Javascript objects","keywords":["merge","deep","extend","copy","clone","recursive"],"version":"4.3.1","homepage":"https://github.com/TehShrike/deepmerge","repository":{"type":"git","url":"git://github.com/TehShrike/deepmerge.git"},"main":"dist/cjs.js","engines":{"node":">=0.10.0"},"scripts":{"build":"rollup -c","test":"npm run build && tape test/*.js && jsmd readme.md && npm run test:typescript","test:typescript":"tsc --noEmit test/typescript.ts && ts-node test/typescript.ts","size":"npm run build && uglifyjs --compress --mangle -- ./dist/umd.js | gzip -c | wc -c"},"devDependencies":{"@types/node":"^8.10.54","is-mergeable-object":"1.1.0","is-plain-object":"^5.0.0","jsmd":"^1.0.2","rollup":"^1.23.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","tape":"^4.11.0","ts-node":"7.0.1","typescript":"=2.2.2","uglify-js":"^3.6.1"},"license":"MIT","_lastModified":"2025-11-
|
|
1
|
+
{"name":"deepmerge","description":"A library for deep (recursive) merging of Javascript objects","keywords":["merge","deep","extend","copy","clone","recursive"],"version":"4.3.1","homepage":"https://github.com/TehShrike/deepmerge","repository":{"type":"git","url":"git://github.com/TehShrike/deepmerge.git"},"main":"dist/cjs.js","engines":{"node":">=0.10.0"},"scripts":{"build":"rollup -c","test":"npm run build && tape test/*.js && jsmd readme.md && npm run test:typescript","test:typescript":"tsc --noEmit test/typescript.ts && ts-node test/typescript.ts","size":"npm run build && uglifyjs --compress --mangle -- ./dist/umd.js | gzip -c | wc -c"},"devDependencies":{"@types/node":"^8.10.54","is-mergeable-object":"1.1.0","is-plain-object":"^5.0.0","jsmd":"^1.0.2","rollup":"^1.23.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","tape":"^4.11.0","ts-node":"7.0.1","typescript":"=2.2.2","uglify-js":"^3.6.1"},"license":"MIT","_lastModified":"2025-11-17T13:32:01.579Z"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-i18n-editor",
|
|
3
3
|
"displayName": "Localization",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"description": "Allows to manage localization resources of the application.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
"dependencies": {},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@ant-design/icons": "^5.6.1",
|
|
14
|
-
"@tachybase/schema": "
|
|
15
|
-
"@tachybase/test": "
|
|
16
|
-
"@tego/client": "
|
|
17
|
-
"@tego/server": "
|
|
14
|
+
"@tachybase/schema": "1.3.52",
|
|
15
|
+
"@tachybase/test": "1.3.52",
|
|
16
|
+
"@tego/client": "1.3.52",
|
|
17
|
+
"@tego/server": "1.3.52",
|
|
18
18
|
"ahooks": "^3.9.0",
|
|
19
19
|
"antd": "5.22.5",
|
|
20
20
|
"deepmerge": "^4.3.1",
|
|
21
21
|
"react-i18next": "16.2.1",
|
|
22
|
-
"@tachybase/client": "1.
|
|
23
|
-
"@tachybase/module-
|
|
24
|
-
"@tachybase/module-
|
|
22
|
+
"@tachybase/client": "1.5.1",
|
|
23
|
+
"@tachybase/module-web": "1.5.1",
|
|
24
|
+
"@tachybase/module-ui-schema": "1.5.1"
|
|
25
25
|
},
|
|
26
26
|
"description.zh-CN": "支持管理应用程序的本地化资源。",
|
|
27
27
|
"displayName.zh-CN": "本地化",
|