@codedrifters/configulator 0.0.371 → 0.0.372

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/lib/index.d.mts CHANGED
@@ -10588,7 +10588,7 @@ declare const VERSION: {
10588
10588
  /**
10589
10589
  * Version of `@types/node` to use across all packages (pnpm catalog).
10590
10590
  */
10591
- readonly TYPES_NODE_VERSION: "26.0.0";
10591
+ readonly TYPES_NODE_VERSION: "26.0.1";
10592
10592
  /**
10593
10593
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
10594
10594
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.d.ts CHANGED
@@ -10637,7 +10637,7 @@ declare const VERSION: {
10637
10637
  /**
10638
10638
  * Version of `@types/node` to use across all packages (pnpm catalog).
10639
10639
  */
10640
- readonly TYPES_NODE_VERSION: "26.0.0";
10640
+ readonly TYPES_NODE_VERSION: "26.0.1";
10641
10641
  /**
10642
10642
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
10643
10643
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.js CHANGED
@@ -31332,7 +31332,7 @@ var VERSION = {
31332
31332
  /**
31333
31333
  * Version of `@types/node` to use across all packages (pnpm catalog).
31334
31334
  */
31335
- TYPES_NODE_VERSION: "26.0.0",
31335
+ TYPES_NODE_VERSION: "26.0.1",
31336
31336
  /**
31337
31337
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
31338
31338
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override