Comparing version 3.0.0 to 3.0.1
@@ -50,5 +50,6 @@ 'use strict'; | ||
{ | ||
return _promise2.default.all(results).forEach(function (value, i) { | ||
results[i] = null; | ||
}).then(function () { | ||
return _promise2.default.all(results).then(function (r) { | ||
r.forEach(function (v, i) { | ||
results[i] = null; | ||
}); | ||
return null; | ||
@@ -55,0 +56,0 @@ }); |
{ | ||
"name": "sync-mysql", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"main": "lib/index.js", | ||
@@ -13,3 +13,3 @@ "description": "Make synchronous queries to a mysql database", | ||
"concat-stream": "^1.6.0", | ||
"sync-rpc": "^1.1.0", | ||
"sync-rpc": "^1.1.1", | ||
"then-mysql": "^1.1.1" | ||
@@ -16,0 +16,0 @@ }, |
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
9960
182
Updatedsync-rpc@^1.1.1