@elinpf/dsh-ops-tool-environment 0.2.0 → 0.2.1
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elinpf/dsh-ops-tool-environment",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Environment inventory for ops mode — read-only scanner that maps registered k8s clusters (workloads, services, middleware instances, best-effort relation edges) into ~/.dsh-ops/environment.yaml, plus the model-facing environment tool (overview/show/refresh). Deterministic code only, zero LLM.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
35
|
-
"@elinpf/dsh-ops-access": "^0.2.
|
|
36
|
-
"@elinpf/dsh-ops-prompts": "^0.2.
|
|
35
|
+
"@elinpf/dsh-ops-access": "^0.2.1",
|
|
36
|
+
"@elinpf/dsh-ops-prompts": "^0.2.1",
|
|
37
37
|
"@deepseek-ai/dsh-tools": "^0.1.0-rc.8"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@types/node": "^22.0.0",
|
|
43
43
|
"typescript": "^5.4.0",
|
|
44
44
|
"vitest": "^4.1.11",
|
|
45
|
-
"@elinpf/dsh-ops-
|
|
46
|
-
"@elinpf/dsh-ops-
|
|
45
|
+
"@elinpf/dsh-ops-prompts": "0.2.1",
|
|
46
|
+
"@elinpf/dsh-ops-access": "0.2.1"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"publishConfig": {
|