@learncard/core 9.0.0 → 9.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/core",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/core.esm.js",
@@ -30,7 +30,7 @@
30
30
  "ts-jest": "^29.0.3",
31
31
  "tsc-alias": "^1.6.9",
32
32
  "typescript": "^4.6.4",
33
- "@learncard/types": "5.3.0"
33
+ "@learncard/types": "5.3.2"
34
34
  },
35
35
  "types": "./dist/index.d.ts",
36
36
  "dependencies": {
@@ -40,7 +40,7 @@
40
40
  "isomorphic-fetch": "^3.0.0",
41
41
  "isomorphic-webcrypto": "^2.3.8",
42
42
  "zod": "^3.20.2",
43
- "@learncard/helpers": "1.0.4"
43
+ "@learncard/helpers": "1.0.6"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.build.json && tsc-alias",