@deepseek-ai/dsh-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/e2b/README.md
5
5
  README.md: 7ade7c3d6522d8fa6d54d7011766238451b17c9a
6
- README.zh.md: 3795ee74f6f9b43df0ba7ac3be6f28821a15598a
6
+ README.zh.md: b17a14bcfb221cd8233f071d84b3d01da1c0d74e
package/README.zh.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](README.md) | 中文
4
4
 
5
- 一个 E2B 沙箱的共享生命周期所有者。文件系统与进程管理适配器注入 `ctx.e2b`,等待其唯一的 SDK 句柄,因此处于同一个远程 Linux 工作树与进程环境中。本包固定使用 `e2b@2.29.1`;可选组合见[包族索引](../README.md)。
5
+ 一个 E2B 沙箱的共享生命周期所有者。文件系统与进程管理适配器注入 `ctx.e2b`,等待其唯一的 SDK 句柄,因此处于同一个远程 Linux 工作树与进程环境中。本包固定使用 `e2b@2.29.1`;可选组合见[包族索引](../README.zh.md)。
6
6
 
7
7
  ## 配置
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-e2b",
3
3
  "description": "Shared E2B sandbox lifecycle for DeepSeek Harness provider adapters",
4
- "version": "0.1.0-rc.8",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
35
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
36
36
  "@deepseek-ai/cordis": "^4.0.1"
37
37
  },
38
38
  "dependencies": {
@@ -40,9 +40,9 @@
40
40
  "@deepseek-ai/schemastery": "^3.18.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
44
- "@deepseek-ai/dsh-loader-smoke": "^0.1.0-rc.8",
45
- "@deepseek-ai/dsh-sandbox-policy": "^0.1.0-rc.8",
43
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
44
+ "@deepseek-ai/dsh-loader-smoke": "^0.1.1-rc.2",
45
+ "@deepseek-ai/dsh-sandbox-policy": "^0.1.1-rc.2",
46
46
  "@deepseek-ai/cordis": "^4.0.1"
47
47
  }
48
48
  }