@learncard/didkit-plugin 1.8.7 → 1.8.9
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 +29 -29
- package/dist/didkit/didkit_wasm.js +321 -326
- 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 +119 -124
- 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 +119 -124
- package/dist/didkit-plugin.esm.js.map +2 -2
- package/dist/didkit_wasm.d.ts +29 -29
- package/dist/didkit_wasm.js +321 -326
- package/dist/didkit_wasm_bg.wasm +0 -0
- package/dist/didkit_wasm_bg.wasm.d.ts +2 -2
- package/package.json +3 -3
package/dist/didkit_wasm_bg.wasm
CHANGED
|
Binary file
|
|
@@ -46,6 +46,6 @@ export const __wbindgen_export_4: WebAssembly.Table;
|
|
|
46
46
|
export const __wbindgen_export_5: WebAssembly.Table;
|
|
47
47
|
export const __externref_table_dealloc: (a: number) => void;
|
|
48
48
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
49
|
+
export const closure4007_externref_shim: (a: number, b: number, c: any) => void;
|
|
50
|
+
export const closure4398_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
51
51
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@learncard/didkit-plugin",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/didkit-plugin.esm.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"types": "./dist/index.d.ts",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@learncard/core": "9.4.
|
|
35
|
-
"@learncard/types": "5.
|
|
34
|
+
"@learncard/core": "9.4.18",
|
|
35
|
+
"@learncard/types": "5.15.0"
|
|
36
36
|
},
|
|
37
37
|
"sideEffects": false,
|
|
38
38
|
"scripts": {
|