@codedrifters/configulator 0.0.378 → 0.0.380

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
@@ -10533,7 +10533,7 @@ declare const VERSION: {
10533
10533
  /**
10534
10534
  * Version of Astro to pin for AstroProject scaffolding.
10535
10535
  */
10536
- readonly ASTRO_VERSION: "7.0.5";
10536
+ readonly ASTRO_VERSION: "7.0.6";
10537
10537
  /**
10538
10538
  * CDK CLI for workflows and command line operations.
10539
10539
  *
@@ -10545,7 +10545,7 @@ declare const VERSION: {
10545
10545
  *
10546
10546
  * CLI and lib are versioned separately, so this is the lib version.
10547
10547
  */
10548
- readonly AWS_CDK_LIB_VERSION: "2.260.0";
10548
+ readonly AWS_CDK_LIB_VERSION: "2.261.0";
10549
10549
  /**
10550
10550
  * Version of the AWS Constructs library to use.
10551
10551
  */
@@ -10580,11 +10580,11 @@ declare const VERSION: {
10580
10580
  /**
10581
10581
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
10582
10582
  */
10583
- readonly STARLIGHT_VERSION: "0.41.2";
10583
+ readonly STARLIGHT_VERSION: "0.41.3";
10584
10584
  /**
10585
10585
  * What version of the turborepo library should we use?
10586
10586
  */
10587
- readonly TURBO_VERSION: "2.10.2";
10587
+ readonly TURBO_VERSION: "2.10.3";
10588
10588
  /**
10589
10589
  * Version of `@types/node` to use across all packages (pnpm catalog).
10590
10590
  */
package/lib/index.d.ts CHANGED
@@ -10582,7 +10582,7 @@ declare const VERSION: {
10582
10582
  /**
10583
10583
  * Version of Astro to pin for AstroProject scaffolding.
10584
10584
  */
10585
- readonly ASTRO_VERSION: "7.0.5";
10585
+ readonly ASTRO_VERSION: "7.0.6";
10586
10586
  /**
10587
10587
  * CDK CLI for workflows and command line operations.
10588
10588
  *
@@ -10594,7 +10594,7 @@ declare const VERSION: {
10594
10594
  *
10595
10595
  * CLI and lib are versioned separately, so this is the lib version.
10596
10596
  */
10597
- readonly AWS_CDK_LIB_VERSION: "2.260.0";
10597
+ readonly AWS_CDK_LIB_VERSION: "2.261.0";
10598
10598
  /**
10599
10599
  * Version of the AWS Constructs library to use.
10600
10600
  */
@@ -10629,11 +10629,11 @@ declare const VERSION: {
10629
10629
  /**
10630
10630
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
10631
10631
  */
10632
- readonly STARLIGHT_VERSION: "0.41.2";
10632
+ readonly STARLIGHT_VERSION: "0.41.3";
10633
10633
  /**
10634
10634
  * What version of the turborepo library should we use?
10635
10635
  */
10636
- readonly TURBO_VERSION: "2.10.2";
10636
+ readonly TURBO_VERSION: "2.10.3";
10637
10637
  /**
10638
10638
  * Version of `@types/node` to use across all packages (pnpm catalog).
10639
10639
  */
package/lib/index.js CHANGED
@@ -31277,7 +31277,7 @@ var VERSION = {
31277
31277
  /**
31278
31278
  * Version of Astro to pin for AstroProject scaffolding.
31279
31279
  */
31280
- ASTRO_VERSION: "7.0.5",
31280
+ ASTRO_VERSION: "7.0.6",
31281
31281
  /**
31282
31282
  * CDK CLI for workflows and command line operations.
31283
31283
  *
@@ -31289,7 +31289,7 @@ var VERSION = {
31289
31289
  *
31290
31290
  * CLI and lib are versioned separately, so this is the lib version.
31291
31291
  */
31292
- AWS_CDK_LIB_VERSION: "2.260.0",
31292
+ AWS_CDK_LIB_VERSION: "2.261.0",
31293
31293
  /**
31294
31294
  * Version of the AWS Constructs library to use.
31295
31295
  */
@@ -31324,11 +31324,11 @@ var VERSION = {
31324
31324
  /**
31325
31325
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
31326
31326
  */
31327
- STARLIGHT_VERSION: "0.41.2",
31327
+ STARLIGHT_VERSION: "0.41.3",
31328
31328
  /**
31329
31329
  * What version of the turborepo library should we use?
31330
31330
  */
31331
- TURBO_VERSION: "2.10.2",
31331
+ TURBO_VERSION: "2.10.3",
31332
31332
  /**
31333
31333
  * Version of `@types/node` to use across all packages (pnpm catalog).
31334
31334
  */