@opentelemetry/instrumentation-amqplib
Advanced tools
Comparing version 0.33.3 to 0.33.4
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.33.3"; | ||
export declare const VERSION = "0.33.4"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.33.3'; | ||
exports.VERSION = '0.33.4'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-amqplib", | ||
"version": "0.33.3", | ||
"version": "0.33.4", | ||
"description": "OpenTelemetry automatic instrumentation for the `amqplib` package", | ||
@@ -33,5 +33,5 @@ "keywords": [ | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"precompile": "tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies", | ||
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies", | ||
"prewatch": "npm run precompile", | ||
"prepare": "npm run compile", | ||
"prepublishOnly": "npm run compile", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
@@ -54,3 +54,3 @@ "test": "nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'", | ||
"@opentelemetry/api": "^1.3.0", | ||
"@opentelemetry/contrib-test-utils": "^0.34.3", | ||
"@opentelemetry/contrib-test-utils": "^0.35.0", | ||
"@types/amqplib": "^0.5.17", | ||
@@ -74,3 +74,3 @@ "@types/lodash": "4.14.199", | ||
}, | ||
"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
117066