@codedrifters/configulator 0.0.201 → 0.0.202
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 +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3756,7 +3756,7 @@ var VERSION = {
|
|
|
3756
3756
|
/**
|
|
3757
3757
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
3758
3758
|
*/
|
|
3759
|
-
ASTRO_VERSION: "
|
|
3759
|
+
ASTRO_VERSION: "6.1.6",
|
|
3760
3760
|
/**
|
|
3761
3761
|
* CDK CLI for workflows and command line operations.
|
|
3762
3762
|
*
|
|
@@ -3768,7 +3768,7 @@ var VERSION = {
|
|
|
3768
3768
|
*
|
|
3769
3769
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
3770
3770
|
*/
|
|
3771
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
3771
|
+
AWS_CDK_LIB_VERSION: "2.249.0",
|
|
3772
3772
|
/**
|
|
3773
3773
|
* Version of the AWS Constructs library to use.
|
|
3774
3774
|
*/
|