Skip to content

Commit

Permalink
fix(otlp-exporter): change api version back to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Mar 30, 2022
1 parent 1f9a214 commit 64b8e84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@babel/core": "7.16.0",
"@opentelemetry/api": "^1.1.0",
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/api-metrics-wip": "0.27.0",
"@types/mocha": "8.2.3",
"@types/node": "14.17.33",
Expand All @@ -65,7 +65,7 @@
"typescript": "4.4.4"
},
"peerDependencies": {
"@opentelemetry/api": "^1.1.0"
"@opentelemetry/api": "^1.0.3"
},
"dependencies": {
"@grpc/grpc-js": "^1.5.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@babel/core": "7.16.0",
"@opentelemetry/api": "^1.1.0",
"@opentelemetry/api": "^1.0.3",
"@types/mocha": "8.2.3",
"@types/node": "14.17.33",
"@types/sinon": "10.0.6",
Expand All @@ -89,7 +89,7 @@
"webpack-merge": "5.8.0"
},
"peerDependencies": {
"@opentelemetry/api": "^1.1.0"
"@opentelemetry/api": "^1.0.3"
},
"dependencies": {
"@opentelemetry/api-metrics-wip": "0.27.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@babel/core": "7.16.0",
"@opentelemetry/api": "^1.1.0",
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/api-metrics-wip": "0.27.0",
"@types/mocha": "8.2.3",
"@types/node": "14.17.33",
Expand All @@ -65,7 +65,7 @@
"typescript": "4.4.4"
},
"peerDependencies": {
"@opentelemetry/api": "^1.1.0"
"@opentelemetry/api": "^1.0.3"
},
"dependencies": {
"@grpc/proto-loader": "0.6.9",
Expand Down

0 comments on commit 64b8e84

Please sign in to comment.