@codedrifters/configulator 0.0.341 → 0.0.342
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 +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.mjs
CHANGED
|
@@ -28954,13 +28954,13 @@ var VERSION = {
|
|
|
28954
28954
|
/**
|
|
28955
28955
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
28956
28956
|
*/
|
|
28957
|
-
ASTRO_VERSION: "6.4.
|
|
28957
|
+
ASTRO_VERSION: "6.4.4",
|
|
28958
28958
|
/**
|
|
28959
28959
|
* CDK CLI for workflows and command line operations.
|
|
28960
28960
|
*
|
|
28961
28961
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
28962
28962
|
*/
|
|
28963
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
28963
|
+
AWS_CDK_CLI_VERSION: "2.1126.0",
|
|
28964
28964
|
/**
|
|
28965
28965
|
* CDK Version to use for construct projects.
|
|
28966
28966
|
*
|