@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.d.mts
CHANGED
|
@@ -6372,7 +6372,7 @@ declare const VERSION: {
|
|
|
6372
6372
|
*
|
|
6373
6373
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
6374
6374
|
*/
|
|
6375
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
6375
|
+
readonly AWS_CDK_LIB_VERSION: "2.251.0";
|
|
6376
6376
|
/**
|
|
6377
6377
|
* Version of the AWS Constructs library to use.
|
|
6378
6378
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -6421,7 +6421,7 @@ declare const VERSION: {
|
|
|
6421
6421
|
*
|
|
6422
6422
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
6423
6423
|
*/
|
|
6424
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
6424
|
+
readonly AWS_CDK_LIB_VERSION: "2.251.0";
|
|
6425
6425
|
/**
|
|
6426
6426
|
* Version of the AWS Constructs library to use.
|
|
6427
6427
|
*/
|
package/lib/index.js
CHANGED
|
@@ -26115,7 +26115,7 @@ var VERSION = {
|
|
|
26115
26115
|
*
|
|
26116
26116
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
26117
26117
|
*/
|
|
26118
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
26118
|
+
AWS_CDK_LIB_VERSION: "2.251.0",
|
|
26119
26119
|
/**
|
|
26120
26120
|
* Version of the AWS Constructs library to use.
|
|
26121
26121
|
*/
|