@codedrifters/configulator 0.0.446 → 0.0.447
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
|
@@ -34424,7 +34424,7 @@ var VERSION = {
|
|
|
34424
34424
|
/**
|
|
34425
34425
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
34426
34426
|
*/
|
|
34427
|
-
ASTRO_VERSION: "7.2.
|
|
34427
|
+
ASTRO_VERSION: "7.2.2",
|
|
34428
34428
|
/**
|
|
34429
34429
|
* CDK CLI for workflows and command line operations.
|
|
34430
34430
|
*
|
|
@@ -34436,7 +34436,7 @@ var VERSION = {
|
|
|
34436
34436
|
*
|
|
34437
34437
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
34438
34438
|
*/
|
|
34439
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
34439
|
+
AWS_CDK_LIB_VERSION: "2.265.0",
|
|
34440
34440
|
/**
|
|
34441
34441
|
* Version of the AWS Constructs library to use.
|
|
34442
34442
|
*/
|