@codedrifters/configulator 0.0.461 → 0.0.463

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
@@ -34598,19 +34598,19 @@ var VERSION = {
34598
34598
  /**
34599
34599
  * Version of Astro to pin for AstroProject scaffolding.
34600
34600
  */
34601
- ASTRO_VERSION: "7.2.3",
34601
+ ASTRO_VERSION: "7.2.4",
34602
34602
  /**
34603
34603
  * CDK CLI for workflows and command line operations.
34604
34604
  *
34605
34605
  * CLI and lib are versioned separately, so this is the CLI version.
34606
34606
  */
34607
- AWS_CDK_CLI_VERSION: "2.1137.0",
34607
+ AWS_CDK_CLI_VERSION: "2.1138.0",
34608
34608
  /**
34609
34609
  * CDK Version to use for construct projects.
34610
34610
  *
34611
34611
  * CLI and lib are versioned separately, so this is the lib version.
34612
34612
  */
34613
- AWS_CDK_LIB_VERSION: "2.265.0",
34613
+ AWS_CDK_LIB_VERSION: "2.266.0",
34614
34614
  /**
34615
34615
  * Version of the AWS Constructs library to use.
34616
34616
  */
@@ -34631,7 +34631,7 @@ var VERSION = {
34631
34631
  /**
34632
34632
  * Version of Projen to use.
34633
34633
  */
34634
- PROJEN_VERSION: "0.101.32",
34634
+ PROJEN_VERSION: "0.102.0",
34635
34635
  /**
34636
34636
  * Version of `actions/setup-node` to use in GitHub workflows.
34637
34637
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).