## 🗃️ File Manager Migration – 2025-06-27

### ✨ Overview

This release introduces major improvements and module restructuring focused on the new `fileManager` system.

---

### ✅ What’s New

* **🔄 Migrated `fileManager` structure**

  * Internal restructuring to support a cleaner and more maintainable file management flow.

* **📂 New Async Utilities**
  The following asynchronous file utilities were added:

  * `listFilesAsync`
  * `listDirsAsync`
  * `fileSizeAsync`
  * `dirSizeAsync`
  * `isDirEmptyAsync`
  * `clearDirectoryAsync`

* **🔧 Fixed Module Import Issues**

  * Resolved `fs` and `path` import problems caused by incorrect module usage in TypeScript.

**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.12.1...1.12.2