@opentelemetry/instrumentation-winston
Advanced tools
Comparing version 0.32.1 to 0.32.2
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.32.1"; | ||
export declare const VERSION = "0.32.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.32.1'; | ||
exports.VERSION = '0.32.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-winston", | ||
"version": "0.32.1", | ||
"version": "0.32.2", | ||
"description": "OpenTelemetry instrumentation for winston", | ||
@@ -55,9 +55,9 @@ "main": "build/src/index.js", | ||
"@types/mocha": "7.0.2", | ||
"@types/node": "18.16.19", | ||
"@types/sinon": "10.0.16", | ||
"@types/node": "18.6.5", | ||
"@types/sinon": "10.0.18", | ||
"@types/triple-beam": "^1.3.2", | ||
"mocha": "7.2.0", | ||
"nyc": "15.1.0", | ||
"rimraf": "5.0.1", | ||
"sinon": "15.0.1", | ||
"rimraf": "5.0.5", | ||
"sinon": "15.2.0", | ||
"test-all-versions": "5.0.1", | ||
@@ -70,6 +70,6 @@ "ts-mocha": "10.0.0", | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.41.2" | ||
"@opentelemetry/instrumentation": "^0.44.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-winston#readme", | ||
"gitHead": "b3d30afe7376760d211b20c4fb45988ac58c1d85" | ||
"gitHead": "a8c225d2febcac561a70ca586d3efd5a84f9f3fa" | ||
} |
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
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
42083
+ Added@opentelemetry/instrumentation@0.44.0(transitive)
- Removed@opentelemetry/instrumentation@0.41.2(transitive)