opentelemetry-instrumentation-express
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.6](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@0.4.5...opentelemetry-instrumentation-express@0.4.6) (2021-06-02) | ||
**Note:** Version bump only for package opentelemetry-instrumentation-express | ||
## [0.4.5](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@0.4.4...opentelemetry-instrumentation-express@0.4.5) (2021-05-31) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.4.5"; | ||
export declare const VERSION = "0.4.6"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.4.5'; | ||
exports.VERSION = '0.4.6'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "opentelemetry-instrumentation-express", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "enhanced open telemetry instrumentation for the `express` web framework", | ||
@@ -22,3 +22,4 @@ "author": "Aspecto.io", | ||
"prepare": "yarn run build", | ||
"test": "mocha", | ||
"test": "mocha --require opentelemetry-instrumentation-testing-utils", | ||
"test:jaeger": "OTEL_EXPORTER_JAEGER_AGENT_HOST=localhost mocha --require opentelemetry-instrumentation-testing-utils", | ||
"watch": "tsc -w", | ||
@@ -48,2 +49,4 @@ "version:update": "node ../../scripts/version-update.js", | ||
"mocha": "^8.4.0", | ||
"opentelemetry-instrumentation-mocha": "^0.0.1-rc.0", | ||
"opentelemetry-instrumentation-testing-utils": "^0.4.1", | ||
"test-all-versions": "^5.0.1" | ||
@@ -56,5 +59,8 @@ }, | ||
"spec": "test/**/*.spec.ts", | ||
"require": "ts-node/register" | ||
"require": [ | ||
"ts-node/register", | ||
"opentelemetry-instrumentation-mocha" | ||
] | ||
}, | ||
"gitHead": "0ffb67e586f78c6b091b3af5fad8656fde819202" | ||
"gitHead": "909b2e07091c7a7e88e29438f936bb30b6416c1f" | ||
} |
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
51771
12