We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a68b25 commit 13b7435Copy full SHA for 13b7435
plugins/node/instrumentation-kafkajs/package.json
@@ -7,6 +7,7 @@
7
"repository": "open-telemetry/opentelemetry-js-contrib",
8
"scripts": {
9
"test": "mocha --require @opentelemetry/contrib-test-utils 'test/**/*.test.ts'",
10
+ "test-all-versions": "tav",
11
"tdd": "npm run test -- --watch-extensions ts --watch",
12
"clean": "rimraf build/*",
13
"lint": "eslint . --ext .ts",
@@ -52,6 +53,7 @@
52
53
"nyc": "15.1.0",
54
"rimraf": "5.0.10",
55
"sinon": "15.2.0",
56
+ "test-all-versions": "6.1.0",
57
"typescript": "4.4.4"
58
},
59
"dependencies": {
0 commit comments