loro-crdt 1.8.1 → 1.8.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 +12 -0
- package/base64/index.js +6 -6
- package/base64/loro_wasm_bg-3774fc0f.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-afebbb87.js +0 -64
package/bundler/loro_wasm_bg.js
CHANGED
|
@@ -7007,12 +7007,12 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
7007
7007
|
return ret;
|
|
7008
7008
|
};
|
|
7009
7009
|
|
|
7010
|
-
export function
|
|
7010
|
+
export function __wbindgen_closure_wrapper710(arg0, arg1, arg2) {
|
|
7011
7011
|
const ret = makeMutClosure(arg0, arg1, 12, __wbg_adapter_60);
|
|
7012
7012
|
return addHeapObject(ret);
|
|
7013
7013
|
};
|
|
7014
7014
|
|
|
7015
|
-
export function
|
|
7015
|
+
export function __wbindgen_closure_wrapper713(arg0, arg1, arg2) {
|
|
7016
7016
|
const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
|
|
7017
7017
|
return addHeapObject(ret);
|
|
7018
7018
|
};
|
|
Binary file
|
package/nodejs/loro_wasm.js
CHANGED
|
@@ -7017,12 +7017,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
7017
7017
|
return ret;
|
|
7018
7018
|
};
|
|
7019
7019
|
|
|
7020
|
-
module.exports.
|
|
7020
|
+
module.exports.__wbindgen_closure_wrapper710 = function(arg0, arg1, arg2) {
|
|
7021
7021
|
const ret = makeMutClosure(arg0, arg1, 12, __wbg_adapter_60);
|
|
7022
7022
|
return addHeapObject(ret);
|
|
7023
7023
|
};
|
|
7024
7024
|
|
|
7025
|
-
module.exports.
|
|
7025
|
+
module.exports.__wbindgen_closure_wrapper713 = function(arg0, arg1, arg2) {
|
|
7026
7026
|
const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
|
|
7027
7027
|
return addHeapObject(ret);
|
|
7028
7028
|
};
|
package/nodejs/loro_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/loro_wasm.js
CHANGED
|
@@ -6948,11 +6948,11 @@ function __wbg_get_imports() {
|
|
|
6948
6948
|
const ret = false;
|
|
6949
6949
|
return ret;
|
|
6950
6950
|
};
|
|
6951
|
-
imports.wbg.
|
|
6951
|
+
imports.wbg.__wbindgen_closure_wrapper710 = function(arg0, arg1, arg2) {
|
|
6952
6952
|
const ret = makeMutClosure(arg0, arg1, 12, __wbg_adapter_60);
|
|
6953
6953
|
return addHeapObject(ret);
|
|
6954
6954
|
};
|
|
6955
|
-
imports.wbg.
|
|
6955
|
+
imports.wbg.__wbindgen_closure_wrapper713 = function(arg0, arg1, arg2) {
|
|
6956
6956
|
const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
|
|
6957
6957
|
return addHeapObject(ret);
|
|
6958
6958
|
};
|
package/web/loro_wasm_bg.wasm
CHANGED
|
Binary file
|