@elinpf/dsh-ops-tool-prometheus 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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elinpf/dsh-ops-tool-prometheus",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "prometheus tool consumer of the ops-access seam — resolves prometheus profiles and runs PromQL instant/range queries over the Prometheus HTTP API, injecting the bearer token automatically.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@deepseek-ai/schemastery": "^3.18.1",
37
- "@elinpf/dsh-ops-shell-tool": "0.4.0"
37
+ "@elinpf/dsh-ops-shell-tool": "0.4.1"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@deepseek-ai/cordis": "^4.0.1",
41
41
  "@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
42
- "@elinpf/dsh-ops-access": "^0.4.0"
42
+ "@elinpf/dsh-ops-access": "^0.4.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@deepseek-ai/cordis": "4.0.1",
@@ -48,7 +48,7 @@
48
48
  "typescript": "^5.4.0",
49
49
  "vitest": "^4.1.11",
50
50
  "@elinpf/dsh-ops-test-support": "0.0.0",
51
- "@elinpf/dsh-ops-access": "0.4.0"
51
+ "@elinpf/dsh-ops-access": "0.4.1"
52
52
  },
53
53
  "license": "MIT",
54
54
  "publishConfig": {