@opentelemetry/node
Advanced tools
Comparing version 0.11.1-alpha.15 to 0.11.1-alpha.35
@@ -34,3 +34,4 @@ "use strict"; | ||
koa: { enabled: true, path: '@opentelemetry/koa-instrumentation' }, | ||
dns: { enabled: true, path: '@opentelemetry/plugin-dns' }, | ||
}; | ||
//# sourceMappingURL=config.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.11.1-alpha.15+e170039"; | ||
export declare const VERSION = "0.11.1-alpha.35+c6c993bb"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.11.1-alpha.15+e170039'; | ||
exports.VERSION = '0.11.1-alpha.35+c6c993bb'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/node", | ||
"version": "0.11.1-alpha.15+e170039", | ||
"version": "0.11.1-alpha.35+c6c993bb", | ||
"description": "OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications", | ||
@@ -18,3 +18,4 @@ "main": "build/src/index.js", | ||
"compile": "npm run version:update && tsc -p .", | ||
"prepare": "npm run compile" | ||
"prepare": "npm run compile", | ||
"watch": "tsc -w" | ||
}, | ||
@@ -47,3 +48,3 @@ "keywords": [ | ||
"@opentelemetry/context-base": "^0.11.0", | ||
"@opentelemetry/resources": "^0.11.1-alpha.15+e170039", | ||
"@opentelemetry/resources": "^0.11.1-alpha.35+c6c993bb", | ||
"@types/mocha": "8.0.2", | ||
@@ -64,10 +65,10 @@ "@types/node": "14.0.27", | ||
"dependencies": { | ||
"@opentelemetry/api": "^0.11.1-alpha.15+e170039", | ||
"@opentelemetry/api": "^0.11.1-alpha.35+c6c993bb", | ||
"@opentelemetry/context-async-hooks": "^0.11.0", | ||
"@opentelemetry/core": "^0.11.1-alpha.15+e170039", | ||
"@opentelemetry/tracing": "^0.11.1-alpha.15+e170039", | ||
"@opentelemetry/core": "^0.11.1-alpha.35+c6c993bb", | ||
"@opentelemetry/tracing": "^0.11.1-alpha.35+c6c993bb", | ||
"require-in-the-middle": "^5.0.0", | ||
"semver": "^7.1.3" | ||
}, | ||
"gitHead": "e170039015e8a1a7419bb835a00659b2a734b8a6" | ||
"gitHead": "c6c993bb16c58ba907337a5667da01b3c248e350" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
50452
509