fix(fs): Fix issues with fs file copy functions.

This commit is contained in:
2025-01-29 12:21:49 +01:00
parent 1657d0e1c6
commit de2a250a45
5 changed files with 1734 additions and 3040 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-01-29 - 11.1.6 - fix(fs)
Fix issues with fs file copy functions.
- Updated dependencies in package.json.
- Corrected comments for asynchronous and synchronous file copy functions in fs.ts.
## 2025-01-07 - 11.1.5 - fix(fs)
Improve waitForFileToBeReady function to handle directories and file stabilization