@codedrifters/configulator 0.0.415 → 0.0.417

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
@@ -34418,23 +34418,23 @@ var VERSION = {
34418
34418
  /**
34419
34419
  * Version of Astro to pin for AstroProject scaffolding.
34420
34420
  */
34421
- ASTRO_VERSION: "7.1.5",
34421
+ ASTRO_VERSION: "7.1.6",
34422
34422
  /**
34423
34423
  * CDK CLI for workflows and command line operations.
34424
34424
  *
34425
34425
  * CLI and lib are versioned separately, so this is the CLI version.
34426
34426
  */
34427
- AWS_CDK_CLI_VERSION: "2.1133.0",
34427
+ AWS_CDK_CLI_VERSION: "2.1134.0",
34428
34428
  /**
34429
34429
  * CDK Version to use for construct projects.
34430
34430
  *
34431
34431
  * CLI and lib are versioned separately, so this is the lib version.
34432
34432
  */
34433
- AWS_CDK_LIB_VERSION: "2.262.1",
34433
+ AWS_CDK_LIB_VERSION: "2.262.2",
34434
34434
  /**
34435
34435
  * Version of the AWS Constructs library to use.
34436
34436
  */
34437
- AWS_CONSTRUCTS_VERSION: "10.7.1",
34437
+ AWS_CONSTRUCTS_VERSION: "10.8.0",
34438
34438
  /**
34439
34439
  * Version of Node.js to use in CI workflows at github actions.
34440
34440
  */