loro-crdt 1.5.7 → 1.5.9

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.
@@ -6805,7 +6805,7 @@ export function __wbg_node_02999533c4ea02e3(arg0) {
6805
6805
  return addHeapObject(ret);
6806
6806
  };
6807
6807
 
6808
- export function __wbg_now_dc4980649ae44bd7() {
6808
+ export function __wbg_now_439b66158bc4f246() {
6809
6809
  const ret = Date.now();
6810
6810
  return ret;
6811
6811
  };
@@ -6946,12 +6946,12 @@ export function __wbindgen_cb_drop(arg0) {
6946
6946
  return ret;
6947
6947
  };
6948
6948
 
6949
- export function __wbindgen_closure_wrapper483(arg0, arg1, arg2) {
6949
+ export function __wbindgen_closure_wrapper563(arg0, arg1, arg2) {
6950
6950
  const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_60);
6951
6951
  return addHeapObject(ret);
6952
6952
  };
6953
6953
 
6954
- export function __wbindgen_closure_wrapper486(arg0, arg1, arg2) {
6954
+ export function __wbindgen_closure_wrapper566(arg0, arg1, arg2) {
6955
6955
  const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
6956
6956
  return addHeapObject(ret);
6957
6957
  };
Binary file
@@ -6815,7 +6815,7 @@ module.exports.__wbg_node_02999533c4ea02e3 = function(arg0) {
6815
6815
  return addHeapObject(ret);
6816
6816
  };
6817
6817
 
6818
- module.exports.__wbg_now_dc4980649ae44bd7 = function() {
6818
+ module.exports.__wbg_now_439b66158bc4f246 = function() {
6819
6819
  const ret = Date.now();
6820
6820
  return ret;
6821
6821
  };
@@ -6956,12 +6956,12 @@ 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) {
6959
+ module.exports.__wbindgen_closure_wrapper563 = function(arg0, arg1, arg2) {
6960
6960
  const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_60);
6961
6961
  return addHeapObject(ret);
6962
6962
  };
6963
6963
 
6964
- module.exports.__wbindgen_closure_wrapper486 = function(arg0, arg1, arg2) {
6964
+ module.exports.__wbindgen_closure_wrapper566 = function(arg0, arg1, arg2) {
6965
6965
  const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
6966
6966
  return addHeapObject(ret);
6967
6967
  };
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.9",
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
@@ -6774,7 +6774,7 @@ function __wbg_get_imports() {
6774
6774
  const ret = getObject(arg0).node;
6775
6775
  return addHeapObject(ret);
6776
6776
  };
6777
- imports.wbg.__wbg_now_dc4980649ae44bd7 = function() {
6777
+ imports.wbg.__wbg_now_439b66158bc4f246 = function() {
6778
6778
  const ret = Date.now();
6779
6779
  return ret;
6780
6780
  };
@@ -6888,11 +6888,11 @@ 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) {
6891
+ imports.wbg.__wbindgen_closure_wrapper563 = function(arg0, arg1, arg2) {
6892
6892
  const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_60);
6893
6893
  return addHeapObject(ret);
6894
6894
  };
6895
- imports.wbg.__wbindgen_closure_wrapper486 = function(arg0, arg1, arg2) {
6895
+ imports.wbg.__wbindgen_closure_wrapper566 = function(arg0, arg1, arg2) {
6896
6896
  const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
6897
6897
  return addHeapObject(ret);
6898
6898
  };
Binary file