@learncard/core 8.0.4 → 8.0.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/dist/core.cjs.development.js +79 -55
- package/dist/core.cjs.development.js.map +2 -2
- package/dist/core.cjs.production.min.js +32 -32
- package/dist/core.cjs.production.min.js.map +3 -3
- package/dist/core.esm.js +79 -55
- package/dist/core.esm.js.map +2 -2
- package/dist/didkit/didkit_wasm.d.ts +2 -2
- package/dist/didkit/didkit_wasm.js +298 -356
- package/dist/didkit/didkit_wasm_bg.wasm +0 -0
- package/dist/didkit/didkit_wasm_bg.wasm.d.ts +2 -2
- package/dist/didkit_wasm.d.ts +2 -2
- package/dist/didkit_wasm.js +298 -356
- package/dist/didkit_wasm_bg.wasm +0 -0
- package/dist/didkit_wasm_bg.wasm.d.ts +2 -2
- package/package.json +4 -4
@@ -211,11 +211,11 @@ export interface InitOutput {
|
|
211
211
|
readonly __wbindgen_malloc: (a: number) => number;
|
212
212
|
readonly __wbindgen_realloc: (a: number, b: number, c: number) => number;
|
213
213
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
214
|
-
readonly
|
214
|
+
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h93b9577b462bda3f: (a: number, b: number, c: number) => void;
|
215
215
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
216
216
|
readonly __wbindgen_free: (a: number, b: number) => void;
|
217
217
|
readonly __wbindgen_exn_store: (a: number) => void;
|
218
|
-
readonly
|
218
|
+
readonly wasm_bindgen__convert__closures__invoke2_mut__h5199611bd19f62fe: (a: number, b: number, c: number, d: number) => void;
|
219
219
|
}
|
220
220
|
|
221
221
|
/**
|