@dshtrading/base 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 (2) hide show
  1. package/cordis.patch.yml +3 -0
  2. package/package.json +17 -16
package/cordis.patch.yml CHANGED
@@ -81,6 +81,9 @@
81
81
  # Settings → General 语言目录,并为全部 dshtrading.* 命名空间注册 zh-CN
82
82
  # 词典(构建期 import 各 UI 包 locales.ts 纯数据模块,zh-CN ≡ zh 零漂移)。
83
83
  # 纯浏览器半语言包(dsh-web dsh-i18n 范式),headless 宿主空 apply 无害。
84
+ # 包名解析依赖本包 dependencies 里的 @dshtrading/dsh-i18n(进 profile 安装
85
+ # 闭包,S3 坑 3 同款;缺行 = npm 新装 profile 启动即 ERR_MODULE_NOT_FOUND,
86
+ # issue #60 实测)。
84
87
  - id: dsh-trading-dsh-i18n
85
88
  name: '@dshtrading/dsh-i18n'
86
89
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dshtrading/base",
3
3
  "description": "Market-agnostic core bundle for dsh-trading: sole owner of shared cordis rows — unified order/cancel approval gate plugin and the agent-presets row (unified preset root ~/.dsh-trading-presets)",
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",
@@ -24,24 +24,25 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@deepseek-ai/dsh-agent-presets": ">=0.1.2-alpha.1",
28
- "@deepseek-ai/dsh-tool-cordis": ">=0.1.2-alpha.3",
29
- "@dshtrading/client-ui-indicators": "^0.1.0",
30
- "@dshtrading/api": "^0.1.0",
31
- "@dshtrading/client-ui-knowledge": "^0.1.0",
32
- "@dshtrading/client-ui-settings": "^0.1.0",
33
- "@dshtrading/client-ui-strategies": "^0.1.0",
34
- "@dshtrading/client-ui-trading": "^0.1.0",
35
- "@dshtrading/eventbus": "^0.1.0",
36
- "@dshtrading/strategies": "^0.1.0",
37
- "@dshtrading/indicators": "^0.1.0",
38
- "@dshtrading/knowledge": "^0.1.0",
39
- "@dshtrading/router": "^0.1.0",
40
- "@dshtrading/watchlist": "^0.1.0"
27
+ "@deepseek-ai/dsh-agent-presets": ">=0.1.2-rc.1",
28
+ "@deepseek-ai/dsh-tool-cordis": ">=0.1.2-rc.1",
29
+ "@dshtrading/api": "^0.1.1",
30
+ "@dshtrading/client-ui-indicators": "^0.1.1",
31
+ "@dshtrading/client-ui-knowledge": "^0.1.1",
32
+ "@dshtrading/client-ui-settings": "^0.1.1",
33
+ "@dshtrading/client-ui-strategies": "^0.1.1",
34
+ "@dshtrading/client-ui-trading": "^0.1.1",
35
+ "@dshtrading/eventbus": "^0.1.1",
36
+ "@dshtrading/indicators": "^0.1.1",
37
+ "@dshtrading/dsh-i18n": "^0.1.1",
38
+ "@dshtrading/router": "^0.1.1",
39
+ "@dshtrading/knowledge": "^0.1.1",
40
+ "@dshtrading/strategies": "^0.1.1",
41
+ "@dshtrading/watchlist": "^0.1.1"
41
42
  },
42
43
  "peerDependencies": {
43
44
  "@deepseek-ai/cordis": ">=4.0.0",
44
- "@deepseek-ai/dsh-tools": ">=0.1.2-alpha.1",
45
+ "@deepseek-ai/dsh-tools": ">=0.1.2-rc.1",
45
46
  "@deepseek-ai/schemastery": ">=3.18.0"
46
47
  },
47
48
  "devDependencies": {