@componentor/fs 3.0.10 → 3.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -570,6 +570,11 @@ Make sure `opfsSync` is enabled (it's `true` by default). Files are mirrored to
|
|
|
570
570
|
|
|
571
571
|
## Changelog
|
|
572
572
|
|
|
573
|
+
### v3.0.11 (2026)
|
|
574
|
+
|
|
575
|
+
**Fixes:**
|
|
576
|
+
- Emit TypeScript declaration files (`dts: true` in tsup config)
|
|
577
|
+
|
|
573
578
|
### v3.0.10 (2026)
|
|
574
579
|
|
|
575
580
|
**New: Three filesystem modes (`hybrid`, `vfs`, `opfs`)**
|
package/package.json
CHANGED