@learncard/didkit-plugin 1.4.10 → 1.4.12
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/didkit/didkit_wasm.d.ts +135 -135
- package/dist/didkit/didkit_wasm.js +407 -393
- 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 +192 -152
- 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 +3 -3
- package/dist/didkit-plugin.esm.js +191 -152
- package/dist/didkit-plugin.esm.js.map +2 -2
- package/dist/didkit_wasm.d.ts +135 -135
- package/dist/didkit_wasm.js +407 -393
- package/dist/didkit_wasm_bg.wasm +0 -0
- package/dist/didkit_wasm_bg.wasm.d.ts +2 -2
- package/package.json +2 -2
package/dist/didkit_wasm_bg.wasm
CHANGED
Binary file
|
@@ -36,8 +36,8 @@ export function didkit_error_code(): number;
|
|
36
36
|
export function __wbindgen_malloc(a: number, b: number): number;
|
37
37
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
38
38
|
export const __wbindgen_export_2: WebAssembly.Table;
|
39
|
-
export function
|
39
|
+
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbfea49efa319d6a8(a: number, b: number, c: number): void;
|
40
40
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
41
41
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|
42
42
|
export function __wbindgen_exn_store(a: number): void;
|
43
|
-
export function
|
43
|
+
export function wasm_bindgen__convert__closures__invoke2_mut__h7f21b3df1bf974ab(a: number, b: number, c: number, d: number): void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@learncard/didkit-plugin",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.12",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/didkit-plugin.esm.js",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
},
|
32
32
|
"types": "./dist/index.d.ts",
|
33
33
|
"dependencies": {
|
34
|
-
"@learncard/core": "9.3.
|
34
|
+
"@learncard/core": "9.3.3",
|
35
35
|
"@learncard/types": "5.5.3"
|
36
36
|
},
|
37
37
|
"scripts": {
|