feat(smartfs.directory): feat(smartfs.directory): add directory copy/move with conflict handling and options

This commit is contained in:
2025-12-16 10:02:36 +00:00
parent 69ce0f4e64
commit b764942183
5 changed files with 352 additions and 7 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfs',
version: '1.2.0',
version: '1.3.0',
description: 'a cross platform extendable fs module'
}