@opentelemetry/propagator-b3
Advanced tools
Comparing version 0.25.1-alpha.12 to 0.25.1-alpha.13
{ | ||
"name": "@opentelemetry/propagator-b3", | ||
"version": "0.25.1-alpha.12+7d2c4aae", | ||
"version": "0.25.1-alpha.13+f0caa22f", | ||
"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.12+7d2c4aae" | ||
"@opentelemetry/core": "^0.25.1-alpha.13+f0caa22f" | ||
}, | ||
@@ -66,3 +68,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "7d2c4aaeb08e6c680f8b46cefcdfe955d7abe4b2" | ||
"gitHead": "f0caa22ffcb26af2a2f05260f138a494e120a955" | ||
} |
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