@codedrifters/configulator 0.0.137 → 0.0.139
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 +1 -1
package/lib/index.mjs
CHANGED
|
@@ -765,13 +765,13 @@ 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.1112.0",
|
|
769
769
|
/**
|
|
770
770
|
* CDK Version to use for construct projects.
|
|
771
771
|
*
|
|
772
772
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
773
773
|
*/
|
|
774
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
774
|
+
AWS_CDK_LIB_VERSION: "2.244.0",
|
|
775
775
|
/**
|
|
776
776
|
* Version of the AWS Constructs library to use.
|
|
777
777
|
*/
|
|
@@ -791,7 +791,7 @@ var VERSION = {
|
|
|
791
791
|
/**
|
|
792
792
|
* What version of the turborepo library should we use?
|
|
793
793
|
*/
|
|
794
|
-
TURBO_VERSION: "2.8.
|
|
794
|
+
TURBO_VERSION: "2.8.20",
|
|
795
795
|
/**
|
|
796
796
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
797
797
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|