@codedrifters/configulator 0.0.150 → 0.0.151
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 +9 -3
package/lib/index.d.mts
CHANGED
|
@@ -378,7 +378,7 @@ declare const VERSION: {
|
|
|
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.248.0";
|
|
382
382
|
/**
|
|
383
383
|
* Version of the AWS Constructs library to use.
|
|
384
384
|
*/
|
|
@@ -394,7 +394,7 @@ declare const VERSION: {
|
|
|
394
394
|
/**
|
|
395
395
|
* Version of Projen to use.
|
|
396
396
|
*/
|
|
397
|
-
readonly PROJEN_VERSION: "0.99.
|
|
397
|
+
readonly PROJEN_VERSION: "0.99.33";
|
|
398
398
|
/**
|
|
399
399
|
* What version of the turborepo library should we use?
|
|
400
400
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -427,7 +427,7 @@ declare const VERSION: {
|
|
|
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.248.0";
|
|
431
431
|
/**
|
|
432
432
|
* Version of the AWS Constructs library to use.
|
|
433
433
|
*/
|
|
@@ -443,7 +443,7 @@ declare const VERSION: {
|
|
|
443
443
|
/**
|
|
444
444
|
* Version of Projen to use.
|
|
445
445
|
*/
|
|
446
|
-
readonly PROJEN_VERSION: "0.99.
|
|
446
|
+
readonly PROJEN_VERSION: "0.99.33";
|
|
447
447
|
/**
|
|
448
448
|
* What version of the turborepo library should we use?
|
|
449
449
|
*/
|
package/lib/index.js
CHANGED
|
@@ -803,7 +803,7 @@ var VERSION = {
|
|
|
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.248.0",
|
|
807
807
|
/**
|
|
808
808
|
* Version of the AWS Constructs library to use.
|
|
809
809
|
*/
|
|
@@ -819,7 +819,7 @@ var VERSION = {
|
|
|
819
819
|
/**
|
|
820
820
|
* Version of Projen to use.
|
|
821
821
|
*/
|
|
822
|
-
PROJEN_VERSION: "0.99.
|
|
822
|
+
PROJEN_VERSION: "0.99.33",
|
|
823
823
|
/**
|
|
824
824
|
* What version of the turborepo library should we use?
|
|
825
825
|
*/
|