@codedrifters/configulator 0.0.127 → 0.0.128
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,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.1110.0",
|
|
769
769
|
/**
|
|
770
770
|
* CDK Version to use for construct projects.
|
|
771
771
|
*
|
|
@@ -783,7 +783,7 @@ var VERSION = {
|
|
|
783
783
|
/**
|
|
784
784
|
* Version of PNPM to use in workflows at github actions.
|
|
785
785
|
*/
|
|
786
|
-
PNPM_VERSION: "10.
|
|
786
|
+
PNPM_VERSION: "10.32.0",
|
|
787
787
|
/**
|
|
788
788
|
* Version of Projen to use.
|
|
789
789
|
*/
|
|
@@ -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.15",
|
|
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
|