@opentelemetry/instrumentation-mongodb
Advanced tools
Comparing version 0.47.0 to 0.48.0
@@ -23,2 +23,3 @@ "use strict"; | ||
const internal_types_1 = require("./internal-types"); | ||
/** @knipignore */ | ||
const version_1 = require("./version"); | ||
@@ -25,0 +26,0 @@ /** mongodb instrumentation plugin for OpenTelemetry */ |
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.47.0"; | ||
export declare const PACKAGE_VERSION = "0.48.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-mongodb"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.47.0'; | ||
exports.PACKAGE_VERSION = '0.48.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-mongodb'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-mongodb", | ||
"version": "0.47.0", | ||
"version": "0.48.0", | ||
"description": "OpenTelemetry instrumentation for `mongodb` database client for MongoDB", | ||
@@ -11,5 +11,5 @@ "main": "build/src/index.js", | ||
"test": "npm run test-v5-v6", | ||
"test-v3": "nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/mongodb-v3.test.ts'", | ||
"test-v4": "nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v4.test.ts'", | ||
"test-v5-v6": "nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v5-v6.test.ts'", | ||
"test-v3": "nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/mongodb-v3.test.ts'", | ||
"test-v4": "nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v4.test.ts'", | ||
"test-v5-v6": "nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v5-v6.test.ts'", | ||
"test-all-versions": "tav", | ||
@@ -55,3 +55,4 @@ "tdd": "npm run test -- --watch-extensions ts --watch", | ||
"@opentelemetry/context-async-hooks": "^1.8.0", | ||
"@opentelemetry/contrib-test-utils": "^0.41.0", | ||
"@opentelemetry/contrib-test-utils": "^0.42.0", | ||
"@opentelemetry/sdk-metrics": "^1.9.1", | ||
"@opentelemetry/sdk-trace-base": "^1.8.0", | ||
@@ -61,4 +62,3 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", | ||
"@types/mocha": "7.0.2", | ||
"@types/node": "18.6.5", | ||
"mocha": "7.2.0", | ||
"@types/node": "18.18.14", | ||
"mongodb": "6.8.0", | ||
@@ -68,12 +68,10 @@ "nyc": "15.1.0", | ||
"test-all-versions": "6.1.0", | ||
"ts-mocha": "10.0.0", | ||
"typescript": "4.4.4" | ||
}, | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.53.0", | ||
"@opentelemetry/sdk-metrics": "^1.9.1", | ||
"@opentelemetry/instrumentation": "^0.54.0", | ||
"@opentelemetry/semantic-conventions": "^1.27.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mongodb#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
3
14
991
130248
+ Added@opentelemetry/api-logs@0.54.0(transitive)
+ Added@opentelemetry/instrumentation@0.54.0(transitive)
- Removed@opentelemetry/sdk-metrics@^1.9.1
- Removed@opentelemetry/api-logs@0.53.0(transitive)
- Removed@opentelemetry/core@1.27.0(transitive)
- Removed@opentelemetry/instrumentation@0.53.0(transitive)
- Removed@opentelemetry/resources@1.27.0(transitive)
- Removed@opentelemetry/sdk-metrics@1.27.0(transitive)