@elinpf/dsh-ops-access-prometheus 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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elinpf/dsh-ops-access-prometheus",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Ops access provider for Prometheus — validates prometheus registry entries (server URL + optional bearer-token file) and expands the token path.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
41
41
|
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
|
|
42
|
-
"@elinpf/dsh-ops-access": "^0.2.
|
|
42
|
+
"@elinpf/dsh-ops-access": "^0.2.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@deepseek-ai/cordis": "4.0.1",
|
|
46
46
|
"typescript": "^5.4.0",
|
|
47
47
|
"vitest": "^4.1.11",
|
|
48
48
|
"@types/node": "^22.0.0",
|
|
49
|
-
"@elinpf/dsh-ops-access": "0.2.
|
|
49
|
+
"@elinpf/dsh-ops-access": "0.2.1"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"publishConfig": {
|