8728115ad0
fix(smartfs.provider.node): replace synchronous readdirSync with async await fs.readdir for directory listings in the Node provider to avoid blocking the event loop
jkunz2026-03-05 13:28:17 +00:00
87710db139
fix(provider(node)): use synchronous readdir to avoid partial results on some filesystems (e.g., XFS) when the process receives signals
jkunz2026-03-05 12:45:16 +00:00
ebc7de4503
feat(smartfs.directory): Add directory treeHash: deterministic content-based hashing of directory trees with streaming and algorithm option
jkunz2025-12-02 08:35:37 +00:00
3bdb014d25
fix(smartfs.provider.node): Default createDirectory to recursive=true when option not provided in Node provider
jkunz2025-11-30 18:10:25 +00:00