loro-crdt 1.2.3 → 1.2.4
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
package/base64/index.js
CHANGED
|
@@ -6438,7 +6438,7 @@ var imports = /*#__PURE__*/Object.freeze({
|
|
|
6438
6438
|
// Without this patch, Cloudflare Worker would raise issue like: "Uncaught TypeError: wasm2.__wbindgen_start is not a function"
|
|
6439
6439
|
|
|
6440
6440
|
|
|
6441
|
-
import loro_wasm_bg_js from './loro_wasm_bg-
|
|
6441
|
+
import loro_wasm_bg_js from './loro_wasm_bg-d78efef9.js';
|
|
6442
6442
|
const instance = new WebAssembly.Instance(loro_wasm_bg_js(), {
|
|
6443
6443
|
"./loro_wasm_bg.js": imports,
|
|
6444
6444
|
});
|