@componentor/fs 3.0.19 → 3.0.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@componentor/fs",
3
- "version": "3.0.19",
3
+ "version": "3.0.21",
4
4
  "description": "High-performance OPFS-based Node.js fs polyfill with true sync API, VFS binary format, and bidirectional OPFS mirroring",
5
5
  "license": "MIT",
6
6
  "author": "Componentor",
@@ -602,7 +602,7 @@ Make sure `opfsSync` is enabled (it's `true` by default). Files are mirrored to
602
602
 
603
603
  ## Changelog
604
604
 
605
- ### v3.0.19 (2026)
605
+ ### v3.0.19-v3.0.20 (2026)
606
606
 
607
607
  **Features:**
608
608
  - Add `swUrl` config option to specify a custom service worker URL for multi-tab support in bundled environments where the default auto-resolved URL doesn't work