@codedrifters/configulator 0.0.348 → 0.0.349
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 +5 -5
- package/lib/index.d.ts +5 -5
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +5 -5
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.d.mts
CHANGED
|
@@ -10277,7 +10277,7 @@ declare const VERSION: {
|
|
|
10277
10277
|
/**
|
|
10278
10278
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10279
10279
|
*/
|
|
10280
|
-
readonly ASTRO_VERSION: "6.4.
|
|
10280
|
+
readonly ASTRO_VERSION: "6.4.6";
|
|
10281
10281
|
/**
|
|
10282
10282
|
* CDK CLI for workflows and command line operations.
|
|
10283
10283
|
*
|
|
@@ -10306,7 +10306,7 @@ declare const VERSION: {
|
|
|
10306
10306
|
/**
|
|
10307
10307
|
* Version of PNPM to use in workflows at github actions.
|
|
10308
10308
|
*/
|
|
10309
|
-
readonly PNPM_VERSION: "11.5.
|
|
10309
|
+
readonly PNPM_VERSION: "11.5.3";
|
|
10310
10310
|
/**
|
|
10311
10311
|
* Version of Projen to use.
|
|
10312
10312
|
*/
|
|
@@ -10320,7 +10320,7 @@ declare const VERSION: {
|
|
|
10320
10320
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
10321
10321
|
* Starlight's image optimization pipeline).
|
|
10322
10322
|
*/
|
|
10323
|
-
readonly SHARP_VERSION: "0.
|
|
10323
|
+
readonly SHARP_VERSION: "0.35.0";
|
|
10324
10324
|
/**
|
|
10325
10325
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10326
10326
|
*/
|
|
@@ -10328,11 +10328,11 @@ declare const VERSION: {
|
|
|
10328
10328
|
/**
|
|
10329
10329
|
* What version of the turborepo library should we use?
|
|
10330
10330
|
*/
|
|
10331
|
-
readonly TURBO_VERSION: "2.9.
|
|
10331
|
+
readonly TURBO_VERSION: "2.9.18";
|
|
10332
10332
|
/**
|
|
10333
10333
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10334
10334
|
*/
|
|
10335
|
-
readonly TYPES_NODE_VERSION: "25.9.
|
|
10335
|
+
readonly TYPES_NODE_VERSION: "25.9.3";
|
|
10336
10336
|
/**
|
|
10337
10337
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10338
10338
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -10326,7 +10326,7 @@ declare const VERSION: {
|
|
|
10326
10326
|
/**
|
|
10327
10327
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10328
10328
|
*/
|
|
10329
|
-
readonly ASTRO_VERSION: "6.4.
|
|
10329
|
+
readonly ASTRO_VERSION: "6.4.6";
|
|
10330
10330
|
/**
|
|
10331
10331
|
* CDK CLI for workflows and command line operations.
|
|
10332
10332
|
*
|
|
@@ -10355,7 +10355,7 @@ declare const VERSION: {
|
|
|
10355
10355
|
/**
|
|
10356
10356
|
* Version of PNPM to use in workflows at github actions.
|
|
10357
10357
|
*/
|
|
10358
|
-
readonly PNPM_VERSION: "11.5.
|
|
10358
|
+
readonly PNPM_VERSION: "11.5.3";
|
|
10359
10359
|
/**
|
|
10360
10360
|
* Version of Projen to use.
|
|
10361
10361
|
*/
|
|
@@ -10369,7 +10369,7 @@ declare const VERSION: {
|
|
|
10369
10369
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
10370
10370
|
* Starlight's image optimization pipeline).
|
|
10371
10371
|
*/
|
|
10372
|
-
readonly SHARP_VERSION: "0.
|
|
10372
|
+
readonly SHARP_VERSION: "0.35.0";
|
|
10373
10373
|
/**
|
|
10374
10374
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10375
10375
|
*/
|
|
@@ -10377,11 +10377,11 @@ declare const VERSION: {
|
|
|
10377
10377
|
/**
|
|
10378
10378
|
* What version of the turborepo library should we use?
|
|
10379
10379
|
*/
|
|
10380
|
-
readonly TURBO_VERSION: "2.9.
|
|
10380
|
+
readonly TURBO_VERSION: "2.9.18";
|
|
10381
10381
|
/**
|
|
10382
10382
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10383
10383
|
*/
|
|
10384
|
-
readonly TYPES_NODE_VERSION: "25.9.
|
|
10384
|
+
readonly TYPES_NODE_VERSION: "25.9.3";
|
|
10385
10385
|
/**
|
|
10386
10386
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10387
10387
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -29355,7 +29355,7 @@ var VERSION = {
|
|
|
29355
29355
|
/**
|
|
29356
29356
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
29357
29357
|
*/
|
|
29358
|
-
ASTRO_VERSION: "6.4.
|
|
29358
|
+
ASTRO_VERSION: "6.4.6",
|
|
29359
29359
|
/**
|
|
29360
29360
|
* CDK CLI for workflows and command line operations.
|
|
29361
29361
|
*
|
|
@@ -29384,7 +29384,7 @@ var VERSION = {
|
|
|
29384
29384
|
/**
|
|
29385
29385
|
* Version of PNPM to use in workflows at github actions.
|
|
29386
29386
|
*/
|
|
29387
|
-
PNPM_VERSION: "11.5.
|
|
29387
|
+
PNPM_VERSION: "11.5.3",
|
|
29388
29388
|
/**
|
|
29389
29389
|
* Version of Projen to use.
|
|
29390
29390
|
*/
|
|
@@ -29398,7 +29398,7 @@ var VERSION = {
|
|
|
29398
29398
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
29399
29399
|
* Starlight's image optimization pipeline).
|
|
29400
29400
|
*/
|
|
29401
|
-
SHARP_VERSION: "0.
|
|
29401
|
+
SHARP_VERSION: "0.35.0",
|
|
29402
29402
|
/**
|
|
29403
29403
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
29404
29404
|
*/
|
|
@@ -29406,11 +29406,11 @@ var VERSION = {
|
|
|
29406
29406
|
/**
|
|
29407
29407
|
* What version of the turborepo library should we use?
|
|
29408
29408
|
*/
|
|
29409
|
-
TURBO_VERSION: "2.9.
|
|
29409
|
+
TURBO_VERSION: "2.9.18",
|
|
29410
29410
|
/**
|
|
29411
29411
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
29412
29412
|
*/
|
|
29413
|
-
TYPES_NODE_VERSION: "25.9.
|
|
29413
|
+
TYPES_NODE_VERSION: "25.9.3",
|
|
29414
29414
|
/**
|
|
29415
29415
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
29416
29416
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|