@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.d.mts
CHANGED
|
@@ -10472,11 +10472,11 @@ declare const VERSION: {
|
|
|
10472
10472
|
/**
|
|
10473
10473
|
* Version of PNPM to use in workflows at github actions.
|
|
10474
10474
|
*/
|
|
10475
|
-
readonly PNPM_VERSION: "11.
|
|
10475
|
+
readonly PNPM_VERSION: "11.8.0";
|
|
10476
10476
|
/**
|
|
10477
10477
|
* Version of Projen to use.
|
|
10478
10478
|
*/
|
|
10479
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10479
|
+
readonly PROJEN_VERSION: "0.99.80";
|
|
10480
10480
|
/**
|
|
10481
10481
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10482
10482
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10498,7 +10498,7 @@ declare const VERSION: {
|
|
|
10498
10498
|
/**
|
|
10499
10499
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10500
10500
|
*/
|
|
10501
|
-
readonly TYPES_NODE_VERSION: "
|
|
10501
|
+
readonly TYPES_NODE_VERSION: "26.0.0";
|
|
10502
10502
|
/**
|
|
10503
10503
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10504
10504
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -10521,11 +10521,11 @@ declare const VERSION: {
|
|
|
10521
10521
|
/**
|
|
10522
10522
|
* Version of PNPM to use in workflows at github actions.
|
|
10523
10523
|
*/
|
|
10524
|
-
readonly PNPM_VERSION: "11.
|
|
10524
|
+
readonly PNPM_VERSION: "11.8.0";
|
|
10525
10525
|
/**
|
|
10526
10526
|
* Version of Projen to use.
|
|
10527
10527
|
*/
|
|
10528
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10528
|
+
readonly PROJEN_VERSION: "0.99.80";
|
|
10529
10529
|
/**
|
|
10530
10530
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10531
10531
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10547,7 +10547,7 @@ declare const VERSION: {
|
|
|
10547
10547
|
/**
|
|
10548
10548
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10549
10549
|
*/
|
|
10550
|
-
readonly TYPES_NODE_VERSION: "
|
|
10550
|
+
readonly TYPES_NODE_VERSION: "26.0.0";
|
|
10551
10551
|
/**
|
|
10552
10552
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10553
10553
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -30992,11 +30992,11 @@ var VERSION = {
|
|
|
30992
30992
|
/**
|
|
30993
30993
|
* Version of PNPM to use in workflows at github actions.
|
|
30994
30994
|
*/
|
|
30995
|
-
PNPM_VERSION: "11.
|
|
30995
|
+
PNPM_VERSION: "11.8.0",
|
|
30996
30996
|
/**
|
|
30997
30997
|
* Version of Projen to use.
|
|
30998
30998
|
*/
|
|
30999
|
-
PROJEN_VERSION: "0.99.
|
|
30999
|
+
PROJEN_VERSION: "0.99.80",
|
|
31000
31000
|
/**
|
|
31001
31001
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
31002
31002
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -31018,7 +31018,7 @@ var VERSION = {
|
|
|
31018
31018
|
/**
|
|
31019
31019
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31020
31020
|
*/
|
|
31021
|
-
TYPES_NODE_VERSION: "
|
|
31021
|
+
TYPES_NODE_VERSION: "26.0.0",
|
|
31022
31022
|
/**
|
|
31023
31023
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
31024
31024
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|