@deepseek-ai/dsh-typert-loader 0.1.0-rc.8 → 0.1.1-rc.2

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/README.i18n.yaml CHANGED
@@ -3,4 +3,4 @@
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/typert/loader/README.md
5
5
  README.md: ab9293de1630fdbe8c560bb9e6d00c272cc34161
6
- README.zh.md: 4e962c05b73982f03accab938cf3282dfe333dbc
6
+ README.zh.md: d5f9d8e5de5d47ed424f4ed03a12c03cb1b53997
package/README.zh.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## 模型体验
14
14
 
15
- 无。loader 只向 [`ctx.typert`](../registry/README.md) 提供注册项;任何模型可见投影均由消费方负责。
15
+ 无。loader 只向 [`ctx.typert`](../registry/README.zh.md) 提供注册项;任何模型可见投影均由消费方负责。
16
16
 
17
17
  #### KV Cache 影响
18
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-typert-loader",
3
3
  "description": "Loader integration for generated Typert package contributions",
4
- "version": "0.1.0-rc.8",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -33,8 +33,8 @@
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
35
  "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
36
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
37
- "@deepseek-ai/dsh-typert-registry": "^0.1.0-rc.8",
36
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
37
+ "@deepseek-ai/dsh-typert-registry": "^0.1.1-rc.2",
38
38
  "@deepseek-ai/cordis": "^4.0.1"
39
39
  },
40
40
  "dependencies": {
@@ -43,8 +43,8 @@
43
43
  "devDependencies": {
44
44
  "zod": "^4.4.3",
45
45
  "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
46
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
47
- "@deepseek-ai/dsh-typert-registry": "^0.1.0-rc.8",
46
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
47
+ "@deepseek-ai/dsh-typert-registry": "^0.1.1-rc.2",
48
48
  "@deepseek-ai/cordis": "^4.0.1"
49
49
  }
50
50
  }