@dshtrading/dsh-i18n 0.1.0 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dshtrading/dsh-i18n",
3
3
  "description": "Central language-pack plugin for the dsh-trading trading GUI: registers Simplified Chinese (zh-CN) as a selectable language in the host Settings → General → Language row and carries the zh-CN dictionaries for all dshtrading locale namespaces. Source packages own their zh/en dictionaries (typed register); this plugin is the single home for additional languages — adding language #3 = importing its dictionary module and one register line.",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "types": "./lib/index.d.ts",
@@ -21,14 +21,14 @@
21
21
  ],
22
22
  "license": "PolyForm-Noncommercial-1.0.0",
23
23
  "dependencies": {
24
- "@dshtrading/client-ui-trading": "^0.1.0",
25
- "@dshtrading/client-ui-settings": "^0.1.0",
26
- "@dshtrading/client-ui-knowledge": "^0.1.0",
27
- "@dshtrading/client-ui-strategies": "^0.1.0"
24
+ "@dshtrading/client-ui-strategies": "^0.1.1",
25
+ "@dshtrading/client-ui-trading": "^0.1.1",
26
+ "@dshtrading/client-ui-settings": "^0.1.1",
27
+ "@dshtrading/client-ui-knowledge": "^0.1.1"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@deepseek-ai/cordis": ">=4.0.0",
31
- "@deepseek-ai/dsh-client-locale": ">=0.1.2-alpha.1"
31
+ "@deepseek-ai/dsh-client-locale": ">=0.1.2-rc.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@deepseek-ai/cordis": "^4.0.2",