@opentelemetry/instrumentation-lru-memoizer
Advanced tools
Comparing version 0.33.2 to 0.33.3
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.33.2"; | ||
export declare const VERSION = "0.33.3"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.33.2'; | ||
exports.VERSION = '0.33.3'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-lru-memoizer", | ||
"version": "0.33.2", | ||
"version": "0.33.3", | ||
"description": "OpenTelemetry automatic instrumentation package for lru-memoizer", | ||
@@ -46,3 +46,3 @@ "main": "build/src/index.js", | ||
"@opentelemetry/api": "^1.3.0", | ||
"@opentelemetry/contrib-test-utils": "^0.34.2", | ||
"@opentelemetry/contrib-test-utils": "^0.34.3", | ||
"@types/lru-cache": "7.10.9", | ||
@@ -61,6 +61,6 @@ "@types/mocha": "8.2.3", | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.44.0" | ||
"@opentelemetry/instrumentation": "^0.45.1" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-lru-memoizer#readme", | ||
"gitHead": "a8c225d2febcac561a70ca586d3efd5a84f9f3fa" | ||
"gitHead": "607d375595da3ab51b7f773ac360900121c4361b" | ||
} |
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
+ Added@opentelemetry/instrumentation@0.45.1(transitive)
- Removed@opentelemetry/instrumentation@0.44.0(transitive)