@zayne-labs/toolkit-type-helpers 0.9.48 → 0.9.51

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.
@@ -1,4 +1,4 @@
1
- /* eslint-disable ts-eslint/consistent-type-definitions -- Allow */
2
1
  interface BooleanConstructor {
2
+ // eslint-disable-next-line ts-eslint/prefer-function-type -- Required to override the built-in Boolean constructor
3
3
  <T>(value?: T | null): value is T;
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zayne-labs/toolkit-type-helpers",
3
3
  "type": "module",
4
- "version": "0.9.48",
4
+ "version": "0.9.51",
5
5
  "description": "A collection of utility functions, types and composables used by my other projects. Nothing too fancy but can be useful.",
6
6
  "author": "Ryan Zayne",
7
7
  "license": "MIT",
@@ -30,21 +30,21 @@
30
30
  "node": ">=18.x"
31
31
  },
32
32
  "devDependencies": {
33
- "@arethetypeswrong/cli": "^0.18.1",
34
- "@changesets/cli": "^2.29.4",
33
+ "@arethetypeswrong/cli": "^0.18.2",
34
+ "@changesets/cli": "^2.29.5",
35
35
  "@size-limit/esbuild-why": "^11.2.0",
36
36
  "@size-limit/preset-small-lib": "^11.2.0",
37
37
  "@total-typescript/ts-reset": "^0.6.1",
38
- "@types/node": "^22.15.30",
39
- "@zayne-labs/tsconfig": "0.9.1",
38
+ "@types/node": "^24.0.4",
39
+ "@zayne-labs/tsconfig": "0.9.3",
40
40
  "clsx": "^2.1.1",
41
- "concurrently": "^9.1.2",
41
+ "concurrently": "^9.2.0",
42
42
  "cross-env": "^7.0.3",
43
43
  "publint": "^0.3.12",
44
44
  "size-limit": "^11.2.0",
45
- "tsdown": "^0.12.7",
45
+ "tsdown": "^0.12.8",
46
46
  "typescript": "5.8.3",
47
- "vitest": "3.2.2"
47
+ "vitest": "3.2.4"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public",