@nexusts/metrics 0.9.0 → 0.9.2

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/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `nexusjs/metrics` — Prometheus-compatible metrics collection.
2
+ * `@nexusts/metrics` — Prometheus-compatible metrics collection.
3
3
  *
4
4
  * Public API:
5
5
  * - `MetricsService` — main DI-friendly service
package/dist/types.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Public types for `nexusjs/metrics`.
2
+ * Public types for `@nexusts/metrics`.
3
3
  *
4
- * `nexusjs/metrics` is a Prometheus-compatible metrics collection
4
+ * `@nexusts/metrics` is a Prometheus-compatible metrics collection
5
5
  * library. It implements the four standard metric types (counter,
6
6
  * gauge, histogram, summary), label support, and the Prometheus /
7
7
  * OpenMetrics text exposition formats.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusts/metrics",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "Prometheus / OpenMetrics counters and gauges",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@nexusts/core": "^0.9.0"
29
+ "@nexusts/core": "^0.9.2"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",