fix(fs): Fix directory handling in copy and copySync functions

This commit is contained in:
2025-01-29 18:20:14 +01:00
parent f6fb28d32f
commit 40018532a7
3 changed files with 13 additions and 1 deletions

View File

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