loro-crdt 1.5.7 → 1.5.8

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.
@@ -6946,13 +6946,13 @@ export function __wbindgen_cb_drop(arg0) {
6946
6946
  return ret;
6947
6947
  };
6948
6948
 
6949
- export function __wbindgen_closure_wrapper483(arg0, arg1, arg2) {
6950
- const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_60);
6949
+ export function __wbindgen_closure_wrapper563(arg0, arg1, arg2) {
6950
+ const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_60);
6951
6951
  return addHeapObject(ret);
6952
6952
  };
6953
6953
 
6954
- export function __wbindgen_closure_wrapper486(arg0, arg1, arg2) {
6955
- const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
6954
+ export function __wbindgen_closure_wrapper566(arg0, arg1, arg2) {
6955
+ const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_63);
6956
6956
  return addHeapObject(ret);
6957
6957
  };
6958
6958
 
Binary file
@@ -6956,13 +6956,13 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
6956
6956
  return ret;
6957
6957
  };
6958
6958
 
6959
- module.exports.__wbindgen_closure_wrapper483 = function(arg0, arg1, arg2) {
6960
- const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_60);
6959
+ module.exports.__wbindgen_closure_wrapper563 = function(arg0, arg1, arg2) {
6960
+ const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_60);
6961
6961
  return addHeapObject(ret);
6962
6962
  };
6963
6963
 
6964
- module.exports.__wbindgen_closure_wrapper486 = function(arg0, arg1, arg2) {
6965
- const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
6964
+ module.exports.__wbindgen_closure_wrapper566 = function(arg0, arg1, arg2) {
6965
+ const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_63);
6966
6966
  return addHeapObject(ret);
6967
6967
  };
6968
6968
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loro-crdt",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
5
5
  "keywords": [
6
6
  "crdt",
package/web/loro_wasm.js CHANGED
@@ -6888,12 +6888,12 @@ function __wbg_get_imports() {
6888
6888
  const ret = false;
6889
6889
  return ret;
6890
6890
  };
6891
- imports.wbg.__wbindgen_closure_wrapper483 = function(arg0, arg1, arg2) {
6892
- const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_60);
6891
+ imports.wbg.__wbindgen_closure_wrapper563 = function(arg0, arg1, arg2) {
6892
+ const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_60);
6893
6893
  return addHeapObject(ret);
6894
6894
  };
6895
- imports.wbg.__wbindgen_closure_wrapper486 = function(arg0, arg1, arg2) {
6896
- const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
6895
+ imports.wbg.__wbindgen_closure_wrapper566 = function(arg0, arg1, arg2) {
6896
+ const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_63);
6897
6897
  return addHeapObject(ret);
6898
6898
  };
6899
6899
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file