@opentelemetry/exporter-prometheus
Advanced tools
Comparing version 0.25.1-alpha.21 to 0.25.1-alpha.23
{ | ||
"name": "@opentelemetry/exporter-prometheus", | ||
"version": "0.25.1-alpha.21+0ef1fc28", | ||
"version": "0.25.1-alpha.23+feea5167", | ||
"description": "OpenTelemetry Exporter Prometheus provides a metrics endpoint for Prometheus", | ||
@@ -17,3 +17,5 @@ "main": "build/src/index.js", | ||
"version": "node ../../scripts/version-update.js", | ||
"watch": "tsc --build --watch" | ||
"watch": "tsc --build --watch", | ||
"precompile": "lerna run version --scope $(npm pkg get name) --include-filtered-dependencies", | ||
"prewatch": "npm run precompile" | ||
}, | ||
@@ -45,3 +47,3 @@ "keywords": [ | ||
"@types/mocha": "8.2.3", | ||
"@types/node": "14.17.9", | ||
"@types/node": "14.17.11", | ||
"@types/sinon": "10.0.2", | ||
@@ -60,7 +62,7 @@ "codecov": "3.8.3", | ||
"dependencies": { | ||
"@opentelemetry/api-metrics": "^0.25.1-alpha.21+0ef1fc28", | ||
"@opentelemetry/core": "^0.25.1-alpha.21+0ef1fc28", | ||
"@opentelemetry/sdk-metrics-base": "^0.25.1-alpha.21+0ef1fc28" | ||
"@opentelemetry/api-metrics": "^0.25.0", | ||
"@opentelemetry/core": "^0.25.1-alpha.23+feea5167", | ||
"@opentelemetry/sdk-metrics-base": "^0.25.1-alpha.23+feea5167" | ||
}, | ||
"gitHead": "0ef1fc28d366b74d98b73b5d6334ffdc75342fe2" | ||
"gitHead": "feea5167c15c41f0aeedc60959e36c18315c7ede" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
52852