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.
@@ -7007,12 +7007,12 @@ export function __wbindgen_cb_drop(arg0) {
7007
7007
  return ret;
7008
7008
  };
7009
7009
 
7010
- export function __wbindgen_closure_wrapper711(arg0, arg1, arg2) {
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 __wbindgen_closure_wrapper714(arg0, arg1, arg2) {
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
@@ -7017,12 +7017,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
7017
7017
  return ret;
7018
7018
  };
7019
7019
 
7020
- module.exports.__wbindgen_closure_wrapper711 = function(arg0, arg1, arg2) {
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.__wbindgen_closure_wrapper714 = function(arg0, arg1, arg2) {
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
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loro-crdt",
3
- "version": "1.8.1",
3
+ "version": "1.8.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
@@ -6948,11 +6948,11 @@ function __wbg_get_imports() {
6948
6948
  const ret = false;
6949
6949
  return ret;
6950
6950
  };
6951
- imports.wbg.__wbindgen_closure_wrapper711 = function(arg0, arg1, arg2) {
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.__wbindgen_closure_wrapper714 = function(arg0, arg1, arg2) {
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
  };
Binary file