@opentelemetry/instrumentation-knex
Advanced tools
Comparing version 0.39.0 to 0.40.0
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.39.0"; | ||
export declare const PACKAGE_VERSION = "0.40.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-knex"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.39.0'; | ||
exports.PACKAGE_VERSION = '0.40.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-knex'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-knex", | ||
"version": "0.39.0", | ||
"version": "0.40.0", | ||
"description": "OpenTelemetry instrumentation for `knex` database SQL query builder", | ||
@@ -55,4 +55,4 @@ "main": "build/src/index.js", | ||
"nyc": "15.1.0", | ||
"rimraf": "5.0.5", | ||
"sqlite3": "5.1.6", | ||
"rimraf": "5.0.10", | ||
"sqlite3": "5.1.7", | ||
"ts-mocha": "10.0.0", | ||
@@ -62,7 +62,7 @@ "typescript": "4.4.4" | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.52.0", | ||
"@opentelemetry/semantic-conventions": "^1.22.0" | ||
"@opentelemetry/instrumentation": "^0.53.0", | ||
"@opentelemetry/semantic-conventions": "^1.27.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-knex#readme", | ||
"gitHead": "c1d67f8befb716c57bb5083a9d24f154128963df" | ||
"gitHead": "9dc58afed8134f95908331bcff35c5d9ec46fe9a" | ||
} |
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
57236
+ Added@opentelemetry/api-logs@0.53.0(transitive)
+ Added@opentelemetry/instrumentation@0.53.0(transitive)
- Removed@opentelemetry/api-logs@0.52.1(transitive)
- Removed@opentelemetry/instrumentation@0.52.1(transitive)