@codedrifters/configulator 0.0.250 → 0.0.251

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
@@ -14234,13 +14234,13 @@ var VERSION = {
14234
14234
  /**
14235
14235
  * Version of Astro to pin for AstroProject scaffolding.
14236
14236
  */
14237
- ASTRO_VERSION: "6.1.6",
14237
+ ASTRO_VERSION: "6.1.7",
14238
14238
  /**
14239
14239
  * CDK CLI for workflows and command line operations.
14240
14240
  *
14241
14241
  * CLI and lib are versioned separately, so this is the CLI version.
14242
14242
  */
14243
- AWS_CDK_CLI_VERSION: "2.1118.0",
14243
+ AWS_CDK_CLI_VERSION: "2.1118.2",
14244
14244
  /**
14245
14245
  * CDK Version to use for construct projects.
14246
14246
  *
@@ -14267,7 +14267,7 @@ var VERSION = {
14267
14267
  /**
14268
14268
  * Version of Projen to use.
14269
14269
  */
14270
- PROJEN_VERSION: "0.99.48",
14270
+ PROJEN_VERSION: "0.99.50",
14271
14271
  /**
14272
14272
  * Version of `actions/setup-node` to use in GitHub workflows.
14273
14273
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).