@opentelemetry/instrumentation-tedious
Advanced tools
Comparing version 0.4.0 to 0.4.1
import { TediousInstrumentation } from './instrumentation'; | ||
export * from './instrumentation'; | ||
export default TediousInstrumentation; | ||
export { TediousInstrumentationConfig } from './types'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -31,2 +31,3 @@ "use strict"; | ||
exports.default = instrumentation_1.TediousInstrumentation; | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.4.0"; | ||
export declare const VERSION = "0.4.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.4.0'; | ||
exports.VERSION = '0.4.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-tedious", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "OpenTelemetry instrumentation for `tedious`", | ||
@@ -36,3 +36,3 @@ "main": "build/src/index.js", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=14" | ||
}, | ||
@@ -56,3 +56,3 @@ "files": [ | ||
"@types/mocha": "7.0.2", | ||
"@types/node": "16.11.21", | ||
"@types/node": "18.11.7", | ||
"gts": "3.1.0", | ||
@@ -73,3 +73,3 @@ "mocha": "7.2.0", | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-tedious#readme", | ||
"gitHead": "4a9442ceea7f8555ad6e5f731f92834f3398d5b9" | ||
"gitHead": "bd79bd04cba3f16658caf37d9a5c65e5bd5980f6" | ||
} |
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
314
37807
18