@codedrifters/configulator 0.0.131 → 0.0.133

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
@@ -765,13 +765,13 @@ var VERSION = {
765
765
  *
766
766
  * CLI and lib are versioned separately, so this is the CLI version.
767
767
  */
768
- AWS_CDK_CLI_VERSION: "2.1110.0",
768
+ AWS_CDK_CLI_VERSION: "2.1111.0",
769
769
  /**
770
770
  * CDK Version to use for construct projects.
771
771
  *
772
772
  * CLI and lib are versioned separately, so this is the lib version.
773
773
  */
774
- AWS_CDK_LIB_VERSION: "2.242.0",
774
+ AWS_CDK_LIB_VERSION: "2.243.0",
775
775
  /**
776
776
  * Version of the AWS Constructs library to use.
777
777
  */