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.
@@ -6997,12 +6997,12 @@ export function __wbindgen_cb_drop(arg0) {
6997
6997
  return ret;
6998
6998
  };
6999
6999
 
7000
- export function __wbindgen_closure_wrapper563(arg0, arg1, arg2) {
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 __wbindgen_closure_wrapper566(arg0, arg1, arg2) {
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
@@ -7007,12 +7007,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
7007
7007
  return ret;
7008
7008
  };
7009
7009
 
7010
- module.exports.__wbindgen_closure_wrapper563 = function(arg0, arg1, arg2) {
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.__wbindgen_closure_wrapper566 = function(arg0, arg1, arg2) {
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
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loro-crdt",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
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
@@ -6939,11 +6939,11 @@ function __wbg_get_imports() {
6939
6939
  const ret = false;
6940
6940
  return ret;
6941
6941
  };
6942
- imports.wbg.__wbindgen_closure_wrapper563 = function(arg0, arg1, arg2) {
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.__wbindgen_closure_wrapper566 = function(arg0, arg1, arg2) {
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
  };
Binary file