@opentelemetry/instrumentation-tedious
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.6.3"; | ||
export declare const VERSION = "0.6.4"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.6.3'; | ||
exports.VERSION = '0.6.4'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-tedious", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "OpenTelemetry instrumentation for `tedious`", | ||
@@ -15,3 +15,3 @@ "main": "build/src/index.js", | ||
"prewatch": "npm run precompile", | ||
"prepare": "npm run compile", | ||
"prepublishOnly": "npm run compile", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
@@ -53,3 +53,3 @@ "test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'", | ||
"@opentelemetry/context-async-hooks": "^1.8.0", | ||
"@opentelemetry/contrib-test-utils": "^0.34.3", | ||
"@opentelemetry/contrib-test-utils": "^0.35.0", | ||
"@opentelemetry/sdk-trace-base": "^1.8.0", | ||
@@ -72,3 +72,3 @@ "@types/mocha": "7.0.2", | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-tedious#readme", | ||
"gitHead": "607d375595da3ab51b7f773ac360900121c4361b" | ||
"gitHead": "a757b5e443dfe1dade090aeb11ec37d0e802f8af" | ||
} |
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
49977