stack-base-iterator
Advanced tools
+7
-3
| { | ||
| "name": "stack-base-iterator", | ||
| "version": "2.1.7", | ||
| "version": "2.1.8", | ||
| "description": "Base iterator for values retrieved using a stack of async functions returning values", | ||
@@ -35,3 +35,4 @@ "keywords": [ | ||
| "format": "biome check --write --unsafe", | ||
| "test": "mocha --no-timeouts test/**/*.test.*", | ||
| "prepublishOnly": "tsds validate", | ||
| "test": "tsds test:node --no-timeouts", | ||
| "test:engines": "nvu engines tsds test:node --no-timeouts", | ||
@@ -47,4 +48,7 @@ "version": "tsds version" | ||
| "devDependencies": { | ||
| "@biomejs/biome": "*", | ||
| "@types/mocha": "*", | ||
| "@types/node": "*" | ||
| "@types/node": "*", | ||
| "node-version-use": "*", | ||
| "ts-dev-stack": "*" | ||
| }, | ||
@@ -51,0 +55,0 @@ "engines": { |
61983
0.18%5
150%