@candypoets/nipworker 0.0.63 → 0.0.64
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.
|
@@ -27,9 +27,9 @@ export interface InitOutput {
|
|
|
27
27
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
28
28
|
readonly __wbindgen_export_5: WebAssembly.Table;
|
|
29
29
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
30
|
+
readonly wasm_bindgen__convert__closures_____invoke__h61676a299f2c27ff: (a: number, b: number) => void;
|
|
30
31
|
readonly closure95_externref_shim: (a: number, b: number, c: any) => void;
|
|
31
32
|
readonly closure122_externref_shim: (a: number, b: number, c: any) => void;
|
|
32
|
-
readonly wasm_bindgen__convert__closures_____invoke__h61676a299f2c27ff: (a: number, b: number) => void;
|
|
33
33
|
readonly wasm_bindgen__convert__closures_____invoke__h38b3bb8f9bc05c2f: (a: number, b: number) => void;
|
|
34
34
|
readonly __wbindgen_start: () => void;
|
|
35
35
|
}
|
|
@@ -11,8 +11,8 @@ export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
|
11
11
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
12
12
|
export const __wbindgen_export_5: WebAssembly.Table;
|
|
13
13
|
export const __externref_table_dealloc: (a: number) => void;
|
|
14
|
+
export const wasm_bindgen__convert__closures_____invoke__h61676a299f2c27ff: (a: number, b: number) => void;
|
|
14
15
|
export const closure95_externref_shim: (a: number, b: number, c: any) => void;
|
|
15
16
|
export const closure122_externref_shim: (a: number, b: number, c: any) => void;
|
|
16
|
-
export const wasm_bindgen__convert__closures_____invoke__h61676a299f2c27ff: (a: number, b: number) => void;
|
|
17
17
|
export const wasm_bindgen__convert__closures_____invoke__h38b3bb8f9bc05c2f: (a: number, b: number) => void;
|
|
18
18
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@candypoets/nipworker",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.64",
|
|
4
4
|
"description": "Nostr client library with worker-based architecture using Rust WASM",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"vite-plugin-wasm": "^3.0.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@candypoets/rust-worker": "0.0.
|
|
67
|
+
"@candypoets/rust-worker": "0.0.64",
|
|
68
68
|
"nostr-tools": "^2.0.0"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|