@codedrifters/configulator 0.0.411 → 0.0.413

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
@@ -11327,7 +11327,7 @@ declare const VERSION: {
11327
11327
  /**
11328
11328
  * Version of Astro to pin for AstroProject scaffolding.
11329
11329
  */
11330
- readonly ASTRO_VERSION: "7.1.3";
11330
+ readonly ASTRO_VERSION: "7.1.4";
11331
11331
  /**
11332
11332
  * CDK CLI for workflows and command line operations.
11333
11333
  *
@@ -11374,7 +11374,7 @@ declare const VERSION: {
11374
11374
  /**
11375
11375
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
11376
11376
  */
11377
- readonly STARLIGHT_VERSION: "0.41.4";
11377
+ readonly STARLIGHT_VERSION: "0.41.5";
11378
11378
  /**
11379
11379
  * What version of the turborepo library should we use?
11380
11380
  */
@@ -11382,7 +11382,7 @@ declare const VERSION: {
11382
11382
  /**
11383
11383
  * Version of `@types/node` to use across all packages (pnpm catalog).
11384
11384
  */
11385
- readonly TYPES_NODE_VERSION: "26.1.1";
11385
+ readonly TYPES_NODE_VERSION: "26.1.2";
11386
11386
  /**
11387
11387
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
11388
11388
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.d.ts CHANGED
@@ -11376,7 +11376,7 @@ declare const VERSION: {
11376
11376
  /**
11377
11377
  * Version of Astro to pin for AstroProject scaffolding.
11378
11378
  */
11379
- readonly ASTRO_VERSION: "7.1.3";
11379
+ readonly ASTRO_VERSION: "7.1.4";
11380
11380
  /**
11381
11381
  * CDK CLI for workflows and command line operations.
11382
11382
  *
@@ -11423,7 +11423,7 @@ declare const VERSION: {
11423
11423
  /**
11424
11424
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
11425
11425
  */
11426
- readonly STARLIGHT_VERSION: "0.41.4";
11426
+ readonly STARLIGHT_VERSION: "0.41.5";
11427
11427
  /**
11428
11428
  * What version of the turborepo library should we use?
11429
11429
  */
@@ -11431,7 +11431,7 @@ declare const VERSION: {
11431
11431
  /**
11432
11432
  * Version of `@types/node` to use across all packages (pnpm catalog).
11433
11433
  */
11434
- readonly TYPES_NODE_VERSION: "26.1.1";
11434
+ readonly TYPES_NODE_VERSION: "26.1.2";
11435
11435
  /**
11436
11436
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
11437
11437
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.js CHANGED
@@ -34649,7 +34649,7 @@ var VERSION = {
34649
34649
  /**
34650
34650
  * Version of Astro to pin for AstroProject scaffolding.
34651
34651
  */
34652
- ASTRO_VERSION: "7.1.3",
34652
+ ASTRO_VERSION: "7.1.4",
34653
34653
  /**
34654
34654
  * CDK CLI for workflows and command line operations.
34655
34655
  *
@@ -34696,7 +34696,7 @@ var VERSION = {
34696
34696
  /**
34697
34697
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
34698
34698
  */
34699
- STARLIGHT_VERSION: "0.41.4",
34699
+ STARLIGHT_VERSION: "0.41.5",
34700
34700
  /**
34701
34701
  * What version of the turborepo library should we use?
34702
34702
  */
@@ -34704,7 +34704,7 @@ var VERSION = {
34704
34704
  /**
34705
34705
  * Version of `@types/node` to use across all packages (pnpm catalog).
34706
34706
  */
34707
- TYPES_NODE_VERSION: "26.1.1",
34707
+ TYPES_NODE_VERSION: "26.1.2",
34708
34708
  /**
34709
34709
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
34710
34710
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override