@elinpf/dsh-ops-access-gate 0.1.1 → 0.1.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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elinpf/dsh-ops-access-gate",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Ops access gate — per-session credential brokering. Owns an in-process grant ledger keyed by agent.id and registers a pure-decision broker (ro/rw) into the ops-access seam. Never touches credential fields.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
|
|
37
|
-
"@deepseek-ai/dsh-tools": "^0.0.1-rc.1",
|
|
38
36
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
39
|
-
"@elinpf/dsh-ops-panel": "^0.1.
|
|
37
|
+
"@elinpf/dsh-ops-panel": "^0.1.3"
|
|
40
38
|
},
|
|
41
39
|
"peerDependencies": {
|
|
42
40
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
43
|
-
"@deepseek-ai/dsh-invariants": "^0.0
|
|
44
|
-
"@
|
|
41
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
|
|
42
|
+
"@deepseek-ai/dsh-llm": "^0.1.0-rc.8",
|
|
43
|
+
"@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
|
|
44
|
+
"@elinpf/dsh-ops-access": "^0.1.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@deepseek-ai/cordis": "4.0.1",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"typescript": "^5.4.0",
|
|
52
52
|
"vitest": "^4.1.11",
|
|
53
53
|
"zod": "^4.4.3",
|
|
54
|
-
"@elinpf/dsh-ops-
|
|
55
|
-
"@elinpf/dsh-ops-
|
|
54
|
+
"@elinpf/dsh-ops-panel": "0.1.3",
|
|
55
|
+
"@elinpf/dsh-ops-access": "0.1.3"
|
|
56
56
|
},
|
|
57
57
|
"license": "MIT",
|
|
58
58
|
"publishConfig": {
|