iterator-next-callback
Advanced tools
+7
-3
| { | ||
| "name": "iterator-next-callback", | ||
| "version": "2.0.7", | ||
| "version": "2.0.8", | ||
| "description": "Calls async iterator next using a callback format", | ||
@@ -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", | ||
@@ -44,5 +45,8 @@ "version": "tsds version" | ||
| "devDependencies": { | ||
| "@biomejs/biome": "*", | ||
| "@types/mocha": "*", | ||
| "@types/node": "*", | ||
| "pinkie-promise": "*" | ||
| "node-version-use": "*", | ||
| "pinkie-promise": "*", | ||
| "ts-dev-stack": "*" | ||
| }, | ||
@@ -49,0 +53,0 @@ "engines": { |
11823
0.96%6
100%