inferred-types 1.0.1 → 1.1.1

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": "1.0.1",
3
+ "version": "1.1.1",
4
4
  "description": "Functions which provide useful type inference on Typescript projects",
5
5
  "repository": {
6
6
  "url": "https://github.com/inocan-group/inferred-types"
@@ -46,11 +46,14 @@
46
46
  "scripts": {
47
47
  "nuke": "pnpm -r nuke",
48
48
  "test": "vitest run",
49
- "test:imports": "scripts/invalid-imports.sh",
49
+ "test:imports": "bun run scripts/invalid-imports.ts",
50
50
  "test:ci": "vitest run",
51
51
  "test:watch": "vitest",
52
52
  "test:ui": "vitest --ui",
53
53
  "test:types": "npx typed test",
54
+ "test:globals": "run-s test:globals:runtime test:globals:types",
55
+ "test:globals:runtime": "vitest run globals-and-transpiled",
56
+ "test:globals:types": "npx typed test globals-and-transpiled",
54
57
  "typed": "npx typed test",
55
58
  "typed:input-tokens": "npx typed test IT_Take GetInputToken FromInputToken",
56
59
  "typed:datetime": "npx typed test datetime",
@@ -79,7 +82,7 @@
79
82
  "@js-temporal/polyfill": "^0.5.1",
80
83
  "@type-challenges/utils": "~0.1.1",
81
84
  "@types/luxon": "^3.7.1",
82
- "@types/node": "^22.18.8",
85
+ "@types/node": "^22.18.9",
83
86
  "@typescript-eslint/eslint-plugin": "^8.46.0",
84
87
  "@typescript-eslint/parser": "^8.46.0",
85
88
  "@typescript/analyze-trace": "^0.10.1",
@@ -103,6 +106,7 @@
103
106
  "npm-run-all": "~4.1.5",
104
107
  "pathe": "^2.0.3",
105
108
  "tsdown": "^0.15.6",
109
+ "tsx": "^4.20.6",
106
110
  "typecheck": "^0.1.2",
107
111
  "typed-tester": "^0.11.6",
108
112
  "typescript": "^5.9.3",