@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.
- package/breez-sdk-spark.tgz +0 -0
- package/bundler/breez_sdk_spark_wasm_bg.js +2 -2
- package/bundler/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/deno/breez_sdk_spark_wasm.js +2 -2
- package/deno/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/nodejs/breez_sdk_spark_wasm.js +2 -2
- package/nodejs/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/breez_sdk_spark_wasm.js +2 -2
- package/web/breez_sdk_spark_wasm_bg.wasm +0 -0
package/breez-sdk-spark.tgz
CHANGED
|
Binary file
|
|
@@ -1422,12 +1422,12 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
1422
1422
|
return ret;
|
|
1423
1423
|
};
|
|
1424
1424
|
|
|
1425
|
-
export function
|
|
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
|
|
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
|
};
|
|
Binary file
|
|
@@ -1281,11 +1281,11 @@ const imports = {
|
|
|
1281
1281
|
const ret = false;
|
|
1282
1282
|
return ret;
|
|
1283
1283
|
},
|
|
1284
|
-
|
|
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
|
-
|
|
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.
|
|
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.
|
|
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
|
@@ -1322,11 +1322,11 @@ function __wbg_get_imports() {
|
|
|
1322
1322
|
const ret = false;
|
|
1323
1323
|
return ret;
|
|
1324
1324
|
};
|
|
1325
|
-
imports.wbg.
|
|
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.
|
|
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
|