@codedrifters/configulator 0.0.357 → 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.mjs CHANGED
@@ -30626,13 +30626,13 @@ var VERSION = {
30626
30626
  /**
30627
30627
  * Version of Astro to pin for AstroProject scaffolding.
30628
30628
  */
30629
- ASTRO_VERSION: "6.4.6",
30629
+ ASTRO_VERSION: "6.4.7",
30630
30630
  /**
30631
30631
  * CDK CLI for workflows and command line operations.
30632
30632
  *
30633
30633
  * CLI and lib are versioned separately, so this is the CLI version.
30634
30634
  */
30635
- AWS_CDK_CLI_VERSION: "2.1126.0",
30635
+ AWS_CDK_CLI_VERSION: "2.1127.0",
30636
30636
  /**
30637
30637
  * CDK Version to use for construct projects.
30638
30638
  *