Skip to content

Commit

Permalink
fix: move semantic-conventions to regular dependencies (#310)
Browse files Browse the repository at this point in the history
These dependencies are imported at runtime but were only declared as
devDependencies.  This causes problems for people using these
packages with yarn pnp.
  • Loading branch information
dobesv authored Jan 20, 2021
1 parent f8d8686 commit 6fab815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"devDependencies": {
"@opentelemetry/context-async-hooks": "^0.14.0",
"@opentelemetry/node": "^0.14.0",
"@opentelemetry/semantic-conventions": "^0.14.0",
"@opentelemetry/test-utils": "^0.12.1",
"@opentelemetry/tracing": "^0.14.0",
"@types/ioredis": "4.17.3",
Expand All @@ -69,6 +68,7 @@
"dependencies": {
"@opentelemetry/api": "^0.14.0",
"@opentelemetry/core": "^0.14.0",
"@opentelemetry/semantic-conventions": "^0.14.0",
"shimmer": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"devDependencies": {
"@opentelemetry/context-async-hooks": "^0.14.0",
"@opentelemetry/node": "^0.14.0",
"@opentelemetry/semantic-conventions": "^0.14.0",
"@opentelemetry/tracing": "^0.14.0",
"@types/mocha": "7.0.2",
"@types/mongodb": "3.5.25",
Expand All @@ -64,6 +63,7 @@
"dependencies": {
"@opentelemetry/api": "^0.14.0",
"@opentelemetry/core": "^0.14.0",
"@opentelemetry/semantic-conventions": "^0.14.0",
"shimmer": "^1.2.1"
}
}

0 comments on commit 6fab815

Please sign in to comment.