@codedrifters/configulator 0.0.109 → 0.0.110
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 +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
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.1107.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.240.0";
|
|
382
382
|
/**
|
|
383
383
|
* Version of the AWS Constructs library to use.
|
|
384
384
|
*/
|
|
@@ -390,7 +390,7 @@ declare const VERSION: {
|
|
|
390
390
|
/**
|
|
391
391
|
* Version of PNPM to use in workflows at github actions.
|
|
392
392
|
*/
|
|
393
|
-
readonly PNPM_VERSION: "10.30.
|
|
393
|
+
readonly PNPM_VERSION: "10.30.2";
|
|
394
394
|
/**
|
|
395
395
|
* Version of Projen to use.
|
|
396
396
|
*/
|
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.1107.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.240.0";
|
|
431
431
|
/**
|
|
432
432
|
* Version of the AWS Constructs library to use.
|
|
433
433
|
*/
|
|
@@ -439,7 +439,7 @@ declare const VERSION: {
|
|
|
439
439
|
/**
|
|
440
440
|
* Version of PNPM to use in workflows at github actions.
|
|
441
441
|
*/
|
|
442
|
-
readonly PNPM_VERSION: "10.30.
|
|
442
|
+
readonly PNPM_VERSION: "10.30.2";
|
|
443
443
|
/**
|
|
444
444
|
* Version of Projen to use.
|
|
445
445
|
*/
|
package/lib/index.js
CHANGED
|
@@ -776,13 +776,13 @@ var VERSION = {
|
|
|
776
776
|
*
|
|
777
777
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
778
778
|
*/
|
|
779
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
779
|
+
AWS_CDK_CLI_VERSION: "2.1107.0",
|
|
780
780
|
/**
|
|
781
781
|
* CDK Version to use for construct projects.
|
|
782
782
|
*
|
|
783
783
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
784
784
|
*/
|
|
785
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
785
|
+
AWS_CDK_LIB_VERSION: "2.240.0",
|
|
786
786
|
/**
|
|
787
787
|
* Version of the AWS Constructs library to use.
|
|
788
788
|
*/
|
|
@@ -794,7 +794,7 @@ var VERSION = {
|
|
|
794
794
|
/**
|
|
795
795
|
* Version of PNPM to use in workflows at github actions.
|
|
796
796
|
*/
|
|
797
|
-
PNPM_VERSION: "10.30.
|
|
797
|
+
PNPM_VERSION: "10.30.2",
|
|
798
798
|
/**
|
|
799
799
|
* Version of Projen to use.
|
|
800
800
|
*/
|