loro-crdt 1.5.2 → 1.5.3
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
|
@@ -7054,7 +7054,7 @@ var imports = /*#__PURE__*/Object.freeze({
|
|
|
7054
7054
|
// Without this patch, Cloudflare Worker would raise issue like: "Uncaught TypeError: wasm2.__wbindgen_start is not a function"
|
|
7055
7055
|
|
|
7056
7056
|
|
|
7057
|
-
import loro_wasm_bg_js from './loro_wasm_bg-
|
|
7057
|
+
import loro_wasm_bg_js from './loro_wasm_bg-006667bd.js';
|
|
7058
7058
|
const instance = new WebAssembly.Instance(loro_wasm_bg_js(), {
|
|
7059
7059
|
"./loro_wasm_bg.js": imports,
|
|
7060
7060
|
});
|