@codedrifters/configulator 0.0.91 → 0.0.92
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 +8 -8
package/lib/index.d.mts
CHANGED
|
@@ -353,7 +353,7 @@ declare const VERSION: {
|
|
|
353
353
|
*
|
|
354
354
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
355
355
|
*/
|
|
356
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
356
|
+
readonly AWS_CDK_CLI_VERSION: "2.1105.0";
|
|
357
357
|
/**
|
|
358
358
|
* CDK Version to use for construct projects.
|
|
359
359
|
*
|
|
@@ -375,7 +375,7 @@ declare const VERSION: {
|
|
|
375
375
|
/**
|
|
376
376
|
* Version of Projen to use.
|
|
377
377
|
*/
|
|
378
|
-
readonly PROJEN_VERSION: "0.99.
|
|
378
|
+
readonly PROJEN_VERSION: "0.99.11";
|
|
379
379
|
/**
|
|
380
380
|
* What version of the turborepo library should we use?
|
|
381
381
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -402,7 +402,7 @@ declare const VERSION: {
|
|
|
402
402
|
*
|
|
403
403
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
404
404
|
*/
|
|
405
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
405
|
+
readonly AWS_CDK_CLI_VERSION: "2.1105.0";
|
|
406
406
|
/**
|
|
407
407
|
* CDK Version to use for construct projects.
|
|
408
408
|
*
|
|
@@ -424,7 +424,7 @@ declare const VERSION: {
|
|
|
424
424
|
/**
|
|
425
425
|
* Version of Projen to use.
|
|
426
426
|
*/
|
|
427
|
-
readonly PROJEN_VERSION: "0.99.
|
|
427
|
+
readonly PROJEN_VERSION: "0.99.11";
|
|
428
428
|
/**
|
|
429
429
|
* What version of the turborepo library should we use?
|
|
430
430
|
*/
|
package/lib/index.js
CHANGED
|
@@ -674,7 +674,7 @@ var VERSION = {
|
|
|
674
674
|
*
|
|
675
675
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
676
676
|
*/
|
|
677
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
677
|
+
AWS_CDK_CLI_VERSION: "2.1105.0",
|
|
678
678
|
/**
|
|
679
679
|
* CDK Version to use for construct projects.
|
|
680
680
|
*
|
|
@@ -696,7 +696,7 @@ var VERSION = {
|
|
|
696
696
|
/**
|
|
697
697
|
* Version of Projen to use.
|
|
698
698
|
*/
|
|
699
|
-
PROJEN_VERSION: "0.99.
|
|
699
|
+
PROJEN_VERSION: "0.99.11",
|
|
700
700
|
/**
|
|
701
701
|
* What version of the turborepo library should we use?
|
|
702
702
|
*/
|