@opentelemetry/instrumentation-nestjs-core
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-nestjs-core", | ||
"version": "0.33.3", | ||
"version": "0.33.4", | ||
"description": "OpenTelemetry NestJS automatic instrumentation package.", | ||
@@ -16,3 +16,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", | ||
@@ -66,6 +66,6 @@ "test": "nyc ts-mocha --timeout 5000 -p tsconfig.json 'test/**/*.test.ts'", | ||
"rimraf": "5.0.5", | ||
"rxjs": "7.3.0", | ||
"rxjs": "7.8.1", | ||
"rxjs-compat": "6.6.7", | ||
"semver": "7.5.4", | ||
"test-all-versions": "5.0.1", | ||
"test-all-versions": "6.0.0", | ||
"ts-mocha": "10.0.0", | ||
@@ -75,7 +75,7 @@ "typescript": "4.4.4" | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.45.1", | ||
"@opentelemetry/instrumentation": "^0.46.0", | ||
"@opentelemetry/semantic-conventions": "^1.0.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core#readme", | ||
"gitHead": "607d375595da3ab51b7f773ac360900121c4361b" | ||
"gitHead": "90928231259bbbdf6980f184bc7420503048b77e" | ||
} |
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
52786
+ Added@opentelemetry/instrumentation@0.46.0(transitive)
+ Addedimport-in-the-middle@1.7.1(transitive)
- Removed@opentelemetry/instrumentation@0.45.1(transitive)
- Removedimport-in-the-middle@1.4.2(transitive)