@learncard/core 6.0.0 → 6.1.0
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 +102 -15
- package/dist/core.cjs.development.js.map +3 -3
- package/dist/core.cjs.production.min.js +61 -61
- package/dist/core.cjs.production.min.js.map +3 -3
- package/dist/core.d.ts +267 -165
- package/dist/core.esm.js +102 -15
- package/dist/core.esm.js.map +3 -3
- package/dist/didkit/didkit_wasm.js +1 -1
- package/dist/didkit/didkit_wasm_bg.wasm +0 -0
- package/dist/didkit_wasm.js +1 -1
- package/dist/didkit_wasm_bg.wasm +0 -0
- package/package.json +2 -2
@@ -1018,7 +1018,7 @@ function getImports() {
|
|
1018
1018
|
const ret = wasm.memory;
|
1019
1019
|
return addHeapObject(ret);
|
1020
1020
|
};
|
1021
|
-
imports.wbg.
|
1021
|
+
imports.wbg.__wbindgen_closure_wrapper10021 = function(arg0, arg1, arg2) {
|
1022
1022
|
const ret = makeMutClosure(arg0, arg1, 3552, __wbg_adapter_24);
|
1023
1023
|
return addHeapObject(ret);
|
1024
1024
|
};
|
Binary file
|
package/dist/didkit_wasm.js
CHANGED
@@ -1018,7 +1018,7 @@ function getImports() {
|
|
1018
1018
|
const ret = wasm.memory;
|
1019
1019
|
return addHeapObject(ret);
|
1020
1020
|
};
|
1021
|
-
imports.wbg.
|
1021
|
+
imports.wbg.__wbindgen_closure_wrapper10021 = function(arg0, arg1, arg2) {
|
1022
1022
|
const ret = makeMutClosure(arg0, arg1, 3552, __wbg_adapter_24);
|
1023
1023
|
return addHeapObject(ret);
|
1024
1024
|
};
|
package/dist/didkit_wasm_bg.wasm
CHANGED
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@learncard/core",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.1.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/core.esm.js",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@glazed/types": "^0.2.0",
|
22
|
-
"@learncard/types": "
|
22
|
+
"@learncard/types": "3.0.0",
|
23
23
|
"@types/jest": "^27.5.0",
|
24
24
|
"@types/node": "^17.0.31",
|
25
25
|
"aqu": "0.3.2",
|