@learncard/core 9.3.3 → 9.3.5

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.3.3",
3
+ "version": "9.3.5",
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.3"
32
+ "@learncard/types": "5.5.5"
33
33
  },
34
34
  "types": "./dist/index.d.ts",
35
35
  "dependencies": {
@@ -38,7 +38,7 @@
38
38
  "cross-fetch": "^3.1.5",
39
39
  "isomorphic-fetch": "^3.0.0",
40
40
  "isomorphic-webcrypto": "^2.3.8",
41
- "@learncard/helpers": "1.0.15"
41
+ "@learncard/helpers": "1.0.17"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.build.json && tsc-alias",