@learncard/types 5.1.0 → 5.2.0

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/types",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "Shared types for learn card",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/types.esm.js",
@@ -36,6 +36,7 @@
36
36
  "url": "https://github.com/WeLibraryOS/LearnCard/issues"
37
37
  },
38
38
  "devDependencies": {
39
+ "@esbuild-plugins/node-resolve": "^0.2.2",
39
40
  "@size-limit/preset-small-lib": "^7.0.8",
40
41
  "@types/node": "^17.0.38",
41
42
  "aqu": "0.4.3",
@@ -47,17 +48,10 @@
47
48
  },
48
49
  "types": "./dist/index.d.ts",
49
50
  "dependencies": {
50
- "zod": "^3.17.3"
51
+ "zod": "^3.20.2"
51
52
  },
52
53
  "scripts": {
53
54
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",
54
- "start": "aqu watch",
55
- "lint": "aqu lint",
56
- "lint:fix": "aqu lint --fix",
57
- "test": "aqu test --passWithNoTests",
58
- "test:watch": "aqu test --passWithNoTests --watch",
59
- "test:coverage": "aqu test --silent --ci --coverage --coverageReporters=\"text\" --coverageReporters=\"text-summary\"",
60
- "size": "size-limit",
61
- "size:why": "size-limit --why"
55
+ "start": "aqu watch"
62
56
  }
63
57
  }