@codedrifters/configulator 0.0.440 → 0.0.441

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
@@ -11362,7 +11362,7 @@ declare const VERSION: {
11362
11362
  /**
11363
11363
  * Version of Astro to pin for AstroProject scaffolding.
11364
11364
  */
11365
- readonly ASTRO_VERSION: "7.2.0";
11365
+ readonly ASTRO_VERSION: "7.2.1";
11366
11366
  /**
11367
11367
  * CDK CLI for workflows and command line operations.
11368
11368
  *
package/lib/index.d.ts CHANGED
@@ -11411,7 +11411,7 @@ declare const VERSION: {
11411
11411
  /**
11412
11412
  * Version of Astro to pin for AstroProject scaffolding.
11413
11413
  */
11414
- readonly ASTRO_VERSION: "7.2.0";
11414
+ readonly ASTRO_VERSION: "7.2.1";
11415
11415
  /**
11416
11416
  * CDK CLI for workflows and command line operations.
11417
11417
  *
package/lib/index.js CHANGED
@@ -34818,7 +34818,7 @@ var VERSION = {
34818
34818
  /**
34819
34819
  * Version of Astro to pin for AstroProject scaffolding.
34820
34820
  */
34821
- ASTRO_VERSION: "7.2.0",
34821
+ ASTRO_VERSION: "7.2.1",
34822
34822
  /**
34823
34823
  * CDK CLI for workflows and command line operations.
34824
34824
  *