@learncard/helpers 1.0.6 → 1.0.8

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/helpers",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Shared helpers for LearnCard packages",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/helpers.esm.js",
@@ -28,12 +28,11 @@
28
28
  "jest": "^28.1.3",
29
29
  "jest-environment-jsdom": "^28.1.3",
30
30
  "shx": "^0.3.4",
31
- "ts-jest": "^28.0.5",
32
- "typescript": "^4.8.3"
31
+ "ts-jest": "^28.0.5"
33
32
  },
34
33
  "types": "./dist/helpers.d.ts",
35
34
  "dependencies": {
36
- "@learncard/types": "5.3.2"
35
+ "@learncard/types": "5.3.3"
37
36
  },
38
37
  "scripts": {
39
38
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && dts-bundle-generator src/index.ts -o dist/helpers.d.ts --no-check",