inferred-types 0.41.2 → 0.41.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inferred-types",
3
- "version": "0.41.2",
3
+ "version": "0.41.3",
4
4
  "description": "Functions which provide useful type inference on TS projects",
5
5
  "license": "MIT",
6
6
  "author": "Ken Snyder<ken@ken.net>",
@@ -35,8 +35,9 @@
35
35
  "lint:test": "pnpm eslint -c .eslintrc.json ./tests/**/*.ts --ext ts --fix",
36
36
  "lint:src": "npx eslint -c .eslintrc.json ./src/**/*.ts --ext ts --fix ",
37
37
  "trace": "npx tsc --noEmit --diagnostics && npx analyze-trace trace",
38
- "test": "vitest --typecheck",
38
+ "test": "vitest",
39
39
  "test:ui": "vitest --ui",
40
+ "bench": "cd benches && tsx ./index.ts",
40
41
  "test:ci": "vitest run",
41
42
  "audit:fix": "pnpm audit --fix",
42
43
  "release": "run-s lint release:latest test:ci audit:fix release:bump",
@@ -48,9 +49,11 @@
48
49
  "watch:bundle": "tsup src/index.ts --format=esm --dts"
49
50
  },
50
51
  "dependencies": {
52
+ "tsx": "^4.7.0",
51
53
  "vue": "^3.4.14"
52
54
  },
53
55
  "devDependencies": {
56
+ "@arktype/attest": "^0.5.0",
54
57
  "@type-challenges/utils": "~0.1.1",
55
58
  "@types/node": "^18.19.8",
56
59
  "@typescript-eslint/eslint-plugin": "^6.19.0",
@@ -58,6 +61,7 @@
58
61
  "@typescript/analyze-trace": "^0.10.1",
59
62
  "@vitest/ui": "^1.2.1",
60
63
  "bumpp": "^9.3.0",
64
+ "chalk": "^5.3.0",
61
65
  "cross-env": "^7.0.3",
62
66
  "eslint": "^8.56.0",
63
67
  "eslint-config-prettier": "^9.1.0",
@@ -66,6 +70,7 @@
66
70
  "eslint-plugin-prettier": "^5.1.3",
67
71
  "eslint-plugin-promise": "^6.1.1",
68
72
  "eslint-watch": "^8.0.0",
73
+ "glob": "^10.3.10",
69
74
  "npm-run-all": "~4.1.5",
70
75
  "pathe": "^1.1.2",
71
76
  "prettier": "^3.2.4",