@breeztech/breez-sdk-spark 0.2.2-dev2 → 0.2.2-dev3

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
@@ -1427,7 +1427,7 @@ export function __wbindgen_closure_wrapper7983(arg0, arg1, arg2) {
1427
1427
  return ret;
1428
1428
  };
1429
1429
 
1430
- export function __wbindgen_closure_wrapper9620(arg0, arg1, arg2) {
1430
+ export function __wbindgen_closure_wrapper9619(arg0, arg1, arg2) {
1431
1431
  const ret = makeMutClosure(arg0, arg1, 772, __wbg_adapter_55);
1432
1432
  return ret;
1433
1433
  };
@@ -1285,7 +1285,7 @@ const imports = {
1285
1285
  const ret = makeMutClosure(arg0, arg1, 601, __wbg_adapter_52);
1286
1286
  return ret;
1287
1287
  },
1288
- __wbindgen_closure_wrapper9620: function(arg0, arg1, arg2) {
1288
+ __wbindgen_closure_wrapper9619: function(arg0, arg1, arg2) {
1289
1289
  const ret = makeMutClosure(arg0, arg1, 772, __wbg_adapter_55);
1290
1290
  return ret;
1291
1291
  },
Binary file
@@ -1428,7 +1428,7 @@ module.exports.__wbindgen_closure_wrapper7983 = function(arg0, arg1, arg2) {
1428
1428
  return ret;
1429
1429
  };
1430
1430
 
1431
- module.exports.__wbindgen_closure_wrapper9620 = function(arg0, arg1, arg2) {
1431
+ module.exports.__wbindgen_closure_wrapper9619 = function(arg0, arg1, arg2) {
1432
1432
  const ret = makeMutClosure(arg0, arg1, 772, __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-dev2",
3
+ "version": "0.2.2-dev3",
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)",
@@ -1326,7 +1326,7 @@ function __wbg_get_imports() {
1326
1326
  const ret = makeMutClosure(arg0, arg1, 601, __wbg_adapter_52);
1327
1327
  return ret;
1328
1328
  };
1329
- imports.wbg.__wbindgen_closure_wrapper9620 = function(arg0, arg1, arg2) {
1329
+ imports.wbg.__wbindgen_closure_wrapper9619 = function(arg0, arg1, arg2) {
1330
1330
  const ret = makeMutClosure(arg0, arg1, 772, __wbg_adapter_55);
1331
1331
  return ret;
1332
1332
  };
Binary file