@codedrifters/configulator 0.0.360 → 0.0.361
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 +3 -3
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +6 -6
package/lib/index.mjs
CHANGED
|
@@ -30655,11 +30655,11 @@ var VERSION = {
|
|
|
30655
30655
|
/**
|
|
30656
30656
|
* Version of PNPM to use in workflows at github actions.
|
|
30657
30657
|
*/
|
|
30658
|
-
PNPM_VERSION: "11.
|
|
30658
|
+
PNPM_VERSION: "11.8.0",
|
|
30659
30659
|
/**
|
|
30660
30660
|
* Version of Projen to use.
|
|
30661
30661
|
*/
|
|
30662
|
-
PROJEN_VERSION: "0.99.
|
|
30662
|
+
PROJEN_VERSION: "0.99.80",
|
|
30663
30663
|
/**
|
|
30664
30664
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
30665
30665
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -30681,7 +30681,7 @@ var VERSION = {
|
|
|
30681
30681
|
/**
|
|
30682
30682
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
30683
30683
|
*/
|
|
30684
|
-
TYPES_NODE_VERSION: "
|
|
30684
|
+
TYPES_NODE_VERSION: "26.0.0",
|
|
30685
30685
|
/**
|
|
30686
30686
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
30687
30687
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|