@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.
@@ -1018,7 +1018,7 @@ function getImports() {
1018
1018
  const ret = wasm.memory;
1019
1019
  return addHeapObject(ret);
1020
1020
  };
1021
- imports.wbg.__wbindgen_closure_wrapper10020 = function(arg0, arg1, arg2) {
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
@@ -1018,7 +1018,7 @@ function getImports() {
1018
1018
  const ret = wasm.memory;
1019
1019
  return addHeapObject(ret);
1020
1020
  };
1021
- imports.wbg.__wbindgen_closure_wrapper10020 = function(arg0, arg1, arg2) {
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/core",
3
- "version": "6.0.0",
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": "2.2.1",
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",