fix(fs): Handle errors in toObjectSync method

This commit is contained in:
2024-12-15 21:40:19 +01:00
parent b55a3eb83f
commit f95c5c9a15
5 changed files with 3852 additions and 517 deletions

View File

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