@learncard/core 9.3.8 → 9.3.9

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/core",
3
- "version": "9.3.8",
3
+ "version": "9.3.9",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/core.esm.js",
@@ -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.20"
41
+ "@learncard/helpers": "1.1.0"
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",