fix(fs): Fixed copy and copySync functions to ensure they always overwrite files.

This commit is contained in:
2025-01-29 18:14:02 +01:00
parent 04a25221a5
commit 2d1ac0bd50
3 changed files with 9 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfile',
version: '11.1.7',
version: '11.1.8',
description: 'Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.'
}