@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.mjs
CHANGED
|
@@ -757,13 +757,13 @@ var VERSION = {
|
|
|
757
757
|
*
|
|
758
758
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
759
759
|
*/
|
|
760
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
760
|
+
AWS_CDK_CLI_VERSION: "2.1108.0",
|
|
761
761
|
/**
|
|
762
762
|
* CDK Version to use for construct projects.
|
|
763
763
|
*
|
|
764
764
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
765
765
|
*/
|
|
766
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
766
|
+
AWS_CDK_LIB_VERSION: "2.241.0",
|
|
767
767
|
/**
|
|
768
768
|
* Version of the AWS Constructs library to use.
|
|
769
769
|
*/
|
|
@@ -783,7 +783,7 @@ var VERSION = {
|
|
|
783
783
|
/**
|
|
784
784
|
* What version of the turborepo library should we use?
|
|
785
785
|
*/
|
|
786
|
-
TURBO_VERSION: "2.8.
|
|
786
|
+
TURBO_VERSION: "2.8.12"
|
|
787
787
|
};
|
|
788
788
|
|
|
789
789
|
// src/jsii/jsii-faker.ts
|