@codedrifters/configulator 0.0.280 → 0.0.281
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 +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -7467,7 +7467,7 @@ declare const VERSION: {
|
|
|
7467
7467
|
/**
|
|
7468
7468
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
7469
7469
|
*/
|
|
7470
|
-
readonly ASTRO_VERSION: "6.1.
|
|
7470
|
+
readonly ASTRO_VERSION: "6.1.10";
|
|
7471
7471
|
/**
|
|
7472
7472
|
* CDK CLI for workflows and command line operations.
|
|
7473
7473
|
*
|
package/lib/index.d.ts
CHANGED
|
@@ -7516,7 +7516,7 @@ declare const VERSION: {
|
|
|
7516
7516
|
/**
|
|
7517
7517
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
7518
7518
|
*/
|
|
7519
|
-
readonly ASTRO_VERSION: "6.1.
|
|
7519
|
+
readonly ASTRO_VERSION: "6.1.10";
|
|
7520
7520
|
/**
|
|
7521
7521
|
* CDK CLI for workflows and command line operations.
|
|
7522
7522
|
*
|
package/lib/index.js
CHANGED
|
@@ -26408,7 +26408,7 @@ var VERSION = {
|
|
|
26408
26408
|
/**
|
|
26409
26409
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
26410
26410
|
*/
|
|
26411
|
-
ASTRO_VERSION: "6.1.
|
|
26411
|
+
ASTRO_VERSION: "6.1.10",
|
|
26412
26412
|
/**
|
|
26413
26413
|
* CDK CLI for workflows and command line operations.
|
|
26414
26414
|
*
|