@keyhive/keyhive 0.0.0-alpha.55 → 0.0.0-alpha.55b
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/package.json +1 -1
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +1 -1
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +1 -1
- package/pkg-slim/keyhive_wasm.d.ts +1 -1
- package/pkg-slim/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm_bg.wasm.base64.js +1 -1
- package/pkg-slim/keyhive_wasm_bg.wasm.d.ts +1 -1
|
@@ -210,7 +210,6 @@ export const document_id: (a: number) => number;
|
|
|
210
210
|
export const group_groupId: (a: number) => number;
|
|
211
211
|
export const group_id: (a: number) => number;
|
|
212
212
|
export const peer_id: (a: number) => number;
|
|
213
|
-
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
214
213
|
export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
215
214
|
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
216
215
|
export const __wbg_signedrevocation_free: (a: number, b: number) => void;
|
|
@@ -228,6 +227,7 @@ export const signedrevocation_signature: (a: number) => [number, number];
|
|
|
228
227
|
export const signedrevocation_verify: (a: number) => number;
|
|
229
228
|
export const signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
230
229
|
export const encrypted_toBytes: (a: number) => [number, number];
|
|
230
|
+
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
231
231
|
export const wasm_bindgen__closure__destroy__h056ce8b8b10a09c1: (a: number, b: number) => void;
|
|
232
232
|
export const wasm_bindgen__convert__closures_____invoke__h8e854b3d10a3dc35: (a: number, b: number, c: any) => [number, number];
|
|
233
233
|
export const wasm_bindgen__convert__closures_____invoke__h2aa9fdfff8d5a8ab: (a: number, b: number, c: any, d: any) => void;
|