chore: align jaeger propagator with latest release

This commit is contained in:
Jakub Malinowski 2021-03-08 15:55:20 +01:00 committed by Daniel Dyla
parent 2332b02c08
commit 2b4c17d4da
3 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@opentelemetry/propagator-jaeger",
"version": "0.13.1",
"version": "0.18.0",
"description": "OpenTelemetry Jaeger propagator provides HTTP header propagation for systems that are using Jaeger HTTP header format.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
@ -70,7 +70,7 @@
"webpack": "4.43.0"
},
"dependencies": {
"@opentelemetry/api": "^0.15.0",
"@opentelemetry/core": "^0.15.0"
"@opentelemetry/api": "^0.18.0",
"@opentelemetry/core": "^0.18.0"
}
}

View File

@ -15,4 +15,4 @@
*/
// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.13.1';
export const VERSION = '0.18.0';

View File

@ -9,9 +9,6 @@
"test/**/*.ts"
],
"references": [
{
"path": "../opentelemetry-api"
},
{
"path": "../opentelemetry-core"
}