@codedrifters/configulator 0.0.141 → 0.0.142
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 +5 -5
package/lib/index.mjs
CHANGED
|
@@ -765,7 +765,7 @@ var VERSION = {
|
|
|
765
765
|
*
|
|
766
766
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
767
767
|
*/
|
|
768
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
768
|
+
AWS_CDK_CLI_VERSION: "2.1113.0",
|
|
769
769
|
/**
|
|
770
770
|
* CDK Version to use for construct projects.
|
|
771
771
|
*
|
|
@@ -775,7 +775,7 @@ var VERSION = {
|
|
|
775
775
|
/**
|
|
776
776
|
* Version of the AWS Constructs library to use.
|
|
777
777
|
*/
|
|
778
|
-
AWS_CONSTRUCTS_VERSION: "10.
|
|
778
|
+
AWS_CONSTRUCTS_VERSION: "10.6.0",
|
|
779
779
|
/**
|
|
780
780
|
* Version of Node.js to use in CI workflows at github actions.
|
|
781
781
|
*/
|
|
@@ -787,7 +787,7 @@ var VERSION = {
|
|
|
787
787
|
/**
|
|
788
788
|
* Version of Projen to use.
|
|
789
789
|
*/
|
|
790
|
-
PROJEN_VERSION: "0.99.
|
|
790
|
+
PROJEN_VERSION: "0.99.22",
|
|
791
791
|
/**
|
|
792
792
|
* What version of the turborepo library should we use?
|
|
793
793
|
*/
|