loro-crdt 1.4.5 → 1.4.6
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
|
@@ -6778,7 +6778,7 @@ var imports = /*#__PURE__*/Object.freeze({
|
|
|
6778
6778
|
// Without this patch, Cloudflare Worker would raise issue like: "Uncaught TypeError: wasm2.__wbindgen_start is not a function"
|
|
6779
6779
|
|
|
6780
6780
|
|
|
6781
|
-
import loro_wasm_bg_js from './loro_wasm_bg-
|
|
6781
|
+
import loro_wasm_bg_js from './loro_wasm_bg-6f5ef18d.js';
|
|
6782
6782
|
const instance = new WebAssembly.Instance(loro_wasm_bg_js(), {
|
|
6783
6783
|
"./loro_wasm_bg.js": imports,
|
|
6784
6784
|
});
|