loro-crdt 1.8.0 → 1.8.2

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.
@@ -6856,7 +6856,7 @@ export function __wbg_node_905d3e251edff8a2(arg0) {
6856
6856
  return addHeapObject(ret);
6857
6857
  };
6858
6858
 
6859
- export function __wbg_now_bbd8229e4a52638e() {
6859
+ export function __wbg_now_0ea706f3e943bb00() {
6860
6860
  const ret = Date.now();
6861
6861
  return ret;
6862
6862
  };
@@ -7007,13 +7007,13 @@ export function __wbindgen_cb_drop(arg0) {
7007
7007
  return ret;
7008
7008
  };
7009
7009
 
7010
- export function __wbindgen_closure_wrapper566(arg0, arg1, arg2) {
7011
- const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_60);
7010
+ export function __wbindgen_closure_wrapper710(arg0, arg1, arg2) {
7011
+ const ret = makeMutClosure(arg0, arg1, 12, __wbg_adapter_60);
7012
7012
  return addHeapObject(ret);
7013
7013
  };
7014
7014
 
7015
- export function __wbindgen_closure_wrapper569(arg0, arg1, arg2) {
7016
- const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_63);
7015
+ export function __wbindgen_closure_wrapper713(arg0, arg1, arg2) {
7016
+ const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
7017
7017
  return addHeapObject(ret);
7018
7018
  };
7019
7019
 
Binary file
@@ -6866,7 +6866,7 @@ module.exports.__wbg_node_905d3e251edff8a2 = function(arg0) {
6866
6866
  return addHeapObject(ret);
6867
6867
  };
6868
6868
 
6869
- module.exports.__wbg_now_bbd8229e4a52638e = function() {
6869
+ module.exports.__wbg_now_0ea706f3e943bb00 = function() {
6870
6870
  const ret = Date.now();
6871
6871
  return ret;
6872
6872
  };
@@ -7017,13 +7017,13 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
7017
7017
  return ret;
7018
7018
  };
7019
7019
 
7020
- module.exports.__wbindgen_closure_wrapper566 = function(arg0, arg1, arg2) {
7021
- const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_60);
7020
+ module.exports.__wbindgen_closure_wrapper710 = function(arg0, arg1, arg2) {
7021
+ const ret = makeMutClosure(arg0, arg1, 12, __wbg_adapter_60);
7022
7022
  return addHeapObject(ret);
7023
7023
  };
7024
7024
 
7025
- module.exports.__wbindgen_closure_wrapper569 = function(arg0, arg1, arg2) {
7026
- const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_63);
7025
+ module.exports.__wbindgen_closure_wrapper713 = function(arg0, arg1, arg2) {
7026
+ const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
7027
7027
  return addHeapObject(ret);
7028
7028
  };
7029
7029
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loro-crdt",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
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
@@ -6826,7 +6826,7 @@ function __wbg_get_imports() {
6826
6826
  const ret = getObject(arg0).node;
6827
6827
  return addHeapObject(ret);
6828
6828
  };
6829
- imports.wbg.__wbg_now_bbd8229e4a52638e = function() {
6829
+ imports.wbg.__wbg_now_0ea706f3e943bb00 = function() {
6830
6830
  const ret = Date.now();
6831
6831
  return ret;
6832
6832
  };
@@ -6948,12 +6948,12 @@ function __wbg_get_imports() {
6948
6948
  const ret = false;
6949
6949
  return ret;
6950
6950
  };
6951
- imports.wbg.__wbindgen_closure_wrapper566 = function(arg0, arg1, arg2) {
6952
- const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_60);
6951
+ imports.wbg.__wbindgen_closure_wrapper710 = function(arg0, arg1, arg2) {
6952
+ const ret = makeMutClosure(arg0, arg1, 12, __wbg_adapter_60);
6953
6953
  return addHeapObject(ret);
6954
6954
  };
6955
- imports.wbg.__wbindgen_closure_wrapper569 = function(arg0, arg1, arg2) {
6956
- const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_63);
6955
+ imports.wbg.__wbindgen_closure_wrapper713 = function(arg0, arg1, arg2) {
6956
+ const ret = makeMutClosure(arg0, arg1, 10, __wbg_adapter_63);
6957
6957
  return addHeapObject(ret);
6958
6958
  };
6959
6959
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file