Comparing version 1.0.6 to 1.0.7
@@ -285,2 +285,4 @@ "use strict"; | ||
while (hasNextPage) { | ||
this.log('Running query:'); | ||
this.log(query); | ||
const res = yield this.get(query); | ||
@@ -287,0 +289,0 @@ if (res.transaction) { |
{ | ||
"name": "ardb", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "lib/ardb.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/cedriking/ardb.git", |
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
32059
742