@elinpf/dsh-ops-tool-ceph 0.1.2 → 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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elinpf/dsh-ops-tool-ceph",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "ceph tool consumer of the ops-access seam — resolves ceph profiles and runs commands via ctx.shell, injecting credential paths automatically.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
37
|
-
"@elinpf/dsh-ops-shell-tool": "^0.1.
|
|
37
|
+
"@elinpf/dsh-ops-shell-tool": "^0.1.3"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@deepseek-ai/dsh-tools": "0.0.1-rc.1",
|
|
46
46
|
"typescript": "^5.4.0",
|
|
47
47
|
"vitest": "^4.1.11",
|
|
48
|
-
"@elinpf/dsh-ops-access": "0.1.
|
|
48
|
+
"@elinpf/dsh-ops-access": "0.1.3"
|
|
49
49
|
},
|
|
50
50
|
"license": "MIT",
|
|
51
51
|
"publishConfig": {
|