@codedrifters/configulator 0.0.115 → 0.0.117
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 +3 -3
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.1108.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.241.0";
|
|
382
382
|
/**
|
|
383
383
|
* Version of the AWS Constructs library to use.
|
|
384
384
|
*/
|
|
@@ -398,7 +398,7 @@ declare const VERSION: {
|
|
|
398
398
|
/**
|
|
399
399
|
* What version of the turborepo library should we use?
|
|
400
400
|
*/
|
|
401
|
-
readonly TURBO_VERSION: "2.8.
|
|
401
|
+
readonly TURBO_VERSION: "2.8.12";
|
|
402
402
|
};
|
|
403
403
|
|
|
404
404
|
/**
|
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.1108.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.241.0";
|
|
431
431
|
/**
|
|
432
432
|
* Version of the AWS Constructs library to use.
|
|
433
433
|
*/
|
|
@@ -447,7 +447,7 @@ declare const VERSION: {
|
|
|
447
447
|
/**
|
|
448
448
|
* What version of the turborepo library should we use?
|
|
449
449
|
*/
|
|
450
|
-
readonly TURBO_VERSION: "2.8.
|
|
450
|
+
readonly TURBO_VERSION: "2.8.12";
|
|
451
451
|
};
|
|
452
452
|
|
|
453
453
|
/**
|
package/lib/index.js
CHANGED
|
@@ -783,13 +783,13 @@ var VERSION = {
|
|
|
783
783
|
*
|
|
784
784
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
785
785
|
*/
|
|
786
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
786
|
+
AWS_CDK_CLI_VERSION: "2.1108.0",
|
|
787
787
|
/**
|
|
788
788
|
* CDK Version to use for construct projects.
|
|
789
789
|
*
|
|
790
790
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
791
791
|
*/
|
|
792
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
792
|
+
AWS_CDK_LIB_VERSION: "2.241.0",
|
|
793
793
|
/**
|
|
794
794
|
* Version of the AWS Constructs library to use.
|
|
795
795
|
*/
|
|
@@ -809,7 +809,7 @@ var VERSION = {
|
|
|
809
809
|
/**
|
|
810
810
|
* What version of the turborepo library should we use?
|
|
811
811
|
*/
|
|
812
|
-
TURBO_VERSION: "2.8.
|
|
812
|
+
TURBO_VERSION: "2.8.12"
|
|
813
813
|
};
|
|
814
814
|
|
|
815
815
|
// src/jsii/jsii-faker.ts
|