@breeztech/breez-sdk-spark 0.11.0-dev3 → 0.11.0

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
@@ -2787,12 +2787,12 @@ export function __wbindgen_cb_drop(arg0) {
2787
2787
  return ret;
2788
2788
  };
2789
2789
 
2790
- export function __wbindgen_closure_wrapper10357(arg0, arg1, arg2) {
2790
+ export function __wbindgen_closure_wrapper10362(arg0, arg1, arg2) {
2791
2791
  const ret = makeMutClosure(arg0, arg1, 441, __wbg_adapter_69);
2792
2792
  return ret;
2793
2793
  };
2794
2794
 
2795
- export function __wbindgen_closure_wrapper15769(arg0, arg1, arg2) {
2795
+ export function __wbindgen_closure_wrapper15774(arg0, arg1, arg2) {
2796
2796
  const ret = makeMutClosure(arg0, arg1, 441, __wbg_adapter_64);
2797
2797
  return ret;
2798
2798
  };
@@ -2552,11 +2552,11 @@ const imports = {
2552
2552
  const ret = false;
2553
2553
  return ret;
2554
2554
  },
2555
- __wbindgen_closure_wrapper10357: function(arg0, arg1, arg2) {
2555
+ __wbindgen_closure_wrapper10362: function(arg0, arg1, arg2) {
2556
2556
  const ret = makeMutClosure(arg0, arg1, 441, __wbg_adapter_69);
2557
2557
  return ret;
2558
2558
  },
2559
- __wbindgen_closure_wrapper15769: function(arg0, arg1, arg2) {
2559
+ __wbindgen_closure_wrapper15774: function(arg0, arg1, arg2) {
2560
2560
  const ret = makeMutClosure(arg0, arg1, 441, __wbg_adapter_64);
2561
2561
  return ret;
2562
2562
  },
Binary file
@@ -2791,12 +2791,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
2791
2791
  return ret;
2792
2792
  };
2793
2793
 
2794
- module.exports.__wbindgen_closure_wrapper10357 = function(arg0, arg1, arg2) {
2794
+ module.exports.__wbindgen_closure_wrapper10362 = function(arg0, arg1, arg2) {
2795
2795
  const ret = makeMutClosure(arg0, arg1, 441, __wbg_adapter_69);
2796
2796
  return ret;
2797
2797
  };
2798
2798
 
2799
- module.exports.__wbindgen_closure_wrapper15769 = function(arg0, arg1, arg2) {
2799
+ module.exports.__wbindgen_closure_wrapper15774 = function(arg0, arg1, arg2) {
2800
2800
  const ret = makeMutClosure(arg0, arg1, 441, __wbg_adapter_64);
2801
2801
  return ret;
2802
2802
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breeztech/breez-sdk-spark",
3
- "version": "0.11.0-dev3",
3
+ "version": "0.11.0",
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)",
@@ -2593,11 +2593,11 @@ function __wbg_get_imports() {
2593
2593
  const ret = false;
2594
2594
  return ret;
2595
2595
  };
2596
- imports.wbg.__wbindgen_closure_wrapper10357 = function(arg0, arg1, arg2) {
2596
+ imports.wbg.__wbindgen_closure_wrapper10362 = function(arg0, arg1, arg2) {
2597
2597
  const ret = makeMutClosure(arg0, arg1, 441, __wbg_adapter_69);
2598
2598
  return ret;
2599
2599
  };
2600
- imports.wbg.__wbindgen_closure_wrapper15769 = function(arg0, arg1, arg2) {
2600
+ imports.wbg.__wbindgen_closure_wrapper15774 = function(arg0, arg1, arg2) {
2601
2601
  const ret = makeMutClosure(arg0, arg1, 441, __wbg_adapter_64);
2602
2602
  return ret;
2603
2603
  };
Binary file