@codedrifters/configulator 0.0.210 → 0.0.211
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.mjs
CHANGED
|
@@ -7690,7 +7690,7 @@ var VERSION = {
|
|
|
7690
7690
|
*
|
|
7691
7691
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
7692
7692
|
*/
|
|
7693
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
7693
|
+
AWS_CDK_LIB_VERSION: "2.250.0",
|
|
7694
7694
|
/**
|
|
7695
7695
|
* Version of the AWS Constructs library to use.
|
|
7696
7696
|
*/
|