@opentelemetry/propagator-b3
Advanced tools
Comparing version 0.25.1-alpha.21 to 0.25.1-alpha.23
{ | ||
"name": "@opentelemetry/propagator-b3", | ||
"version": "0.25.1-alpha.21+0ef1fc28", | ||
"version": "0.25.1-alpha.23+feea5167", | ||
"description": "OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format", | ||
@@ -17,3 +17,5 @@ "main": "build/src/index.js", | ||
"version": "node ../../scripts/version-update.js", | ||
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json" | ||
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json", | ||
"precompile": "lerna run version --scope $(npm pkg get name) --include-filtered-dependencies", | ||
"prewatch": "npm run precompile" | ||
}, | ||
@@ -47,3 +49,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@opentelemetry/core": "^0.25.1-alpha.21+0ef1fc28" | ||
"@opentelemetry/core": "^0.25.1-alpha.23+feea5167" | ||
}, | ||
@@ -56,3 +58,3 @@ "peerDependencies": { | ||
"@types/mocha": "8.2.3", | ||
"@types/node": "14.17.9", | ||
"@types/node": "14.17.11", | ||
"codecov": "3.8.3", | ||
@@ -67,3 +69,3 @@ "istanbul-instrumenter-loader": "3.0.1", | ||
}, | ||
"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
71538