Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "ai-concat", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Concat an async iterable into a promise", | ||
@@ -13,7 +13,7 @@ "repository": "parro-it/ai-concat", | ||
"scripts": { | ||
"test": "node --harmony_async_iteration -r @std/esm test.js | tap-colorize - && linterjs .", | ||
"test": "node -r @std/esm test.js | tap-colorize - && linterjs .", | ||
"doc": "documentation readme index.js --section=API" | ||
}, | ||
"engines": { | ||
"node": ">9" | ||
"node": ">=7" | ||
}, | ||
@@ -54,5 +54,5 @@ "keywords": [ | ||
"dependencies": { | ||
"ai-reduce": "^2.0.0", | ||
"ai-reduce": "^2.1.0", | ||
"is-async-iterable": "^1.0.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
3398
Updatedai-reduce@^2.1.0