@codedrifters/configulator 0.0.358 → 0.0.359
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.mjs
CHANGED
|
@@ -30638,7 +30638,7 @@ var VERSION = {
|
|
|
30638
30638
|
*
|
|
30639
30639
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
30640
30640
|
*/
|
|
30641
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
30641
|
+
AWS_CDK_LIB_VERSION: "2.260.0",
|
|
30642
30642
|
/**
|
|
30643
30643
|
* Version of the AWS Constructs library to use.
|
|
30644
30644
|
*/
|