fix(fs): Fix issues in file stability check and directory existence verification in fs module

This commit is contained in:
2025-01-07 04:35:56 +01:00
parent 7c07c5c174
commit a9799e05ee
3 changed files with 35 additions and 27 deletions

View File

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