@codedrifters/configulator 0.0.114 → 0.0.116
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 +4 -4
- package/lib/index.d.ts +4 -4
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +6 -6
package/lib/index.mjs
CHANGED
|
@@ -757,7 +757,7 @@ 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
|
*
|
|
@@ -775,15 +775,15 @@ var VERSION = {
|
|
|
775
775
|
/**
|
|
776
776
|
* Version of PNPM to use in workflows at github actions.
|
|
777
777
|
*/
|
|
778
|
-
PNPM_VERSION: "10.30.
|
|
778
|
+
PNPM_VERSION: "10.30.3",
|
|
779
779
|
/**
|
|
780
780
|
* Version of Projen to use.
|
|
781
781
|
*/
|
|
782
|
-
PROJEN_VERSION: "0.99.
|
|
782
|
+
PROJEN_VERSION: "0.99.17",
|
|
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
|