@opentelemetry/propagator-b3
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.2.0"; | ||
export declare const VERSION = "1.3.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '1.2.0'; | ||
export var VERSION = '1.3.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.2.0"; | ||
export declare const VERSION = "1.3.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '1.2.0'; | ||
export const VERSION = '1.3.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.2.0"; | ||
export declare const VERSION = "1.3.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '1.2.0'; | ||
exports.VERSION = '1.3.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/propagator-b3", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format", | ||
@@ -54,3 +54,3 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/core": "1.2.0" | ||
"@opentelemetry/core": "1.3.0" | ||
}, | ||
@@ -70,6 +70,6 @@ "peerDependencies": { | ||
"ts-loader": "8.3.0", | ||
"ts-mocha": "8.0.0", | ||
"ts-mocha": "9.0.2", | ||
"typescript": "4.4.4" | ||
}, | ||
"gitHead": "a0a670a03fd35b0799bee8cc466f79e93b5b6dd2" | ||
"gitHead": "eda0b092db484855ded8b4837ba7fc19a377c5a7" | ||
} |
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/core@1.3.0(transitive)
+ Added@opentelemetry/semantic-conventions@1.3.0(transitive)
- Removed@opentelemetry/core@1.2.0(transitive)
- Removed@opentelemetry/semantic-conventions@1.2.0(transitive)
Updated@opentelemetry/core@1.3.0