@opentelemetry/instrumentation-kafkajs
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -21,2 +21,3 @@ "use strict"; | ||
const semantic_conventions_1 = require("@opentelemetry/semantic-conventions"); | ||
/** @knipignore */ | ||
const version_1 = require("./version"); | ||
@@ -23,0 +24,0 @@ const propagator_1 = require("./propagator"); |
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.3.0"; | ||
export declare const PACKAGE_VERSION = "0.4.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-kafkajs"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.3.0'; | ||
exports.PACKAGE_VERSION = '0.4.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-kafkajs'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-kafkajs", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "OpenTelemetry instrumentation for `kafkajs` messaging client for Apache Kafka", | ||
@@ -9,3 +9,3 @@ "main": "build/src/index.js", | ||
"scripts": { | ||
"test": "ts-mocha --require @opentelemetry/contrib-test-utils -p tsconfig.json 'test/**/*.test.ts'", | ||
"test": "mocha --require @opentelemetry/contrib-test-utils 'test/**/*.test.ts'", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
@@ -48,21 +48,19 @@ "clean": "rimraf build/*", | ||
"@opentelemetry/api": "^1.3.0", | ||
"@opentelemetry/contrib-test-utils": "^0.41.0", | ||
"@opentelemetry/contrib-test-utils": "^0.42.0", | ||
"@opentelemetry/sdk-trace-base": "^1.24.0", | ||
"@types/mocha": "7.0.2", | ||
"@types/node": "18.6.5", | ||
"@types/node": "18.18.14", | ||
"@types/sinon": "^10.0.11", | ||
"kafkajs": "^2.2.4", | ||
"mocha": "7.2.0", | ||
"nyc": "15.1.0", | ||
"rimraf": "5.0.10", | ||
"sinon": "15.2.0", | ||
"ts-mocha": "10.0.0", | ||
"typescript": "4.4.4" | ||
}, | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.53.0", | ||
"@opentelemetry/instrumentation": "^0.54.0", | ||
"@opentelemetry/semantic-conventions": "^1.27.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-kafkajs#readme", | ||
"gitHead": "9dc58afed8134f95908331bcff35c5d9ec46fe9a" | ||
"gitHead": "7633caee19a7f04c5cc5e191d1ae7745ac3739f1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11
353
60143
+ Added@opentelemetry/api-logs@0.54.2(transitive)
+ Added@opentelemetry/instrumentation@0.54.2(transitive)
- Removed@opentelemetry/api-logs@0.53.0(transitive)
- Removed@opentelemetry/instrumentation@0.53.0(transitive)