@breeztech/breez-sdk-spark 0.6.5 → 0.6.6
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
|
|
@@ -272,11 +272,11 @@ function __wbg_adapter_58(arg0, arg1) {
|
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
function __wbg_adapter_61(arg0, arg1, arg2) {
|
|
275
|
-
wasm.
|
|
275
|
+
wasm.closure997_externref_shim(arg0, arg1, arg2);
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
function __wbg_adapter_282(arg0, arg1, arg2, arg3) {
|
|
279
|
-
wasm.
|
|
279
|
+
wasm.closure571_externref_shim(arg0, arg1, arg2, arg3);
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
const __wbindgen_enum_ReadableStreamType = ["bytes"];
|
|
@@ -1924,13 +1924,13 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
1924
1924
|
return ret;
|
|
1925
1925
|
};
|
|
1926
1926
|
|
|
1927
|
-
export function
|
|
1928
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1927
|
+
export function __wbindgen_closure_wrapper11879(arg0, arg1, arg2) {
|
|
1928
|
+
const ret = makeMutClosure(arg0, arg1, 998, __wbg_adapter_61);
|
|
1929
1929
|
return ret;
|
|
1930
1930
|
};
|
|
1931
1931
|
|
|
1932
|
-
export function
|
|
1933
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1932
|
+
export function __wbindgen_closure_wrapper9947(arg0, arg1, arg2) {
|
|
1933
|
+
const ret = makeMutClosure(arg0, arg1, 766, __wbg_adapter_58);
|
|
1934
1934
|
return ret;
|
|
1935
1935
|
};
|
|
1936
1936
|
|
|
Binary file
|
|
@@ -86,6 +86,6 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
|
86
86
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
87
87
|
export const __externref_table_dealloc: (a: number) => void;
|
|
88
88
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
89
|
-
export const
|
|
90
|
-
export const
|
|
89
|
+
export const closure997_externref_shim: (a: number, b: number, c: any) => void;
|
|
90
|
+
export const closure571_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
91
91
|
export const __wbindgen_start: () => void;
|
|
@@ -255,11 +255,11 @@ function __wbg_adapter_58(arg0, arg1) {
|
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
function __wbg_adapter_61(arg0, arg1, arg2) {
|
|
258
|
-
wasm.
|
|
258
|
+
wasm.closure997_externref_shim(arg0, arg1, arg2);
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
function __wbg_adapter_282(arg0, arg1, arg2, arg3) {
|
|
262
|
-
wasm.
|
|
262
|
+
wasm.closure571_externref_shim(arg0, arg1, arg2, arg3);
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
const __wbindgen_enum_ReadableStreamType = ["bytes"];
|
|
@@ -1745,12 +1745,12 @@ const imports = {
|
|
|
1745
1745
|
const ret = false;
|
|
1746
1746
|
return ret;
|
|
1747
1747
|
},
|
|
1748
|
-
|
|
1749
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1748
|
+
__wbindgen_closure_wrapper11879: function(arg0, arg1, arg2) {
|
|
1749
|
+
const ret = makeMutClosure(arg0, arg1, 998, __wbg_adapter_61);
|
|
1750
1750
|
return ret;
|
|
1751
1751
|
},
|
|
1752
|
-
|
|
1753
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1752
|
+
__wbindgen_closure_wrapper9947: function(arg0, arg1, arg2) {
|
|
1753
|
+
const ret = makeMutClosure(arg0, arg1, 766, __wbg_adapter_58);
|
|
1754
1754
|
return ret;
|
|
1755
1755
|
},
|
|
1756
1756
|
__wbindgen_debug_string: function(arg0, arg1) {
|
|
Binary file
|
|
@@ -86,6 +86,6 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
|
86
86
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
87
87
|
export const __externref_table_dealloc: (a: number) => void;
|
|
88
88
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
89
|
-
export const
|
|
90
|
-
export const
|
|
89
|
+
export const closure997_externref_shim: (a: number, b: number, c: any) => void;
|
|
90
|
+
export const closure571_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
91
91
|
export const __wbindgen_start: () => void;
|
|
@@ -268,11 +268,11 @@ function __wbg_adapter_58(arg0, arg1) {
|
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
function __wbg_adapter_61(arg0, arg1, arg2) {
|
|
271
|
-
wasm.
|
|
271
|
+
wasm.closure997_externref_shim(arg0, arg1, arg2);
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
function __wbg_adapter_282(arg0, arg1, arg2, arg3) {
|
|
275
|
-
wasm.
|
|
275
|
+
wasm.closure571_externref_shim(arg0, arg1, arg2, arg3);
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
const __wbindgen_enum_ReadableStreamType = ["bytes"];
|
|
@@ -1926,13 +1926,13 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
1926
1926
|
return ret;
|
|
1927
1927
|
};
|
|
1928
1928
|
|
|
1929
|
-
module.exports.
|
|
1930
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1929
|
+
module.exports.__wbindgen_closure_wrapper11879 = function(arg0, arg1, arg2) {
|
|
1930
|
+
const ret = makeMutClosure(arg0, arg1, 998, __wbg_adapter_61);
|
|
1931
1931
|
return ret;
|
|
1932
1932
|
};
|
|
1933
1933
|
|
|
1934
|
-
module.exports.
|
|
1935
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1934
|
+
module.exports.__wbindgen_closure_wrapper9947 = function(arg0, arg1, arg2) {
|
|
1935
|
+
const ret = makeMutClosure(arg0, arg1, 766, __wbg_adapter_58);
|
|
1936
1936
|
return ret;
|
|
1937
1937
|
};
|
|
1938
1938
|
|
|
Binary file
|
|
@@ -86,6 +86,6 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
|
86
86
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
87
87
|
export const __externref_table_dealloc: (a: number) => void;
|
|
88
88
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
89
|
-
export const
|
|
90
|
-
export const
|
|
89
|
+
export const closure997_externref_shim: (a: number, b: number, c: any) => void;
|
|
90
|
+
export const closure571_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
91
91
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
@@ -953,8 +953,8 @@ export interface InitOutput {
|
|
|
953
953
|
readonly __wbindgen_export_7: WebAssembly.Table;
|
|
954
954
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
955
955
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
956
|
-
readonly
|
|
957
|
-
readonly
|
|
956
|
+
readonly closure997_externref_shim: (a: number, b: number, c: any) => void;
|
|
957
|
+
readonly closure571_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
958
958
|
readonly __wbindgen_start: () => void;
|
|
959
959
|
}
|
|
960
960
|
|
|
@@ -264,11 +264,11 @@ function __wbg_adapter_58(arg0, arg1) {
|
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
function __wbg_adapter_61(arg0, arg1, arg2) {
|
|
267
|
-
wasm.
|
|
267
|
+
wasm.closure997_externref_shim(arg0, arg1, arg2);
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
function __wbg_adapter_282(arg0, arg1, arg2, arg3) {
|
|
271
|
-
wasm.
|
|
271
|
+
wasm.closure571_externref_shim(arg0, arg1, arg2, arg3);
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
const __wbindgen_enum_ReadableStreamType = ["bytes"];
|
|
@@ -1786,12 +1786,12 @@ function __wbg_get_imports() {
|
|
|
1786
1786
|
const ret = false;
|
|
1787
1787
|
return ret;
|
|
1788
1788
|
};
|
|
1789
|
-
imports.wbg.
|
|
1790
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1789
|
+
imports.wbg.__wbindgen_closure_wrapper11879 = function(arg0, arg1, arg2) {
|
|
1790
|
+
const ret = makeMutClosure(arg0, arg1, 998, __wbg_adapter_61);
|
|
1791
1791
|
return ret;
|
|
1792
1792
|
};
|
|
1793
|
-
imports.wbg.
|
|
1794
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1793
|
+
imports.wbg.__wbindgen_closure_wrapper9947 = function(arg0, arg1, arg2) {
|
|
1794
|
+
const ret = makeMutClosure(arg0, arg1, 766, __wbg_adapter_58);
|
|
1795
1795
|
return ret;
|
|
1796
1796
|
};
|
|
1797
1797
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
|
Binary file
|
|
@@ -86,6 +86,6 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
|
86
86
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
87
87
|
export const __externref_table_dealloc: (a: number) => void;
|
|
88
88
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdf0ebd5238280272: (a: number, b: number) => void;
|
|
89
|
-
export const
|
|
90
|
-
export const
|
|
89
|
+
export const closure997_externref_shim: (a: number, b: number, c: any) => void;
|
|
90
|
+
export const closure571_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
91
91
|
export const __wbindgen_start: () => void;
|