Comparing version 0.0.0-canary-20241111180316 to 0.0.0-canary-20241112200135
{ | ||
"name": "@kubb/fs", | ||
"version": "0.0.0-canary-20241111180316", | ||
"version": "0.0.0-canary-20241112200135", | ||
"description": "FileSystem helpers", | ||
@@ -55,4 +55,4 @@ "keywords": [ | ||
"tsup": "^8.3.5", | ||
"@kubb/config-ts": "0.0.0-canary-20241111180316", | ||
"@kubb/config-tsup": "0.0.0-canary-20241111180316" | ||
"@kubb/config-ts": "0.0.0-canary-20241112200135", | ||
"@kubb/config-tsup": "0.0.0-canary-20241112200135" | ||
}, | ||
@@ -59,0 +59,0 @@ "engines": { |
@@ -22,4 +22,2 @@ import { resolve } from 'node:path' | ||
// await new Promise((resolve) => setTimeout(resolve, 20000)) | ||
await fs.outputFile(resolve(path), data, { encoding: 'utf-8' }) | ||
@@ -26,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
272106
2761