@codedrifters/configulator 0.0.268 → 0.0.269
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
|
@@ -25877,7 +25877,7 @@ var VERSION = {
|
|
|
25877
25877
|
*
|
|
25878
25878
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
25879
25879
|
*/
|
|
25880
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
25880
|
+
AWS_CDK_LIB_VERSION: "2.251.0",
|
|
25881
25881
|
/**
|
|
25882
25882
|
* Version of the AWS Constructs library to use.
|
|
25883
25883
|
*/
|