@opentelemetry/instrumentation
Advanced tools
Comparing version 0.57.0 to 0.57.1
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.57.0"; | ||
export declare const VERSION = "0.57.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.57.0'; | ||
export var VERSION = '0.57.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.57.0"; | ||
export declare const VERSION = "0.57.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.57.0'; | ||
export const VERSION = '0.57.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.57.0"; | ||
export declare const VERSION = "0.57.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.57.0'; | ||
exports.VERSION = '0.57.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation", | ||
"version": "0.57.0", | ||
"version": "0.57.1", | ||
"description": "Base class for node which OpenTelemetry instrumentation modules extend", | ||
@@ -73,3 +73,3 @@ "author": "OpenTelemetry Authors", | ||
"dependencies": { | ||
"@opentelemetry/api-logs": "0.57.0", | ||
"@opentelemetry/api-logs": "0.57.1", | ||
"@types/shimmer": "^1.2.0", | ||
@@ -88,3 +88,3 @@ "import-in-the-middle": "^1.8.1", | ||
"@opentelemetry/api": "1.9.0", | ||
"@opentelemetry/sdk-metrics": "1.30.0", | ||
"@opentelemetry/sdk-metrics": "1.30.1", | ||
"@types/mocha": "10.0.10", | ||
@@ -119,3 +119,3 @@ "@types/node": "18.6.5", | ||
"sideEffects": false, | ||
"gitHead": "616d27a0a111c9b813d14c56d8d8f1ffbd7d7156" | ||
"gitHead": "cbc912d67bda462ca00449d7ce7b80052c20a4fc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+ Added@opentelemetry/api-logs@0.57.1(transitive)
- Removed@opentelemetry/api-logs@0.57.0(transitive)