@codedrifters/configulator 0.0.131 → 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 +3 -3
- package/lib/index.d.ts +3 -3
- 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
|
*/
|
|
@@ -1251,7 +1251,7 @@ declare function addApproveMergeUpgradeWorkflow(project: NodeProject, options: A
|
|
|
1251
1251
|
|
|
1252
1252
|
/*******************************************************************************
|
|
1253
1253
|
*
|
|
1254
|
-
* Monorepo Root Project
|
|
1254
|
+
* Monorepo Root Project.
|
|
1255
1255
|
*
|
|
1256
1256
|
* This project should be used as the base project for other projects in a
|
|
1257
1257
|
* monorepo. The Monorepo root project generally won't contain any code, but it
|
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
|
*/
|
|
@@ -1300,7 +1300,7 @@ declare function addApproveMergeUpgradeWorkflow(project: NodeProject, options: A
|
|
|
1300
1300
|
|
|
1301
1301
|
/*******************************************************************************
|
|
1302
1302
|
*
|
|
1303
|
-
* Monorepo Root Project
|
|
1303
|
+
* Monorepo Root Project.
|
|
1304
1304
|
*
|
|
1305
1305
|
* This project should be used as the base project for other projects in a
|
|
1306
1306
|
* monorepo. The Monorepo root project generally won't contain any code, but it
|
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
|
*/
|