@opentelemetry/context-async-hooks
Advanced tools
Comparing version 1.25.1 to 1.26.0
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.25.1"; | ||
export declare const VERSION = "1.26.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '1.25.1'; | ||
exports.VERSION = '1.26.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/context-async-hooks", | ||
"version": "1.25.1", | ||
"version": "1.26.0", | ||
"description": "OpenTelemetry AsyncHooks-based Context Manager", | ||
@@ -12,3 +12,3 @@ "main": "build/src/index.js", | ||
"clean": "tsc --build --clean", | ||
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'", | ||
"test": "nyc mocha 'test/**/*.test.ts'", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
@@ -50,3 +50,3 @@ "codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"@opentelemetry/api": ">=1.0.0 <1.10.0", | ||
"@types/mocha": "10.0.6", | ||
"@types/mocha": "10.0.7", | ||
"@types/node": "18.6.5", | ||
@@ -56,5 +56,4 @@ "codecov": "3.8.3", | ||
"lerna": "6.6.2", | ||
"mocha": "10.2.0", | ||
"mocha": "10.7.3", | ||
"nyc": "15.1.0", | ||
"ts-mocha": "10.0.0", | ||
"typescript": "4.4.4" | ||
@@ -67,3 +66,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "0608f405573901e54db01e44c533009cf28be262" | ||
"gitHead": "720bc8c70d47029cb6b41a34ffdc3d25cbaa2f80" | ||
} |
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
9
59424