@peerbit/riblt 1.0.4 → 1.0.5

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.
Binary file
@@ -1,4 +1,4 @@
1
1
  // nothing to do since 'fetch' works as expected in the browsere
2
2
  import init from "./rateless_iblt.js";
3
3
 
4
- init(new URL("/peerbit/rateless_iblt_bg.wasm", import.meta.url));
4
+ await init(new URL("/peerbit/rateless_iblt_bg.wasm", import.meta.url));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/riblt",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Riblt",
5
5
  "sideEffects": false,
6
6
  "type": "module",