@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.
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 closure4151_externref_shim: (a: number, b: number, c: any) => void;
50
- export const closure4547_externref_shim: (a: number, b: number, c: any, d: any) => void;
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.7",
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.17",
35
- "@learncard/types": "5.14.0"
34
+ "@learncard/core": "9.4.18",
35
+ "@learncard/types": "5.15.0"
36
36
  },
37
37
  "sideEffects": false,
38
38
  "scripts": {