@breeztech/breez-sdk-spark 0.13.2-dev3 → 0.13.2-dev5

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.
Binary file
@@ -2884,12 +2884,12 @@ export function __wbindgen_cb_drop(arg0) {
2884
2884
  return ret;
2885
2885
  };
2886
2886
 
2887
- export function __wbindgen_closure_wrapper10275(arg0, arg1, arg2) {
2887
+ export function __wbindgen_closure_wrapper10276(arg0, arg1, arg2) {
2888
2888
  const ret = makeMutClosure(arg0, arg1, 385, __wbg_adapter_69);
2889
2889
  return ret;
2890
2890
  };
2891
2891
 
2892
- export function __wbindgen_closure_wrapper15430(arg0, arg1, arg2) {
2892
+ export function __wbindgen_closure_wrapper15432(arg0, arg1, arg2) {
2893
2893
  const ret = makeMutClosure(arg0, arg1, 385, __wbg_adapter_64);
2894
2894
  return ret;
2895
2895
  };
@@ -2639,11 +2639,11 @@ const imports = {
2639
2639
  const ret = false;
2640
2640
  return ret;
2641
2641
  },
2642
- __wbindgen_closure_wrapper10275: function(arg0, arg1, arg2) {
2642
+ __wbindgen_closure_wrapper10276: function(arg0, arg1, arg2) {
2643
2643
  const ret = makeMutClosure(arg0, arg1, 385, __wbg_adapter_69);
2644
2644
  return ret;
2645
2645
  },
2646
- __wbindgen_closure_wrapper15430: function(arg0, arg1, arg2) {
2646
+ __wbindgen_closure_wrapper15432: function(arg0, arg1, arg2) {
2647
2647
  const ret = makeMutClosure(arg0, arg1, 385, __wbg_adapter_64);
2648
2648
  return ret;
2649
2649
  },
Binary file
@@ -2888,12 +2888,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
2888
2888
  return ret;
2889
2889
  };
2890
2890
 
2891
- module.exports.__wbindgen_closure_wrapper10275 = function(arg0, arg1, arg2) {
2891
+ module.exports.__wbindgen_closure_wrapper10276 = function(arg0, arg1, arg2) {
2892
2892
  const ret = makeMutClosure(arg0, arg1, 385, __wbg_adapter_69);
2893
2893
  return ret;
2894
2894
  };
2895
2895
 
2896
- module.exports.__wbindgen_closure_wrapper15430 = function(arg0, arg1, arg2) {
2896
+ module.exports.__wbindgen_closure_wrapper15432 = function(arg0, arg1, arg2) {
2897
2897
  const ret = makeMutClosure(arg0, arg1, 385, __wbg_adapter_64);
2898
2898
  return ret;
2899
2899
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breeztech/breez-sdk-spark",
3
- "version": "0.13.2-dev3",
3
+ "version": "0.13.2-dev5",
4
4
  "description": "Breez Spark SDK",
5
5
  "repository": "https://github.com/breez/spark-sdk",
6
6
  "author": "Breez <contact@breez.technology> (https://github.com/breez)",
@@ -2680,11 +2680,11 @@ function __wbg_get_imports() {
2680
2680
  const ret = false;
2681
2681
  return ret;
2682
2682
  };
2683
- imports.wbg.__wbindgen_closure_wrapper10275 = function(arg0, arg1, arg2) {
2683
+ imports.wbg.__wbindgen_closure_wrapper10276 = function(arg0, arg1, arg2) {
2684
2684
  const ret = makeMutClosure(arg0, arg1, 385, __wbg_adapter_69);
2685
2685
  return ret;
2686
2686
  };
2687
- imports.wbg.__wbindgen_closure_wrapper15430 = function(arg0, arg1, arg2) {
2687
+ imports.wbg.__wbindgen_closure_wrapper15432 = function(arg0, arg1, arg2) {
2688
2688
  const ret = makeMutClosure(arg0, arg1, 385, __wbg_adapter_64);
2689
2689
  return ret;
2690
2690
  };
Binary file