@codedrifters/configulator 0.0.104 → 0.0.105

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
@@ -756,11 +756,11 @@ var VERSION = {
756
756
  *
757
757
  * CLI and lib are versioned separately, so this is the lib version.
758
758
  */
759
- AWS_CDK_LIB_VERSION: "2.238.0",
759
+ AWS_CDK_LIB_VERSION: "2.239.0",
760
760
  /**
761
761
  * Version of the AWS Constructs library to use.
762
762
  */
763
- AWS_CONSTRUCTS_VERSION: "10.5.0",
763
+ AWS_CONSTRUCTS_VERSION: "10.5.1",
764
764
  /**
765
765
  * Version of Node.js to use in CI workflows at github actions.
766
766
  */
@@ -772,7 +772,7 @@ var VERSION = {
772
772
  /**
773
773
  * Version of Projen to use.
774
774
  */
775
- PROJEN_VERSION: "0.99.12",
775
+ PROJEN_VERSION: "0.99.13",
776
776
  /**
777
777
  * What version of the turborepo library should we use?
778
778
  */