loro-crdt 1.7.2 → 1.7.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 +6 -0
- package/base64/index.js +6 -6
- package/base64/loro_wasm_bg-2aa08ebf.js +64 -0
- package/bundler/loro_wasm_bg.js +2 -2
- package/bundler/loro_wasm_bg.wasm +0 -0
- package/nodejs/loro_wasm.js +2 -2
- package/nodejs/loro_wasm_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/loro_wasm.js +2 -2
- package/web/loro_wasm_bg.wasm +0 -0
- package/base64/loro_wasm_bg-a4a986e3.js +0 -64
package/bundler/loro_wasm_bg.js
CHANGED
|
@@ -6997,12 +6997,12 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
6997
6997
|
return ret;
|
|
6998
6998
|
};
|
|
6999
6999
|
|
|
7000
|
-
export function
|
|
7000
|
+
export function __wbindgen_closure_wrapper565(arg0, arg1, arg2) {
|
|
7001
7001
|
const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_60);
|
|
7002
7002
|
return addHeapObject(ret);
|
|
7003
7003
|
};
|
|
7004
7004
|
|
|
7005
|
-
export function
|
|
7005
|
+
export function __wbindgen_closure_wrapper568(arg0, arg1, arg2) {
|
|
7006
7006
|
const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_63);
|
|
7007
7007
|
return addHeapObject(ret);
|
|
7008
7008
|
};
|
|
Binary file
|
package/nodejs/loro_wasm.js
CHANGED
|
@@ -7007,12 +7007,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
7007
7007
|
return ret;
|
|
7008
7008
|
};
|
|
7009
7009
|
|
|
7010
|
-
module.exports.
|
|
7010
|
+
module.exports.__wbindgen_closure_wrapper565 = function(arg0, arg1, arg2) {
|
|
7011
7011
|
const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_60);
|
|
7012
7012
|
return addHeapObject(ret);
|
|
7013
7013
|
};
|
|
7014
7014
|
|
|
7015
|
-
module.exports.
|
|
7015
|
+
module.exports.__wbindgen_closure_wrapper568 = function(arg0, arg1, arg2) {
|
|
7016
7016
|
const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_63);
|
|
7017
7017
|
return addHeapObject(ret);
|
|
7018
7018
|
};
|
package/nodejs/loro_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/loro_wasm.js
CHANGED
|
@@ -6939,11 +6939,11 @@ function __wbg_get_imports() {
|
|
|
6939
6939
|
const ret = false;
|
|
6940
6940
|
return ret;
|
|
6941
6941
|
};
|
|
6942
|
-
imports.wbg.
|
|
6942
|
+
imports.wbg.__wbindgen_closure_wrapper565 = function(arg0, arg1, arg2) {
|
|
6943
6943
|
const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_60);
|
|
6944
6944
|
return addHeapObject(ret);
|
|
6945
6945
|
};
|
|
6946
|
-
imports.wbg.
|
|
6946
|
+
imports.wbg.__wbindgen_closure_wrapper568 = function(arg0, arg1, arg2) {
|
|
6947
6947
|
const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_63);
|
|
6948
6948
|
return addHeapObject(ret);
|
|
6949
6949
|
};
|
package/web/loro_wasm_bg.wasm
CHANGED
|
Binary file
|