@breeztech/breez-sdk-spark 0.2.2-dev3 → 0.2.2-dev4
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 +4 -4
- package/bundler/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/bundler/breez_sdk_spark_wasm_bg.wasm.d.ts +1 -1
- package/deno/breez_sdk_spark_wasm.js +4 -4
- package/deno/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/deno/breez_sdk_spark_wasm_bg.wasm.d.ts +1 -1
- package/nodejs/breez_sdk_spark_wasm.js +4 -4
- package/nodejs/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/nodejs/breez_sdk_spark_wasm_bg.wasm.d.ts +1 -1
- package/nodejs/package.json +0 -3
- package/package.json +4 -1
- package/web/breez_sdk_spark_wasm.d.ts +1 -1
- package/web/breez_sdk_spark_wasm.js +4 -4
- package/web/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/web/breez_sdk_spark_wasm_bg.wasm.d.ts +1 -1
package/breez-sdk-spark.tgz
CHANGED
|
Binary file
|
|
@@ -283,7 +283,7 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
286
|
-
wasm.
|
|
286
|
+
wasm.closure772_externref_shim(arg0, arg1, arg2);
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
function __wbg_adapter_180(arg0, arg1, arg2, arg3) {
|
|
@@ -1422,13 +1422,13 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
1422
1422
|
return ret;
|
|
1423
1423
|
};
|
|
1424
1424
|
|
|
1425
|
-
export function
|
|
1425
|
+
export function __wbindgen_closure_wrapper7981(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
|
|
1431
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1430
|
+
export function __wbindgen_closure_wrapper9618(arg0, arg1, arg2) {
|
|
1431
|
+
const ret = makeMutClosure(arg0, arg1, 773, __wbg_adapter_55);
|
|
1432
1432
|
return ret;
|
|
1433
1433
|
};
|
|
1434
1434
|
|
|
Binary file
|
|
@@ -60,6 +60,6 @@ export const __wbindgen_export_5: WebAssembly.Table;
|
|
|
60
60
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
61
61
|
export const __externref_table_dealloc: (a: number) => void;
|
|
62
62
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf7c49586be6831c4: (a: number, b: number) => void;
|
|
63
|
-
export const
|
|
63
|
+
export const closure772_externref_shim: (a: number, b: number, c: any) => void;
|
|
64
64
|
export const closure424_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
65
65
|
export const __wbindgen_start: () => void;
|
|
@@ -266,7 +266,7 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
269
|
-
wasm.
|
|
269
|
+
wasm.closure772_externref_shim(arg0, arg1, arg2);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
function __wbg_adapter_180(arg0, arg1, arg2, arg3) {
|
|
@@ -1281,12 +1281,12 @@ const imports = {
|
|
|
1281
1281
|
const ret = false;
|
|
1282
1282
|
return ret;
|
|
1283
1283
|
},
|
|
1284
|
-
|
|
1284
|
+
__wbindgen_closure_wrapper7981: function(arg0, arg1, arg2) {
|
|
1285
1285
|
const ret = makeMutClosure(arg0, arg1, 601, __wbg_adapter_52);
|
|
1286
1286
|
return ret;
|
|
1287
1287
|
},
|
|
1288
|
-
|
|
1289
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1288
|
+
__wbindgen_closure_wrapper9618: function(arg0, arg1, arg2) {
|
|
1289
|
+
const ret = makeMutClosure(arg0, arg1, 773, __wbg_adapter_55);
|
|
1290
1290
|
return ret;
|
|
1291
1291
|
},
|
|
1292
1292
|
__wbindgen_debug_string: function(arg0, arg1) {
|
|
Binary file
|
|
@@ -60,6 +60,6 @@ export const __wbindgen_export_5: WebAssembly.Table;
|
|
|
60
60
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
61
61
|
export const __externref_table_dealloc: (a: number) => void;
|
|
62
62
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf7c49586be6831c4: (a: number, b: number) => void;
|
|
63
|
-
export const
|
|
63
|
+
export const closure772_externref_shim: (a: number, b: number, c: any) => void;
|
|
64
64
|
export const closure424_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
65
65
|
export const __wbindgen_start: () => void;
|
|
@@ -279,7 +279,7 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
282
|
-
wasm.
|
|
282
|
+
wasm.closure772_externref_shim(arg0, arg1, arg2);
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
function __wbg_adapter_180(arg0, arg1, arg2, arg3) {
|
|
@@ -1423,13 +1423,13 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
1423
1423
|
return ret;
|
|
1424
1424
|
};
|
|
1425
1425
|
|
|
1426
|
-
module.exports.
|
|
1426
|
+
module.exports.__wbindgen_closure_wrapper7981 = 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.
|
|
1432
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1431
|
+
module.exports.__wbindgen_closure_wrapper9618 = function(arg0, arg1, arg2) {
|
|
1432
|
+
const ret = makeMutClosure(arg0, arg1, 773, __wbg_adapter_55);
|
|
1433
1433
|
return ret;
|
|
1434
1434
|
};
|
|
1435
1435
|
|
|
Binary file
|
|
@@ -60,6 +60,6 @@ export const __wbindgen_export_5: WebAssembly.Table;
|
|
|
60
60
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
61
61
|
export const __externref_table_dealloc: (a: number) => void;
|
|
62
62
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf7c49586be6831c4: (a: number, b: number) => void;
|
|
63
|
-
export const
|
|
63
|
+
export const closure772_externref_shim: (a: number, b: number, c: any) => void;
|
|
64
64
|
export const closure424_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
65
65
|
export const __wbindgen_start: () => void;
|
package/nodejs/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breeztech/breez-sdk-spark",
|
|
3
|
-
"version": "0.2.2-
|
|
3
|
+
"version": "0.2.2-dev4",
|
|
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)",
|
|
@@ -32,5 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=22"
|
|
35
|
+
},
|
|
36
|
+
"optionalDependencies": {
|
|
37
|
+
"better-sqlite3": "^12.2.0"
|
|
35
38
|
}
|
|
36
39
|
}
|
|
@@ -625,7 +625,7 @@ export interface InitOutput {
|
|
|
625
625
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
626
626
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
627
627
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf7c49586be6831c4: (a: number, b: number) => void;
|
|
628
|
-
readonly
|
|
628
|
+
readonly closure772_externref_shim: (a: number, b: number, c: any) => void;
|
|
629
629
|
readonly closure424_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
630
630
|
readonly __wbindgen_start: () => void;
|
|
631
631
|
}
|
|
@@ -275,7 +275,7 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
278
|
-
wasm.
|
|
278
|
+
wasm.closure772_externref_shim(arg0, arg1, arg2);
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
function __wbg_adapter_180(arg0, arg1, arg2, arg3) {
|
|
@@ -1322,12 +1322,12 @@ function __wbg_get_imports() {
|
|
|
1322
1322
|
const ret = false;
|
|
1323
1323
|
return ret;
|
|
1324
1324
|
};
|
|
1325
|
-
imports.wbg.
|
|
1325
|
+
imports.wbg.__wbindgen_closure_wrapper7981 = function(arg0, arg1, arg2) {
|
|
1326
1326
|
const ret = makeMutClosure(arg0, arg1, 601, __wbg_adapter_52);
|
|
1327
1327
|
return ret;
|
|
1328
1328
|
};
|
|
1329
|
-
imports.wbg.
|
|
1330
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1329
|
+
imports.wbg.__wbindgen_closure_wrapper9618 = function(arg0, arg1, arg2) {
|
|
1330
|
+
const ret = makeMutClosure(arg0, arg1, 773, __wbg_adapter_55);
|
|
1331
1331
|
return ret;
|
|
1332
1332
|
};
|
|
1333
1333
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
|
Binary file
|
|
@@ -60,6 +60,6 @@ export const __wbindgen_export_5: WebAssembly.Table;
|
|
|
60
60
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
61
61
|
export const __externref_table_dealloc: (a: number) => void;
|
|
62
62
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf7c49586be6831c4: (a: number, b: number) => void;
|
|
63
|
-
export const
|
|
63
|
+
export const closure772_externref_shim: (a: number, b: number, c: any) => void;
|
|
64
64
|
export const closure424_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
65
65
|
export const __wbindgen_start: () => void;
|