@codedrifters/configulator 0.0.396 → 0.0.397
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 +7 -7
- package/lib/index.d.ts +7 -7
- package/lib/index.js +7 -7
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +7 -7
- package/lib/index.mjs.map +1 -1
- package/package.json +6 -6
package/lib/index.mjs
CHANGED
|
@@ -31557,23 +31557,23 @@ var VERSION = {
|
|
|
31557
31557
|
/**
|
|
31558
31558
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
31559
31559
|
*/
|
|
31560
|
-
ASTRO_VERSION: "7.
|
|
31560
|
+
ASTRO_VERSION: "7.1.3",
|
|
31561
31561
|
/**
|
|
31562
31562
|
* CDK CLI for workflows and command line operations.
|
|
31563
31563
|
*
|
|
31564
31564
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
31565
31565
|
*/
|
|
31566
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
31566
|
+
AWS_CDK_CLI_VERSION: "2.1132.1",
|
|
31567
31567
|
/**
|
|
31568
31568
|
* CDK Version to use for construct projects.
|
|
31569
31569
|
*
|
|
31570
31570
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
31571
31571
|
*/
|
|
31572
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
31572
|
+
AWS_CDK_LIB_VERSION: "2.262.0",
|
|
31573
31573
|
/**
|
|
31574
31574
|
* Version of the AWS Constructs library to use.
|
|
31575
31575
|
*/
|
|
31576
|
-
AWS_CONSTRUCTS_VERSION: "10.
|
|
31576
|
+
AWS_CONSTRUCTS_VERSION: "10.7.1",
|
|
31577
31577
|
/**
|
|
31578
31578
|
* Version of Node.js to use in CI workflows at github actions.
|
|
31579
31579
|
*/
|
|
@@ -31586,7 +31586,7 @@ var VERSION = {
|
|
|
31586
31586
|
/**
|
|
31587
31587
|
* Version of PNPM to use in workflows at github actions.
|
|
31588
31588
|
*/
|
|
31589
|
-
PNPM_VERSION: "11.
|
|
31589
|
+
PNPM_VERSION: "11.16.0",
|
|
31590
31590
|
/**
|
|
31591
31591
|
* Version of Projen to use.
|
|
31592
31592
|
*/
|
|
@@ -31604,11 +31604,11 @@ var VERSION = {
|
|
|
31604
31604
|
/**
|
|
31605
31605
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
31606
31606
|
*/
|
|
31607
|
-
STARLIGHT_VERSION: "0.41.
|
|
31607
|
+
STARLIGHT_VERSION: "0.41.4",
|
|
31608
31608
|
/**
|
|
31609
31609
|
* What version of the turborepo library should we use?
|
|
31610
31610
|
*/
|
|
31611
|
-
TURBO_VERSION: "2.10.
|
|
31611
|
+
TURBO_VERSION: "2.10.6",
|
|
31612
31612
|
/**
|
|
31613
31613
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31614
31614
|
*/
|