@opentelemetry/instrumentation-cucumber
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.2.0"; | ||
export declare const VERSION = "0.2.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.2.0'; | ||
exports.VERSION = '0.2.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-cucumber", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "OpenTelemetry cucumber automatic instrumentation package.", | ||
@@ -60,3 +60,3 @@ "main": "build/src/index.js", | ||
"sinon": "15.2.0", | ||
"test-all-versions": "5.0.1", | ||
"test-all-versions": "6.0.0", | ||
"ts-mocha": "10.0.0", | ||
@@ -66,7 +66,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/instrumentation-cucumber#readme", | ||
"gitHead": "c7e7000b7bf79b0b107c448b403c2613a9b9e2c1" | ||
"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
+ 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)