inferred-types 0.43.2 → 0.43.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.43.2",
3
+ "version": "0.43.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>",
@@ -27,7 +27,6 @@
27
27
  "build": "run-s build:esm build:cjs",
28
28
  "build:esm": "tsc -b --verbose src/inferred-types",
29
29
  "build:cjs": "tsup dist/inferred-types/index.js --format cjs -d dist/inferred-types",
30
- "build:force": "rimraf dist && tsc -b -f --verbose src/inferred-types",
31
30
  "diagnostics": "tsc -b -f --extendedDiagnostics src/inferred-types",
32
31
  "clean": "rimraf dist/**/*",
33
32
  "lint": "eslint src",
@@ -51,7 +50,7 @@
51
50
  "watch:bundle": "tsup src/index.ts --format=esm --dts"
52
51
  },
53
52
  "devDependencies": {
54
- "@arktype/attest": "^0.5.4",
53
+ "@arktype/attest": "^0.7.7",
55
54
  "@eslint/js": "^9.3.0",
56
55
  "@type-challenges/utils": "~0.1.1",
57
56
  "@types/node": "^18.19.33",