@codedrifters/configulator 0.0.383 → 0.0.384
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 +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -10675,7 +10675,7 @@ declare const VERSION: {
|
|
|
10675
10675
|
/**
|
|
10676
10676
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10677
10677
|
*/
|
|
10678
|
-
readonly TYPES_NODE_VERSION: "26.1.
|
|
10678
|
+
readonly TYPES_NODE_VERSION: "26.1.1";
|
|
10679
10679
|
/**
|
|
10680
10680
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10681
10681
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -10724,7 +10724,7 @@ declare const VERSION: {
|
|
|
10724
10724
|
/**
|
|
10725
10725
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10726
10726
|
*/
|
|
10727
|
-
readonly TYPES_NODE_VERSION: "26.1.
|
|
10727
|
+
readonly TYPES_NODE_VERSION: "26.1.1";
|
|
10728
10728
|
/**
|
|
10729
10729
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10730
10730
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -31780,7 +31780,7 @@ var VERSION = {
|
|
|
31780
31780
|
/**
|
|
31781
31781
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31782
31782
|
*/
|
|
31783
|
-
TYPES_NODE_VERSION: "26.1.
|
|
31783
|
+
TYPES_NODE_VERSION: "26.1.1",
|
|
31784
31784
|
/**
|
|
31785
31785
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
31786
31786
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|