@breeztech/breez-sdk-spark 0.2.2-dev4 → 0.2.4

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
@@ -1422,12 +1422,12 @@ export function __wbindgen_cb_drop(arg0) {
1422
1422
  return ret;
1423
1423
  };
1424
1424
 
1425
- export function __wbindgen_closure_wrapper7981(arg0, arg1, arg2) {
1425
+ export function __wbindgen_closure_wrapper7983(arg0, arg1, arg2) {
1426
1426
  const ret = makeMutClosure(arg0, arg1, 601, __wbg_adapter_52);
1427
1427
  return ret;
1428
1428
  };
1429
1429
 
1430
- export function __wbindgen_closure_wrapper9618(arg0, arg1, arg2) {
1430
+ export function __wbindgen_closure_wrapper9621(arg0, arg1, arg2) {
1431
1431
  const ret = makeMutClosure(arg0, arg1, 773, __wbg_adapter_55);
1432
1432
  return ret;
1433
1433
  };
@@ -1281,11 +1281,11 @@ const imports = {
1281
1281
  const ret = false;
1282
1282
  return ret;
1283
1283
  },
1284
- __wbindgen_closure_wrapper7981: function(arg0, arg1, arg2) {
1284
+ __wbindgen_closure_wrapper7983: function(arg0, arg1, arg2) {
1285
1285
  const ret = makeMutClosure(arg0, arg1, 601, __wbg_adapter_52);
1286
1286
  return ret;
1287
1287
  },
1288
- __wbindgen_closure_wrapper9618: function(arg0, arg1, arg2) {
1288
+ __wbindgen_closure_wrapper9621: function(arg0, arg1, arg2) {
1289
1289
  const ret = makeMutClosure(arg0, arg1, 773, __wbg_adapter_55);
1290
1290
  return ret;
1291
1291
  },
Binary file
@@ -1423,12 +1423,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
1423
1423
  return ret;
1424
1424
  };
1425
1425
 
1426
- module.exports.__wbindgen_closure_wrapper7981 = function(arg0, arg1, arg2) {
1426
+ module.exports.__wbindgen_closure_wrapper7983 = function(arg0, arg1, arg2) {
1427
1427
  const ret = makeMutClosure(arg0, arg1, 601, __wbg_adapter_52);
1428
1428
  return ret;
1429
1429
  };
1430
1430
 
1431
- module.exports.__wbindgen_closure_wrapper9618 = function(arg0, arg1, arg2) {
1431
+ module.exports.__wbindgen_closure_wrapper9621 = function(arg0, arg1, arg2) {
1432
1432
  const ret = makeMutClosure(arg0, arg1, 773, __wbg_adapter_55);
1433
1433
  return ret;
1434
1434
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breeztech/breez-sdk-spark",
3
- "version": "0.2.2-dev4",
3
+ "version": "0.2.4",
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)",
@@ -1322,11 +1322,11 @@ function __wbg_get_imports() {
1322
1322
  const ret = false;
1323
1323
  return ret;
1324
1324
  };
1325
- imports.wbg.__wbindgen_closure_wrapper7981 = function(arg0, arg1, arg2) {
1325
+ imports.wbg.__wbindgen_closure_wrapper7983 = function(arg0, arg1, arg2) {
1326
1326
  const ret = makeMutClosure(arg0, arg1, 601, __wbg_adapter_52);
1327
1327
  return ret;
1328
1328
  };
1329
- imports.wbg.__wbindgen_closure_wrapper9618 = function(arg0, arg1, arg2) {
1329
+ imports.wbg.__wbindgen_closure_wrapper9621 = function(arg0, arg1, arg2) {
1330
1330
  const ret = makeMutClosure(arg0, arg1, 773, __wbg_adapter_55);
1331
1331
  return ret;
1332
1332
  };
Binary file