@deepseek-ai/dsh-subprocess-e2b 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/e2b/subprocess-e2b/README.md
5
5
  README.md: 6e0ef633577377af6045c8b81d6f1e141bc46b54
6
- README.zh.md: fe57bfda0b5e2dc24598e82d55a1446f9ab518f2
6
+ README.zh.md: 460c6c60fefce67e6813805c68405a24c64be9cb
package/README.zh.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](README.md) | 中文
4
4
 
5
- [`@deepseek-ai/dsh-subprocess`](../../subprocess/subprocess/README.md) seam 的 E2B 实现。先加载 [`@deepseek-ai/dsh-e2b`](../e2b/README.md),再用本服务取代 `dsh-subprocess-local`。现有的 Bash、PTY 和 LSP 消费方随后会在共享远程沙箱中执行,无需 E2B 专用的能力包。
5
+ [`@deepseek-ai/dsh-subprocess`](../../subprocess/subprocess/README.zh.md) seam 的 E2B 实现。先加载 [`@deepseek-ai/dsh-e2b`](../e2b/README.zh.md),再用本服务取代 `dsh-subprocess-local`。现有的 Bash、PTY 和 LSP 消费方随后会在共享远程沙箱中执行,无需 E2B 专用的能力包。
6
6
 
7
7
  ## 配置
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-subprocess-e2b",
3
3
  "description": "E2B subprocess implementation for DeepSeek Harness",
4
- "version": "0.1.0-rc.8",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,20 +32,20 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
- "@deepseek-ai/dsh-e2b": "^0.1.0-rc.8",
36
- "@deepseek-ai/dsh-subprocess": "^0.1.0-rc.8",
37
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
38
- "@deepseek-ai/dsh-timeout": "^0.1.0-rc.8",
39
- "@deepseek-ai/cordis": "^4.0.1"
35
+ "@deepseek-ai/dsh-subprocess": "^0.1.1-rc.2",
36
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
37
+ "@deepseek-ai/dsh-timeout": "^0.1.1-rc.2",
38
+ "@deepseek-ai/cordis": "^4.0.1",
39
+ "@deepseek-ai/dsh-e2b": "^0.1.1-rc.2"
40
40
  },
41
41
  "dependencies": {
42
42
  "@deepseek-ai/schemastery": "^3.18.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@deepseek-ai/dsh-e2b": "^0.1.0-rc.8",
46
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
47
- "@deepseek-ai/dsh-subprocess": "^0.1.0-rc.8",
48
- "@deepseek-ai/dsh-timeout": "^0.1.0-rc.8",
45
+ "@deepseek-ai/dsh-e2b": "^0.1.1-rc.2",
46
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
47
+ "@deepseek-ai/dsh-subprocess": "^0.1.1-rc.2",
48
+ "@deepseek-ai/dsh-timeout": "^0.1.1-rc.2",
49
49
  "@deepseek-ai/cordis": "^4.0.1"
50
50
  }
51
51
  }