Skip to content

Commit

Permalink
fix: move @opentelemetry/core to dependencies (open-telemetry#1003)
Browse files Browse the repository at this point in the history
Co-authored-by: Rauno Viskus <[email protected]>
  • Loading branch information
Flarna and rauno56 authored May 5, 2022
1 parent 669d34b commit c7b586f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"devDependencies": {
"@opentelemetry/api": "1.0.2",
"@opentelemetry/contrib-test-utils": "0.29.0",
"@opentelemetry/core": "1.2.0",
"@types/mocha": "8.2.3",
"@types/node": "16.11.21",
"@types/semver": "7.3.8",
Expand All @@ -59,6 +58,7 @@
"@opentelemetry/api": "^1.0.0"
},
"dependencies": {
"@opentelemetry/core": "^1.0.0",
"@opentelemetry/resources": "^1.0.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"gcp-metadata": "^4.1.4",
Expand Down

0 comments on commit c7b586f

Please sign in to comment.