@elinpf/dsh-ops-knowledge 0.4.0 → 0.4.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elinpf/dsh-ops-knowledge",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Troubleshooting knowledge base for ops mode — distilled postmortem cases stored in the access hub, searched before diagnosing and recorded after resolving.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
33
33
|
"@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
|
|
34
|
-
"@elinpf/dsh-ops-prompts": "^0.4.
|
|
34
|
+
"@elinpf/dsh-ops-prompts": "^0.4.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@deepseek-ai/cordis": "4.0.1",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@types/node": "^22.0.0",
|
|
40
40
|
"typescript": "^5.4.0",
|
|
41
41
|
"vitest": "^4.1.11",
|
|
42
|
-
"@elinpf/dsh-ops-prompts": "0.4.0",
|
|
43
42
|
"@elinpf/dsh-ops-test-support": "0.0.0",
|
|
44
|
-
"@elinpf/dsh-ops-
|
|
43
|
+
"@elinpf/dsh-ops-prompts": "0.4.1",
|
|
44
|
+
"@elinpf/dsh-ops-access-hub": "0.4.0"
|
|
45
45
|
},
|
|
46
46
|
"license": "MIT",
|
|
47
47
|
"publishConfig": {
|