@candypoets/nipworker 0.91.2 → 0.92.0
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/dist/cache/index.js +58 -58
- package/dist/cache/pkg/cache.d.ts +8 -8
- package/dist/cache/pkg/cache_bg.wasm.d.ts +8 -8
- package/dist/connections/index.js +115 -103
- package/dist/connections/pkg/connections.d.ts +15 -9
- package/dist/connections/pkg/connections_bg.wasm.d.ts +10 -9
- package/dist/connections/proxy.js +1 -1
- package/dist/connections/proxy.js.map +3 -3
- package/dist/crypto/index.js +46 -46
- package/dist/crypto/pkg/crypto.d.ts +7 -7
- package/dist/crypto/pkg/crypto_bg.wasm.d.ts +7 -7
- package/dist/generated/nostr/fb/publish.d.ts +8 -1
- package/dist/generated/nostr/fb/publish.d.ts.map +1 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index2.js +231 -182
- package/dist/parser/index.js +308 -308
- package/dist/proxy/relayProxyServer.d.ts.map +1 -1
- package/dist/relayProxyServer.js +321 -299
- package/package.json +1 -1
|
@@ -16,14 +16,14 @@ export interface InitOutput {
|
|
|
16
16
|
readonly __wbg_caching_free: (a: number, b: number) => void;
|
|
17
17
|
readonly caching_new: (a: number, b: any, c: any) => any;
|
|
18
18
|
readonly init_tracing: (a: number, b: number) => void;
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
19
|
+
readonly wasm_bindgen__convert__closures_____invoke__hb1ba221be8d12a06: (a: number, b: number, c: any) => void;
|
|
20
|
+
readonly wasm_bindgen__closure__destroy__h711fd76419a28fb8: (a: number, b: number) => void;
|
|
21
|
+
readonly wasm_bindgen__convert__closures_____invoke__h274e100975ea461d: (a: number, b: number) => void;
|
|
22
|
+
readonly wasm_bindgen__closure__destroy__hdf952bda4bbe1702: (a: number, b: number) => void;
|
|
23
|
+
readonly wasm_bindgen__convert__closures_____invoke__hae1c54b26011944d: (a: number, b: number, c: any) => void;
|
|
24
|
+
readonly wasm_bindgen__convert__closures_____invoke__haa7ecbc35a0366a5: (a: number, b: number, c: any) => void;
|
|
25
|
+
readonly wasm_bindgen__closure__destroy__hc4f8ce4d5707ed44: (a: number, b: number) => void;
|
|
26
|
+
readonly wasm_bindgen__convert__closures_____invoke__h29256557a8ebc574: (a: number, b: number, c: any, d: any) => void;
|
|
27
27
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
28
28
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
29
29
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
@@ -4,14 +4,14 @@ export const memory: WebAssembly.Memory;
|
|
|
4
4
|
export const __wbg_caching_free: (a: number, b: number) => void;
|
|
5
5
|
export const caching_new: (a: number, b: any, c: any) => any;
|
|
6
6
|
export const init_tracing: (a: number, b: number) => void;
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
7
|
+
export const wasm_bindgen__convert__closures_____invoke__hb1ba221be8d12a06: (a: number, b: number, c: any) => void;
|
|
8
|
+
export const wasm_bindgen__closure__destroy__h711fd76419a28fb8: (a: number, b: number) => void;
|
|
9
|
+
export const wasm_bindgen__convert__closures_____invoke__h274e100975ea461d: (a: number, b: number) => void;
|
|
10
|
+
export const wasm_bindgen__closure__destroy__hdf952bda4bbe1702: (a: number, b: number) => void;
|
|
11
|
+
export const wasm_bindgen__convert__closures_____invoke__hae1c54b26011944d: (a: number, b: number, c: any) => void;
|
|
12
|
+
export const wasm_bindgen__convert__closures_____invoke__haa7ecbc35a0366a5: (a: number, b: number, c: any) => void;
|
|
13
|
+
export const wasm_bindgen__closure__destroy__hc4f8ce4d5707ed44: (a: number, b: number) => void;
|
|
14
|
+
export const wasm_bindgen__convert__closures_____invoke__h29256557a8ebc574: (a: number, b: number, c: any, d: any) => void;
|
|
15
15
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
16
16
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
17
17
|
export const __wbindgen_exn_store: (a: number) => void;
|