@codedrifters/configulator 0.0.356 → 0.0.358

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
@@ -10443,13 +10443,13 @@ declare const VERSION: {
10443
10443
  /**
10444
10444
  * Version of Astro to pin for AstroProject scaffolding.
10445
10445
  */
10446
- readonly ASTRO_VERSION: "6.4.6";
10446
+ readonly ASTRO_VERSION: "6.4.7";
10447
10447
  /**
10448
10448
  * CDK CLI for workflows and command line operations.
10449
10449
  *
10450
10450
  * CLI and lib are versioned separately, so this is the CLI version.
10451
10451
  */
10452
- readonly AWS_CDK_CLI_VERSION: "2.1126.0";
10452
+ readonly AWS_CDK_CLI_VERSION: "2.1127.0";
10453
10453
  /**
10454
10454
  * CDK Version to use for construct projects.
10455
10455
  *
package/lib/index.d.ts CHANGED
@@ -10492,13 +10492,13 @@ declare const VERSION: {
10492
10492
  /**
10493
10493
  * Version of Astro to pin for AstroProject scaffolding.
10494
10494
  */
10495
- readonly ASTRO_VERSION: "6.4.6";
10495
+ readonly ASTRO_VERSION: "6.4.7";
10496
10496
  /**
10497
10497
  * CDK CLI for workflows and command line operations.
10498
10498
  *
10499
10499
  * CLI and lib are versioned separately, so this is the CLI version.
10500
10500
  */
10501
- readonly AWS_CDK_CLI_VERSION: "2.1126.0";
10501
+ readonly AWS_CDK_CLI_VERSION: "2.1127.0";
10502
10502
  /**
10503
10503
  * CDK Version to use for construct projects.
10504
10504
  *