@deepseek-ai/dsh-sandbox-policy 0.1.2-alpha.2 → 0.1.2-alpha.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.
Files changed (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-sandbox-policy",
3
3
  "description": "Per-call sandbox policy resolver and current model context: deployment fallbacks plus each session's mode and workspace root, shared by every enforcing capability family",
4
- "version": "0.1.2-alpha.2",
4
+ "version": "0.1.2-alpha.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,25 +32,25 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
- "@deepseek-ai/dsh-agent": "^0.1.2-alpha.2",
36
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.2",
37
- "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.2",
38
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
39
- "@deepseek-ai/dsh-sandbox": "^0.1.2-alpha.2",
40
- "@deepseek-ai/cordis": "^4.0.2",
41
- "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.2"
35
+ "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
36
+ "@deepseek-ai/dsh-agent": "^0.1.2-alpha.3",
37
+ "@deepseek-ai/dsh-sandbox": "^0.1.2-alpha.3",
38
+ "@deepseek-ai/dsh-session": "^0.1.2-alpha.3",
39
+ "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.3",
40
+ "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.3",
41
+ "@deepseek-ai/cordis": "^4.0.2"
42
42
  },
43
43
  "dependencies": {
44
44
  "zod": "^4.4.3",
45
45
  "@deepseek-ai/schemastery": "^3.18.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@deepseek-ai/dsh-agent": "^0.1.2-alpha.2",
49
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
50
- "@deepseek-ai/dsh-sandbox": "^0.1.2-alpha.2",
51
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.2",
52
- "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.2",
48
+ "@deepseek-ai/dsh-agent": "^0.1.2-alpha.3",
49
+ "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
50
+ "@deepseek-ai/dsh-sandbox": "^0.1.2-alpha.3",
51
+ "@deepseek-ai/dsh-session": "^0.1.2-alpha.3",
52
+ "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.3",
53
53
  "@deepseek-ai/cordis": "^4.0.2",
54
- "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.2"
54
+ "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.3"
55
55
  }
56
56
  }