@codedrifters/configulator 0.0.132 → 0.0.133
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.d.mts
CHANGED
|
@@ -372,13 +372,13 @@ declare const VERSION: {
|
|
|
372
372
|
*
|
|
373
373
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
374
374
|
*/
|
|
375
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
375
|
+
readonly AWS_CDK_CLI_VERSION: "2.1111.0";
|
|
376
376
|
/**
|
|
377
377
|
* CDK Version to use for construct projects.
|
|
378
378
|
*
|
|
379
379
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
380
380
|
*/
|
|
381
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
381
|
+
readonly AWS_CDK_LIB_VERSION: "2.243.0";
|
|
382
382
|
/**
|
|
383
383
|
* Version of the AWS Constructs library to use.
|
|
384
384
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -421,13 +421,13 @@ declare const VERSION: {
|
|
|
421
421
|
*
|
|
422
422
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
423
423
|
*/
|
|
424
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
424
|
+
readonly AWS_CDK_CLI_VERSION: "2.1111.0";
|
|
425
425
|
/**
|
|
426
426
|
* CDK Version to use for construct projects.
|
|
427
427
|
*
|
|
428
428
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
429
429
|
*/
|
|
430
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
430
|
+
readonly AWS_CDK_LIB_VERSION: "2.243.0";
|
|
431
431
|
/**
|
|
432
432
|
* Version of the AWS Constructs library to use.
|
|
433
433
|
*/
|
package/lib/index.js
CHANGED
|
@@ -797,13 +797,13 @@ var VERSION = {
|
|
|
797
797
|
*
|
|
798
798
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
799
799
|
*/
|
|
800
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
800
|
+
AWS_CDK_CLI_VERSION: "2.1111.0",
|
|
801
801
|
/**
|
|
802
802
|
* CDK Version to use for construct projects.
|
|
803
803
|
*
|
|
804
804
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
805
805
|
*/
|
|
806
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
806
|
+
AWS_CDK_LIB_VERSION: "2.243.0",
|
|
807
807
|
/**
|
|
808
808
|
* Version of the AWS Constructs library to use.
|
|
809
809
|
*/
|