Comparing version 1.1.6 to 1.1.7
@@ -10,3 +10,3 @@ /** | ||
private _currId; | ||
readonly currId: number; | ||
get currId(): number; | ||
private idHookMap; | ||
@@ -13,0 +13,0 @@ private readonly hookFuncs; |
{ | ||
"name": "asyncctx", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "an asynchronous execution context for TypeScript/JavaScript", | ||
@@ -36,3 +36,3 @@ "main": "./index.js", | ||
"engines": { | ||
"node": "^4.7 || ^6.9.2 || ^7.3 || ^8.2 || ^9.0 || ^10.0 || ^11.0 || ^12.0" | ||
"node": "^4.7 || ^6.9.2 || ^7.3 || ^8.2 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "greenkeeper": { |
@@ -55,3 +55,4 @@ [![npm version](https://badge.fury.io/js/asyncctx.svg)](https://badge.fury.io/js/asyncctx) | ||
| -------- | --------------------------------------------------------------------------------------- | | ||
| 1.1.2-5 | maintenance release | | ||
| 1.1.7 | node 13 | | ||
| 1.1.2-6 | maintenance release | | ||
| 1.1.1 | fixed loosing context; thanks to Pasi Tuominen | | ||
@@ -58,0 +59,0 @@ | 2.0.0 | targeting es6; dropped support for nodejs < v8 | |
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
112181
70