@breeztech/breez-sdk-spark 0.7.12 → 0.7.13
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 +6 -6
- package/bundler/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/bundler/breez_sdk_spark_wasm_bg.wasm.d.ts +2 -2
- package/deno/breez_sdk_spark_wasm.js +6 -6
- package/deno/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/deno/breez_sdk_spark_wasm_bg.wasm.d.ts +2 -2
- package/nodejs/breez_sdk_spark_wasm.js +6 -6
- package/nodejs/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/nodejs/breez_sdk_spark_wasm_bg.wasm.d.ts +2 -2
- package/package.json +1 -1
- package/web/breez_sdk_spark_wasm.d.ts +2 -2
- package/web/breez_sdk_spark_wasm.js +6 -6
- package/web/breez_sdk_spark_wasm_bg.wasm +0 -0
- package/web/breez_sdk_spark_wasm_bg.wasm.d.ts +2 -2
package/breez-sdk-spark.tgz
CHANGED
|
Binary file
|
|
@@ -313,11 +313,11 @@ function __wbg_adapter_64(arg0, arg1) {
|
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
function __wbg_adapter_67(arg0, arg1, arg2) {
|
|
316
|
-
wasm.
|
|
316
|
+
wasm.closure1071_externref_shim(arg0, arg1, arg2);
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
function __wbg_adapter_353(arg0, arg1, arg2, arg3) {
|
|
320
|
-
wasm.
|
|
320
|
+
wasm.closure654_externref_shim(arg0, arg1, arg2, arg3);
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
const __wbindgen_enum_ReadableStreamType = ["bytes"];
|
|
@@ -2383,13 +2383,13 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
2383
2383
|
return ret;
|
|
2384
2384
|
};
|
|
2385
2385
|
|
|
2386
|
-
export function
|
|
2387
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2386
|
+
export function __wbindgen_closure_wrapper11316(arg0, arg1, arg2) {
|
|
2387
|
+
const ret = makeMutClosure(arg0, arg1, 834, __wbg_adapter_64);
|
|
2388
2388
|
return ret;
|
|
2389
2389
|
};
|
|
2390
2390
|
|
|
2391
|
-
export function
|
|
2392
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2391
|
+
export function __wbindgen_closure_wrapper13298(arg0, arg1, arg2) {
|
|
2392
|
+
const ret = makeMutClosure(arg0, arg1, 1072, __wbg_adapter_67);
|
|
2393
2393
|
return ret;
|
|
2394
2394
|
};
|
|
2395
2395
|
|
|
Binary file
|
|
@@ -112,6 +112,6 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
|
112
112
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
113
113
|
export const __externref_table_dealloc: (a: number) => void;
|
|
114
114
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
115
|
+
export const closure1071_externref_shim: (a: number, b: number, c: any) => void;
|
|
116
|
+
export const closure654_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
117
117
|
export const __wbindgen_start: () => void;
|
|
@@ -296,11 +296,11 @@ function __wbg_adapter_64(arg0, arg1) {
|
|
|
296
296
|
}
|
|
297
297
|
|
|
298
298
|
function __wbg_adapter_67(arg0, arg1, arg2) {
|
|
299
|
-
wasm.
|
|
299
|
+
wasm.closure1071_externref_shim(arg0, arg1, arg2);
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
function __wbg_adapter_353(arg0, arg1, arg2, arg3) {
|
|
303
|
-
wasm.
|
|
303
|
+
wasm.closure654_externref_shim(arg0, arg1, arg2, arg3);
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
const __wbindgen_enum_ReadableStreamType = ["bytes"];
|
|
@@ -2182,12 +2182,12 @@ const imports = {
|
|
|
2182
2182
|
const ret = false;
|
|
2183
2183
|
return ret;
|
|
2184
2184
|
},
|
|
2185
|
-
|
|
2186
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2185
|
+
__wbindgen_closure_wrapper11316: function(arg0, arg1, arg2) {
|
|
2186
|
+
const ret = makeMutClosure(arg0, arg1, 834, __wbg_adapter_64);
|
|
2187
2187
|
return ret;
|
|
2188
2188
|
},
|
|
2189
|
-
|
|
2190
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2189
|
+
__wbindgen_closure_wrapper13298: function(arg0, arg1, arg2) {
|
|
2190
|
+
const ret = makeMutClosure(arg0, arg1, 1072, __wbg_adapter_67);
|
|
2191
2191
|
return ret;
|
|
2192
2192
|
},
|
|
2193
2193
|
__wbindgen_debug_string: function(arg0, arg1) {
|
|
Binary file
|
|
@@ -112,6 +112,6 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
|
112
112
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
113
113
|
export const __externref_table_dealloc: (a: number) => void;
|
|
114
114
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
115
|
+
export const closure1071_externref_shim: (a: number, b: number, c: any) => void;
|
|
116
|
+
export const closure654_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
117
117
|
export const __wbindgen_start: () => void;
|
|
@@ -309,11 +309,11 @@ function __wbg_adapter_64(arg0, arg1) {
|
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
function __wbg_adapter_67(arg0, arg1, arg2) {
|
|
312
|
-
wasm.
|
|
312
|
+
wasm.closure1071_externref_shim(arg0, arg1, arg2);
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
function __wbg_adapter_353(arg0, arg1, arg2, arg3) {
|
|
316
|
-
wasm.
|
|
316
|
+
wasm.closure654_externref_shim(arg0, arg1, arg2, arg3);
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
const __wbindgen_enum_ReadableStreamType = ["bytes"];
|
|
@@ -2386,13 +2386,13 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
2386
2386
|
return ret;
|
|
2387
2387
|
};
|
|
2388
2388
|
|
|
2389
|
-
module.exports.
|
|
2390
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2389
|
+
module.exports.__wbindgen_closure_wrapper11316 = function(arg0, arg1, arg2) {
|
|
2390
|
+
const ret = makeMutClosure(arg0, arg1, 834, __wbg_adapter_64);
|
|
2391
2391
|
return ret;
|
|
2392
2392
|
};
|
|
2393
2393
|
|
|
2394
|
-
module.exports.
|
|
2395
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2394
|
+
module.exports.__wbindgen_closure_wrapper13298 = function(arg0, arg1, arg2) {
|
|
2395
|
+
const ret = makeMutClosure(arg0, arg1, 1072, __wbg_adapter_67);
|
|
2396
2396
|
return ret;
|
|
2397
2397
|
};
|
|
2398
2398
|
|
|
Binary file
|
|
@@ -112,6 +112,6 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
|
112
112
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
113
113
|
export const __externref_table_dealloc: (a: number) => void;
|
|
114
114
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
115
|
+
export const closure1071_externref_shim: (a: number, b: number, c: any) => void;
|
|
116
|
+
export const closure654_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
117
117
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
@@ -1209,8 +1209,8 @@ export interface InitOutput {
|
|
|
1209
1209
|
readonly __wbindgen_export_7: WebAssembly.Table;
|
|
1210
1210
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
1211
1211
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
1212
|
-
readonly
|
|
1213
|
-
readonly
|
|
1212
|
+
readonly closure1071_externref_shim: (a: number, b: number, c: any) => void;
|
|
1213
|
+
readonly closure654_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
1214
1214
|
readonly __wbindgen_start: () => void;
|
|
1215
1215
|
}
|
|
1216
1216
|
|
|
@@ -305,11 +305,11 @@ function __wbg_adapter_64(arg0, arg1) {
|
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
function __wbg_adapter_67(arg0, arg1, arg2) {
|
|
308
|
-
wasm.
|
|
308
|
+
wasm.closure1071_externref_shim(arg0, arg1, arg2);
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
function __wbg_adapter_353(arg0, arg1, arg2, arg3) {
|
|
312
|
-
wasm.
|
|
312
|
+
wasm.closure654_externref_shim(arg0, arg1, arg2, arg3);
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
const __wbindgen_enum_ReadableStreamType = ["bytes"];
|
|
@@ -2223,12 +2223,12 @@ function __wbg_get_imports() {
|
|
|
2223
2223
|
const ret = false;
|
|
2224
2224
|
return ret;
|
|
2225
2225
|
};
|
|
2226
|
-
imports.wbg.
|
|
2227
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2226
|
+
imports.wbg.__wbindgen_closure_wrapper11316 = function(arg0, arg1, arg2) {
|
|
2227
|
+
const ret = makeMutClosure(arg0, arg1, 834, __wbg_adapter_64);
|
|
2228
2228
|
return ret;
|
|
2229
2229
|
};
|
|
2230
|
-
imports.wbg.
|
|
2231
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2230
|
+
imports.wbg.__wbindgen_closure_wrapper13298 = function(arg0, arg1, arg2) {
|
|
2231
|
+
const ret = makeMutClosure(arg0, arg1, 1072, __wbg_adapter_67);
|
|
2232
2232
|
return ret;
|
|
2233
2233
|
};
|
|
2234
2234
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
|
Binary file
|
|
@@ -112,6 +112,6 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
|
112
112
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
113
113
|
export const __externref_table_dealloc: (a: number) => void;
|
|
114
114
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
115
|
+
export const closure1071_externref_shim: (a: number, b: number, c: any) => void;
|
|
116
|
+
export const closure654_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
117
117
|
export const __wbindgen_start: () => void;
|