@spinajs/telemetry-common 2.0.513 → 2.0.515

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 +2 -2
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.513",
2
+ "version": "2.0.515",
3
3
  "description": "Metric abstraction shared by @spinajs/telemetry and any package that must publish metrics without depending on the HTTP stack",
4
4
  "main": "lib/cjs/index.js",
5
5
  "module": "lib/mjs/index.js",
@@ -51,7 +51,7 @@
51
51
  "url": "https://github.com/spinajs/main/issues"
52
52
  },
53
53
  "dependencies": {
54
- "@spinajs/di": "2.0.513",
54
+ "@spinajs/di": "2.0.515",
55
55
  "prom-client": "^14.2.0"
56
56
  }
57
57
  }