@opentelemetry/instrumentation-tedious
Advanced tools
Comparing version 0.12.0 to 0.13.0
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation'; | ||
import { TediousInstrumentationConfig } from './types'; | ||
export declare class TediousInstrumentation extends InstrumentationBase { | ||
export declare class TediousInstrumentation extends InstrumentationBase<TediousInstrumentationConfig> { | ||
static readonly COMPONENT = "tedious"; | ||
@@ -5,0 +5,0 @@ constructor(config?: TediousInstrumentationConfig); |
@@ -46,3 +46,3 @@ "use strict"; | ||
return [ | ||
new instrumentation_1.InstrumentationNodeModuleDefinition(TediousInstrumentation.COMPONENT, ['>=1.11.0 <18'], (moduleExports) => { | ||
new instrumentation_1.InstrumentationNodeModuleDefinition(TediousInstrumentation.COMPONENT, ['>=1.11.0 <20'], (moduleExports) => { | ||
const ConnectionPrototype = moduleExports.Connection.prototype; | ||
@@ -49,0 +49,0 @@ for (const method of PATCHED_METHODS) { |
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.12.0"; | ||
export declare const PACKAGE_VERSION = "0.13.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-tedious"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.12.0'; | ||
exports.PACKAGE_VERSION = '0.13.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-tedious'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-tedious", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "OpenTelemetry instrumentation for `tedious` database client for Microsoft SQL Server", | ||
@@ -17,3 +17,3 @@ "main": "build/src/index.js", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'", | ||
"test": "nyc mocha --require ts-node/register 'test/**/*.test.ts'", | ||
"test-all-versions": "tav", | ||
@@ -59,7 +59,7 @@ "version:update": "node ../../../scripts/version-update.js" | ||
"nyc": "15.1.0", | ||
"rimraf": "5.0.5", | ||
"semver": "7.6.0", | ||
"rimraf": "5.0.10", | ||
"semver": "7.6.3", | ||
"tedious": "17.0.0", | ||
"test-all-versions": "6.1.0", | ||
"ts-mocha": "10.0.0", | ||
"ts-node": "10.9.2", | ||
"typescript": "4.4.4" | ||
@@ -70,6 +70,6 @@ }, | ||
"@opentelemetry/semantic-conventions": "^1.22.0", | ||
"@types/tedious": "^4.0.10" | ||
"@types/tedious": "^4.0.14" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-tedious#readme", | ||
"gitHead": "ad8436d6a4174f2288cb939080cd4e74da94b0d7" | ||
"gitHead": "19454560b49b669c8f9c0cca9fcc3308b415f2b1" | ||
} |
@@ -20,3 +20,3 @@ # OpenTelemetry Tedious Instrumentation for Node.js | ||
- [tedious](https://www.npmjs.com/package/tedious) `>=1.11.0 <18` | ||
- [tedious](https://www.npmjs.com/package/tedious) `>=1.11.0 <20` | ||
@@ -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
50706
Updated@types/tedious@^4.0.14