@codedrifters/configulator 0.0.311 → 0.0.312

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
@@ -28020,7 +28020,7 @@ var VERSION = {
28020
28020
  /**
28021
28021
  * Version of Astro to pin for AstroProject scaffolding.
28022
28022
  */
28023
- ASTRO_VERSION: "6.3.1",
28023
+ ASTRO_VERSION: "6.3.2",
28024
28024
  /**
28025
28025
  * CDK CLI for workflows and command line operations.
28026
28026
  *
@@ -28032,7 +28032,7 @@ var VERSION = {
28032
28032
  *
28033
28033
  * CLI and lib are versioned separately, so this is the lib version.
28034
28034
  */
28035
- AWS_CDK_LIB_VERSION: "2.253.1",
28035
+ AWS_CDK_LIB_VERSION: "2.254.0",
28036
28036
  /**
28037
28037
  * Version of the AWS Constructs library to use.
28038
28038
  */
@@ -28053,7 +28053,7 @@ var VERSION = {
28053
28053
  /**
28054
28054
  * Version of Projen to use.
28055
28055
  */
28056
- PROJEN_VERSION: "0.99.60",
28056
+ PROJEN_VERSION: "0.99.61",
28057
28057
  /**
28058
28058
  * Version of `actions/setup-node` to use in GitHub workflows.
28059
28059
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).