@learncard/core 9.3.1 → 9.3.3

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": "9.3.1",
3
+ "version": "9.3.3",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/core.esm.js",
@@ -29,7 +29,7 @@
29
29
  "sift": "^17.0.1",
30
30
  "ts-jest": "^29.0.3",
31
31
  "tsc-alias": "^1.6.9",
32
- "@learncard/types": "5.5.2"
32
+ "@learncard/types": "5.5.3"
33
33
  },
34
34
  "types": "./dist/index.d.ts",
35
35
  "dependencies": {
@@ -38,8 +38,7 @@
38
38
  "cross-fetch": "^3.1.5",
39
39
  "isomorphic-fetch": "^3.0.0",
40
40
  "isomorphic-webcrypto": "^2.3.8",
41
- "zod": "^3.20.2",
42
- "@learncard/helpers": "1.0.14"
41
+ "@learncard/helpers": "1.0.15"
43
42
  },
44
43
  "scripts": {
45
44
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.build.json && tsc-alias",