Skip to content

Commit

Permalink
chore(mysql): remove mysql from dependencies (#1445)
Browse files Browse the repository at this point in the history
* chore(mysql): remove mysql from dependencies

* fix: import type

---------

Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
  • Loading branch information
seemk and blumamir authored Apr 3, 2023
1 parent 7d070db commit 5b70055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@types/sinon": "10.0.13",
"gts": "3.1.0",
"mocha": "7.2.0",
"mysql": "2.18.1",
"nyc": "15.1.0",
"rimraf": "4.2.0",
"sinon": "15.0.1",
Expand All @@ -65,7 +66,6 @@
"dependencies": {
"@opentelemetry/instrumentation": "^0.35.1",
"@opentelemetry/semantic-conventions": "^1.0.0",
"mysql": "2.18.1",
"@types/mysql": "2.15.19"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mysql#readme"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type {
Query,
QueryOptions,
} from 'mysql';
import * as mysqlTypes from 'mysql';
import type * as mysqlTypes from 'mysql';

/**
* Get an SpanAttributes map from a mysql connection config object
Expand Down

0 comments on commit 5b70055

Please sign in to comment.