@codedrifters/configulator 0.0.116 → 0.0.118
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 +1 -1
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.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.13";
|
|
402
402
|
};
|
|
403
403
|
|
|
404
404
|
/**
|
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.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.13";
|
|
451
451
|
};
|
|
452
452
|
|
|
453
453
|
/**
|
package/lib/index.js
CHANGED
|
@@ -789,7 +789,7 @@ var VERSION = {
|
|
|
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.13"
|
|
813
813
|
};
|
|
814
814
|
|
|
815
815
|
// src/jsii/jsii-faker.ts
|