@deepseek-ai/dsh-native-command 0.0.1-rc.2 → 0.0.1-rc.3

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
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/util/native-command/README.md
5
- README.md: dd9d1ddaf817b2ff77ec0cd01710053e918b4296
6
- README.zh.md: 3ff8a392f2c511295adb0bf5f62b6e0527cbaea6
5
+ README.md: 8a552ac36fac150ae18b2a8adaab1dd489ecb476
6
+ README.zh.md: 618e50afe7cd157b2dfc4763adfbf1d5d88d213e
package/README.md CHANGED
@@ -24,4 +24,4 @@ None; this package neither assembles nor sends a provider request.
24
24
 
25
25
  ## Known Limitations and Deferred Work
26
26
 
27
- - **No output bounding** — both streams buffer unbounded in memory; every current caller invokes small native tools whose output is a path or an error line. Adopt `dsh-retention` bounding before pointing this at commands with meaningful output volume.
27
+ - **No output bounding** — both streams buffer unbounded in memory; every current caller invokes small native tools whose output is a path or an error line. Adopt `dsh-output-retention` bounding before pointing this at commands with meaningful output volume.
package/README.zh.md CHANGED
@@ -24,4 +24,4 @@ import { runNativeCommand, type NativeCommandRunner } from '@deepseek-ai/dsh-nat
24
24
 
25
25
  ## 已知限制与暂缓事项
26
26
 
27
- - **不做输出限量**——两路流在内存中无界缓冲;当前每个调用方只运行输出为一个路径或一行错误的小型原生工具。把它指向输出量可观的命令之前,先接入 `dsh-retention` 限量。
27
+ - **不做输出限量**——两路流在内存中无界缓冲;当前每个调用方只运行输出为一个路径或一行错误的小型原生工具。把它指向输出量可观的命令之前,先接入 `dsh-output-retention` 限量。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-native-command",
3
3
  "description": "Zero-dependency no-shell execFile runner for host-native OS integrations: utf8 stdio capture, abort propagation, Windows hide",
4
- "version": "0.0.1-rc.2",
4
+ "version": "0.0.1-rc.3",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },
@@ -32,11 +32,11 @@
32
32
  ],
33
33
  "license": "BSD-3-Clause",
34
34
  "peerDependencies": {
35
- "@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
36
- "@deepseek-ai/cordis": "^4.0.1-rc.1"
35
+ "@deepseek-ai/cordis": "^4.0.1-rc.1",
36
+ "@deepseek-ai/dsh-invariants": "^0.0.1-rc.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
39
+ "@deepseek-ai/dsh-invariants": "^0.0.1-rc.3",
40
40
  "@deepseek-ai/cordis": "^4.0.1-rc.1"
41
41
  }
42
42
  }