@learncard/core 8.5.4 → 8.5.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/core",
3
- "version": "8.5.4",
3
+ "version": "8.5.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/core.esm.js",
@@ -34,7 +34,7 @@
34
34
  "ts-jest": "^29.0.3",
35
35
  "tsc-alias": "^1.6.9",
36
36
  "typescript": "^4.6.4",
37
- "@learncard/types": "5.2.4"
37
+ "@learncard/types": "5.2.7"
38
38
  },
39
39
  "types": "./dist/index.d.ts",
40
40
  "dependencies": {
@@ -60,7 +60,7 @@
60
60
  "key-did-resolver": "2.3.0",
61
61
  "web-credential-handler": "^2.0.0",
62
62
  "zod": "^3.20.2",
63
- "@learncard/helpers": "1.0.2"
63
+ "@learncard/helpers": "1.0.3"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.build.json && tsc-alias",