@opentelemetry/instrumentation-tedious
Advanced tools
Comparing version 0.10.1 to 0.11.0
@@ -42,7 +42,7 @@ "use strict"; | ||
constructor(config = {}) { | ||
super('@opentelemetry/instrumentation-tedious', version_1.VERSION, config); | ||
super(version_1.PACKAGE_NAME, version_1.PACKAGE_VERSION, config); | ||
} | ||
init() { | ||
return [ | ||
new instrumentation_1.InstrumentationNodeModuleDefinition(TediousInstrumentation.COMPONENT, ['>=1.11.0 <=15'], (moduleExports) => { | ||
new instrumentation_1.InstrumentationNodeModuleDefinition(TediousInstrumentation.COMPONENT, ['>=1.11.0 <18'], (moduleExports) => { | ||
const ConnectionPrototype = moduleExports.Connection.prototype; | ||
@@ -49,0 +49,0 @@ for (const method of PATCHED_METHODS) { |
@@ -1,2 +0,3 @@ | ||
export declare const VERSION = "0.10.1"; | ||
export declare const PACKAGE_VERSION = "0.11.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-tedious"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -18,5 +18,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.10.1'; | ||
exports.PACKAGE_VERSION = '0.11.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-tedious'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-tedious", | ||
"version": "0.10.1", | ||
"description": "OpenTelemetry instrumentation for `tedious`", | ||
"version": "0.11.0", | ||
"description": "OpenTelemetry instrumentation for `tedious` database client for Microsoft SQL Server", | ||
"main": "build/src/index.js", | ||
@@ -52,3 +52,3 @@ "types": "build/src/index.d.ts", | ||
"@opentelemetry/context-async-hooks": "^1.8.0", | ||
"@opentelemetry/contrib-test-utils": "^0.39.0", | ||
"@opentelemetry/contrib-test-utils": "^0.40.0", | ||
"@opentelemetry/sdk-trace-base": "^1.8.0", | ||
@@ -60,3 +60,4 @@ "@types/mocha": "7.0.2", | ||
"rimraf": "5.0.5", | ||
"tedious": "15.1.3", | ||
"semver": "7.6.0", | ||
"tedious": "17.0.0", | ||
"test-all-versions": "6.1.0", | ||
@@ -67,3 +68,3 @@ "ts-mocha": "10.0.0", | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.51.0", | ||
"@opentelemetry/instrumentation": "^0.52.0", | ||
"@opentelemetry/semantic-conventions": "^1.22.0", | ||
@@ -73,3 +74,3 @@ "@types/tedious": "^4.0.10" | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-tedious#readme", | ||
"gitHead": "a2e2b5a1aa2910b903829d215184c43d2107b9ac" | ||
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020" | ||
} |
@@ -20,3 +20,3 @@ # OpenTelemetry Tedious Instrumentation for Node.js | ||
- `>=1.11.0 <=15` | ||
- `>=1.11.0 <=17` | ||
@@ -23,0 +23,0 @@ ## Usage |
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
50948
313
14
+ Added@opentelemetry/api-logs@0.52.1(transitive)
+ Added@opentelemetry/instrumentation@0.52.1(transitive)
+ Addedimport-in-the-middle@1.11.2(transitive)
- Removed@opentelemetry/api-logs@0.51.1(transitive)
- Removed@opentelemetry/instrumentation@0.51.1(transitive)
- Removedimport-in-the-middle@1.7.4(transitive)