@codedrifters/configulator 0.0.378 → 0.0.379

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
@@ -10533,7 +10533,7 @@ declare const VERSION: {
10533
10533
  /**
10534
10534
  * Version of Astro to pin for AstroProject scaffolding.
10535
10535
  */
10536
- readonly ASTRO_VERSION: "7.0.5";
10536
+ readonly ASTRO_VERSION: "7.0.6";
10537
10537
  /**
10538
10538
  * CDK CLI for workflows and command line operations.
10539
10539
  *
@@ -10545,7 +10545,7 @@ declare const VERSION: {
10545
10545
  *
10546
10546
  * CLI and lib are versioned separately, so this is the lib version.
10547
10547
  */
10548
- readonly AWS_CDK_LIB_VERSION: "2.260.0";
10548
+ readonly AWS_CDK_LIB_VERSION: "2.261.0";
10549
10549
  /**
10550
10550
  * Version of the AWS Constructs library to use.
10551
10551
  */
package/lib/index.d.ts CHANGED
@@ -10582,7 +10582,7 @@ declare const VERSION: {
10582
10582
  /**
10583
10583
  * Version of Astro to pin for AstroProject scaffolding.
10584
10584
  */
10585
- readonly ASTRO_VERSION: "7.0.5";
10585
+ readonly ASTRO_VERSION: "7.0.6";
10586
10586
  /**
10587
10587
  * CDK CLI for workflows and command line operations.
10588
10588
  *
@@ -10594,7 +10594,7 @@ declare const VERSION: {
10594
10594
  *
10595
10595
  * CLI and lib are versioned separately, so this is the lib version.
10596
10596
  */
10597
- readonly AWS_CDK_LIB_VERSION: "2.260.0";
10597
+ readonly AWS_CDK_LIB_VERSION: "2.261.0";
10598
10598
  /**
10599
10599
  * Version of the AWS Constructs library to use.
10600
10600
  */
package/lib/index.js CHANGED
@@ -31277,7 +31277,7 @@ var VERSION = {
31277
31277
  /**
31278
31278
  * Version of Astro to pin for AstroProject scaffolding.
31279
31279
  */
31280
- ASTRO_VERSION: "7.0.5",
31280
+ ASTRO_VERSION: "7.0.6",
31281
31281
  /**
31282
31282
  * CDK CLI for workflows and command line operations.
31283
31283
  *
@@ -31289,7 +31289,7 @@ var VERSION = {
31289
31289
  *
31290
31290
  * CLI and lib are versioned separately, so this is the lib version.
31291
31291
  */
31292
- AWS_CDK_LIB_VERSION: "2.260.0",
31292
+ AWS_CDK_LIB_VERSION: "2.261.0",
31293
31293
  /**
31294
31294
  * Version of the AWS Constructs library to use.
31295
31295
  */