@xyo-network/prometheus-node-plugin 5.4.4 → 5.4.6

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 (2) hide show
  1. package/README.md +37 -6
  2. package/package.json +63 -26
package/README.md CHANGED
@@ -1,13 +1,44 @@
1
- [![logo][]](https://xyo.network)
1
+ # @xyo-network/prometheus-node-plugin
2
+
3
+ [![npm][npm-badge]][npm-link]
4
+ [![license][license-badge]][license-link]
5
+
6
+ > Typescript/Javascript Plugins for XYO Platform
7
+
8
+ ## Install
9
+
10
+ Using npm:
11
+
12
+ ```sh
13
+ npm install {{name}}
14
+ ```
15
+
16
+ Using yarn:
17
+
18
+ ```sh
19
+ yarn add {{name}}
20
+ ```
21
+
22
+ Using pnpm:
23
+
24
+ ```sh
25
+ pnpm add {{name}}
26
+ ```
27
+
28
+ Using bun:
29
+
30
+ ```sh
31
+ bun add {{name}}
32
+ ```
2
33
 
3
- Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
4
34
 
5
35
  ## License
6
36
 
7
- > See the [LICENSE](LICENSE) file for license details
37
+ See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
8
38
 
9
- ## Credits
10
39
 
11
- [Made with 🔥 and ❄️ by XYO](https://xyo.network)
12
40
 
13
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
41
+ [npm-badge]: https://img.shields.io/npm/v/@xyo-network/prometheus-node-plugin.svg
42
+ [npm-link]: https://www.npmjs.com/package/@xyo-network/prometheus-node-plugin
43
+ [license-badge]: https://img.shields.io/npm/l/@xyo-network/prometheus-node-plugin.svg
44
+ [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/prometheus-node-plugin",
3
- "version": "5.4.4",
3
+ "version": "5.4.6",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,46 +22,83 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/node/index.d.ts",
25
- "import": "./dist/node/index.mjs",
26
25
  "default": "./dist/node/index.mjs"
27
26
  },
28
27
  "./package.json": "./package.json"
29
28
  },
30
- "types": "dist/node/index.d.ts",
31
29
  "files": [
32
30
  "dist",
33
31
  "README.md"
34
32
  ],
35
33
  "devDependencies": {
36
- "@metamask/providers": "^22",
37
34
  "@opentelemetry/api": "^1",
38
35
  "@types/node": "^25.5.2",
39
- "@xylabs/geo": "^5.0.94",
40
- "@xylabs/sdk-js": "^5.0.94",
41
- "@xylabs/ts-scripts-common": "~7.7.9",
42
- "@xylabs/ts-scripts-pnpm": "~7.7.9",
43
- "@xylabs/tsconfig": "~7.7.9",
44
- "@xylabs/vitest-extended": "~5.0.94",
45
- "@xyo-network/abstract-witness": "~5.3.26",
46
- "@xyo-network/module-model": "~5.3.26",
47
- "@xyo-network/payload-model": "~5.3.26",
48
- "@xyo-network/payloadset-plugin": "~5.3.26",
49
- "@xyo-network/sdk-js": "~5.3.26",
50
- "@xyo-network/witness-model": "~5.3.26",
51
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
52
- "ajv": "^8.18.0",
53
- "axios": "^1",
36
+ "@xylabs/sdk-js": "^5.0.95",
37
+ "@xylabs/ts-scripts-common": "~7.9.3",
38
+ "@xylabs/ts-scripts-pnpm": "~7.9.3",
39
+ "@xylabs/tsconfig": "~7.9.3",
40
+ "@xylabs/vitest-extended": "~5.0.95",
41
+ "@xylabs/vitest-matchers": "~5.0.95",
42
+ "@xyo-network/abstract-witness": "~5.3.30",
43
+ "@xyo-network/account": "~5.3.30",
44
+ "@xyo-network/account-model": "~5.3.30",
45
+ "@xyo-network/api-models": "~5.3.30",
46
+ "@xyo-network/archivist-abstract": "~5.3.30",
47
+ "@xyo-network/archivist-generic": "~5.3.30",
48
+ "@xyo-network/archivist-memory": "~5.3.30",
49
+ "@xyo-network/archivist-model": "~5.3.30",
50
+ "@xyo-network/archivist-view": "~5.3.30",
51
+ "@xyo-network/archivist-wrapper": "~5.3",
52
+ "@xyo-network/boundwitness-builder": "~5.3.30",
53
+ "@xyo-network/boundwitness-validator": "~5.3.30",
54
+ "@xyo-network/bridge-abstract": "~5.3.30",
55
+ "@xyo-network/bridge-model": "~5.3.30",
56
+ "@xyo-network/config-payload-plugin": "~5.3.30",
57
+ "@xyo-network/data": "~5.3.30",
58
+ "@xyo-network/diviner-abstract": "~5.3",
59
+ "@xyo-network/diviner-boundwitness-memory": "~5.3.30",
60
+ "@xyo-network/diviner-identity": "~5.3.30",
61
+ "@xyo-network/diviner-model": "~5.3.30",
62
+ "@xyo-network/diviner-payload-generic": "~5.3.30",
63
+ "@xyo-network/diviner-payload-model": "~5.3.30",
64
+ "@xyo-network/diviner-wrapper": "~5.3",
65
+ "@xyo-network/dns": "~5.3.30",
66
+ "@xyo-network/domain-payload-plugin": "~5.3.30",
67
+ "@xyo-network/elliptic": "~5.3.30",
68
+ "@xyo-network/hash": "~5.3.30",
69
+ "@xyo-network/huri": "~5.3.30",
70
+ "@xyo-network/manifest-model": "~5.3.30",
71
+ "@xyo-network/module-abstract": "~5.3.30",
72
+ "@xyo-network/module-model": "~5.3.30",
73
+ "@xyo-network/module-resolver": "~5.3.30",
74
+ "@xyo-network/module-wrapper": "~5.3",
75
+ "@xyo-network/network": "~5.3.30",
76
+ "@xyo-network/node-abstract": "~5.3.30",
77
+ "@xyo-network/node-memory": "~5.3.30",
78
+ "@xyo-network/node-model": "~5.3.30",
79
+ "@xyo-network/node-view": "~5.3.30",
80
+ "@xyo-network/node-wrapper": "~5.3",
81
+ "@xyo-network/payload-builder": "~5.3.30",
82
+ "@xyo-network/payload-model": "~5.3.30",
83
+ "@xyo-network/payload-validator": "~5.3.30",
84
+ "@xyo-network/payloadset-plugin": "~5.3.30",
85
+ "@xyo-network/previous-hash-store-model": "~5.3.30",
86
+ "@xyo-network/sdk-js": "~5.3.30",
87
+ "@xyo-network/sentinel-abstract": "~5.3.30",
88
+ "@xyo-network/sentinel-memory": "~5.3.30",
89
+ "@xyo-network/sentinel-model": "~5.3.30",
90
+ "@xyo-network/wallet-model": "~5.3.30",
91
+ "@xyo-network/wasm": "~5.3.30",
92
+ "@xyo-network/witness-adhoc": "~5.3.30",
93
+ "@xyo-network/witness-model": "~5.3.30",
94
+ "axios": "^1.15.0",
54
95
  "esbuild": ">=0.18",
55
96
  "ethers": "^6",
56
- "firebase": "^12",
57
- "lru-cache": "^11",
58
- "mapbox-gl": "^3",
97
+ "pako": "~2.1.0",
59
98
  "prom-client": "~15.1.3",
60
- "tslib": "^2.8.1",
61
99
  "typescript": "~5.9.3",
62
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
63
- "vitest": "~4.1.2",
64
- "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
100
+ "vite": "^8.0.7",
101
+ "vitest": "~4.1.3",
65
102
  "zod": "^4.3.6"
66
103
  },
67
104
  "peerDependencies": {