@codedrifters/configulator 0.0.252 → 0.0.253
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 +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -2018,7 +2018,7 @@ declare const VERSION: {
|
|
|
2018
2018
|
/**
|
|
2019
2019
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
2020
2020
|
*/
|
|
2021
|
-
readonly ASTRO_VERSION: "6.1.
|
|
2021
|
+
readonly ASTRO_VERSION: "6.1.8";
|
|
2022
2022
|
/**
|
|
2023
2023
|
* CDK CLI for workflows and command line operations.
|
|
2024
2024
|
*
|
package/lib/index.d.ts
CHANGED
|
@@ -2067,7 +2067,7 @@ declare const VERSION: {
|
|
|
2067
2067
|
/**
|
|
2068
2068
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
2069
2069
|
*/
|
|
2070
|
-
readonly ASTRO_VERSION: "6.1.
|
|
2070
|
+
readonly ASTRO_VERSION: "6.1.8";
|
|
2071
2071
|
/**
|
|
2072
2072
|
* CDK CLI for workflows and command line operations.
|
|
2073
2073
|
*
|
package/lib/index.js
CHANGED
|
@@ -14324,7 +14324,7 @@ var VERSION = {
|
|
|
14324
14324
|
/**
|
|
14325
14325
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
14326
14326
|
*/
|
|
14327
|
-
ASTRO_VERSION: "6.1.
|
|
14327
|
+
ASTRO_VERSION: "6.1.8",
|
|
14328
14328
|
/**
|
|
14329
14329
|
* CDK CLI for workflows and command line operations.
|
|
14330
14330
|
*
|