stack-base-iterator
Advanced tools
+6
-6
| { | ||
| "name": "stack-base-iterator", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "Base iterator for values retrieved using a stack of async functions returning values", | ||
@@ -35,10 +35,10 @@ "keywords": [ | ||
| "format": "biome check --write --unsafe", | ||
| "test": "tsds test:node --no-timeouts", | ||
| "test:engines": "nvu engines npm test", | ||
| "test": "mocha --no-timeouts test/**/*.test.*", | ||
| "test:engines": "nvu engines tsds test:node --no-timeouts", | ||
| "version": "tsds version" | ||
| }, | ||
| "dependencies": { | ||
| "async-compat": "^1.6.14", | ||
| "iterator-next-callback": "^2.0.1", | ||
| "maximize-iterator": "^4.0.2", | ||
| "async-compat": "^1.6.15", | ||
| "iterator-next-callback": "^2.0.2", | ||
| "maximize-iterator": "^4.0.3", | ||
| "pinkie-promise": "^2.0.1" | ||
@@ -45,0 +45,0 @@ }, |
60541
0.05%Updated
Updated