Comparing version 0.1.33 to 0.1.34
@@ -106,3 +106,3 @@ // aa.js - async-await.js | ||
if (isPromise(gtor)) | ||
return new PromiseThunk(gtor); | ||
return PromiseThunk.resolve(gtor); | ||
@@ -109,0 +109,0 @@ // is function? then promisify it. |
{ | ||
"name": "aa", | ||
"version": "0.1.33", | ||
"version": "0.1.34", | ||
"description": "aa - async-await. co like library, go like channel, thunkify or promisify wrap package.", | ||
@@ -5,0 +5,0 @@ "main": "aa.js", |
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
27254