Skip to content

Commit 6420025

Browse files
committed
remove unused dep, add comment regarding future changes to NOTICE
1 parent a1feddf commit 6420025

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

plugins/node/instrumentation-typeorm/NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ The library contains the following changes compared to the original:
88
* Removed parsing of db operation from raw queries.
99
* Changed db.database.parameters to db.typeorm.parameters.
1010
* Updated to OpenTelemetry semantic conventions 1.32.0.
11+
12+
Refer to the changelog for any future changes.

plugins/node/instrumentation-typeorm/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@opentelemetry/instrumentation": "^0.200.0",
60-
"@opentelemetry/core": "^2.0.0",
61-
"@opentelemetry/semantic-conventions": "^1.30.0"
60+
"@opentelemetry/core": "^2.0.0"
6261
},
6362
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-typeorm#readme"
6463
}

0 commit comments

Comments
 (0)