@irori/idbfs 0.5.0 → 0.5.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.5.1 - 2025-05-24
2
+ - Added empty `idbfs.wasm` file to avoid errors with JS bundlers (#1)
3
+
1
4
  ## 0.5.0 - 2025-04-21
2
5
  - Rebuilt with Emscripten 4.0.7
3
6
  - `idbfs.js` is no longer built with `USE_ES6_IMPORT_META=0`, which was removed in Emscripten 4.0.4
package/idbfs.wasm ADDED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@irori/idbfs",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "author": "irori <irorin@gmail.com>",
5
5
  "repository": {
6
6
  "type": "git",