@codedrifters/configulator 0.0.442 → 0.0.443

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.d.mts CHANGED
@@ -11368,7 +11368,7 @@ declare const VERSION: {
11368
11368
  *
11369
11369
  * CLI and lib are versioned separately, so this is the CLI version.
11370
11370
  */
11371
- readonly AWS_CDK_CLI_VERSION: "2.1135.1";
11371
+ readonly AWS_CDK_CLI_VERSION: "2.1136.0";
11372
11372
  /**
11373
11373
  * CDK Version to use for construct projects.
11374
11374
  *
package/lib/index.d.ts CHANGED
@@ -11417,7 +11417,7 @@ declare const VERSION: {
11417
11417
  *
11418
11418
  * CLI and lib are versioned separately, so this is the CLI version.
11419
11419
  */
11420
- readonly AWS_CDK_CLI_VERSION: "2.1135.1";
11420
+ readonly AWS_CDK_CLI_VERSION: "2.1136.0";
11421
11421
  /**
11422
11422
  * CDK Version to use for construct projects.
11423
11423
  *
package/lib/index.js CHANGED
@@ -34824,7 +34824,7 @@ var VERSION = {
34824
34824
  *
34825
34825
  * CLI and lib are versioned separately, so this is the CLI version.
34826
34826
  */
34827
- AWS_CDK_CLI_VERSION: "2.1135.1",
34827
+ AWS_CDK_CLI_VERSION: "2.1136.0",
34828
34828
  /**
34829
34829
  * CDK Version to use for construct projects.
34830
34830
  *