@opentelemetry/instrumentation-winston
Advanced tools
Comparing version 0.33.0 to 0.33.1
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.33.0"; | ||
export declare const VERSION = "0.33.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.33.0'; | ||
exports.VERSION = '0.33.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-winston", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"description": "OpenTelemetry instrumentation for winston", | ||
@@ -17,3 +17,3 @@ "main": "build/src/index.js", | ||
"prewatch": "npm run precompile", | ||
"prepare": "npm run compile", | ||
"prepublishOnly": "npm run compile", | ||
"version:update": "node ../../../scripts/version-update.js", | ||
@@ -60,3 +60,3 @@ "compile": "tsc -p ." | ||
"sinon": "15.2.0", | ||
"test-all-versions": "5.0.1", | ||
"test-all-versions": "6.0.0", | ||
"ts-mocha": "10.0.0", | ||
@@ -68,6 +68,6 @@ "typescript": "4.4.4", | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.45.1" | ||
"@opentelemetry/instrumentation": "^0.46.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-winston#readme", | ||
"gitHead": "607d375595da3ab51b7f773ac360900121c4361b" | ||
"gitHead": "90928231259bbbdf6980f184bc7420503048b77e" | ||
} |
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
43120
+ Added@opentelemetry/instrumentation@0.46.0(transitive)
+ Addedimport-in-the-middle@1.7.1(transitive)
- Removed@opentelemetry/instrumentation@0.45.1(transitive)
- Removedimport-in-the-middle@1.4.2(transitive)