files-pipe
Advanced tools
Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "files-pipe", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"homepage": "https://github.com/baxast/files-pipe#readme", | ||
@@ -20,4 +20,3 @@ "bugs": { | ||
"deepmerge-ts": "5.1.0", | ||
"fast-glob": "3.3.1", | ||
"@types/node": "20.4.9" | ||
"fast-glob": "3.3.1" | ||
}, | ||
@@ -24,0 +23,0 @@ "devDependencies": { |
import type { Execution, Plan } from "../../Option/Index.js"; | ||
declare const _default: (Plan: Plan, { Fulfilled, Failed, Accomplished, Changed, Passed, Read, Wrote, }: Execution) => Promise<Plan>; | ||
declare const _default: (Plan: Plan, { Fulfilled, Failed, Accomplished, Changed, Passed, Read, Wrote }: Execution) => Promise<Plan>; | ||
export default _default; |
2
10874
- Removed@types/node@20.4.9
- Removed@types/node@20.4.9(transitive)