Comparing version 0.1.5 to 0.1.6
@@ -209,2 +209,5 @@ /** | ||
} else this.resolve(data) | ||
// context is no longer needed | ||
delete this._currentContext | ||
} | ||
@@ -225,2 +228,5 @@ | ||
} else this.reject(e) | ||
// context is no longer needed | ||
delete this._currentContext | ||
} | ||
@@ -235,3 +241,3 @@ | ||
var i | ||
if (this._hasContext) promise.setContext(this._nextContext) | ||
if (this._hasContext) promise._useContext(this._nextContext) | ||
@@ -238,0 +244,0 @@ if (this._child) { |
{ | ||
"name": "kew" | ||
, "description": "a lightweight promise library for node" | ||
, "version": "0.1.5" | ||
, "version": "0.1.6" | ||
, "homepage": "https://github.com/Obvious/kew" | ||
@@ -6,0 +6,0 @@ , "authors": [ |
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
47203
1012