@learncard/didkit-plugin 1.4.6 → 1.4.7
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/didkit/didkit_wasm.d.ts +2 -2
- package/dist/didkit/didkit_wasm.js +233 -310
- package/dist/didkit/didkit_wasm_bg.wasm +0 -0
- package/dist/didkit/didkit_wasm_bg.wasm.d.ts +2 -2
- package/dist/didkit-plugin.cjs.development.js +45 -49
- package/dist/didkit-plugin.cjs.development.js.map +2 -2
- package/dist/didkit-plugin.cjs.production.min.js +2 -2
- package/dist/didkit-plugin.cjs.production.min.js.map +2 -2
- package/dist/didkit-plugin.esm.js +45 -49
- package/dist/didkit-plugin.esm.js.map +2 -2
- package/dist/didkit_wasm.d.ts +2 -2
- package/dist/didkit_wasm.js +233 -310
- package/dist/didkit_wasm_bg.wasm +0 -0
- package/dist/didkit_wasm_bg.wasm.d.ts +2 -2
- package/package.json +1 -1
@@ -229,11 +229,11 @@ export interface InitOutput {
|
|
229
229
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
230
230
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
231
231
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
232
|
-
readonly
|
232
|
+
readonly wasm_bindgen__convert__closures__invoke1_mut__h45806fd75c456525: (a: number, b: number, c: number) => void;
|
233
233
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
234
234
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
235
235
|
readonly __wbindgen_exn_store: (a: number) => void;
|
236
|
-
readonly
|
236
|
+
readonly wasm_bindgen__convert__closures__invoke2_mut__h46bbe3de5dd3bce3: (a: number, b: number, c: number, d: number) => void;
|
237
237
|
}
|
238
238
|
|
239
239
|
export type SyncInitInput = BufferSource | WebAssembly.Module;
|