@codedrifters/configulator 0.0.359 → 0.0.361

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.mjs CHANGED
@@ -30626,13 +30626,13 @@ var VERSION = {
30626
30626
  /**
30627
30627
  * Version of Astro to pin for AstroProject scaffolding.
30628
30628
  */
30629
- ASTRO_VERSION: "6.4.7",
30629
+ ASTRO_VERSION: "6.4.8",
30630
30630
  /**
30631
30631
  * CDK CLI for workflows and command line operations.
30632
30632
  *
30633
30633
  * CLI and lib are versioned separately, so this is the CLI version.
30634
30634
  */
30635
- AWS_CDK_CLI_VERSION: "2.1127.0",
30635
+ AWS_CDK_CLI_VERSION: "2.1128.0",
30636
30636
  /**
30637
30637
  * CDK Version to use for construct projects.
30638
30638
  *
@@ -30655,11 +30655,11 @@ var VERSION = {
30655
30655
  /**
30656
30656
  * Version of PNPM to use in workflows at github actions.
30657
30657
  */
30658
- PNPM_VERSION: "11.7.0",
30658
+ PNPM_VERSION: "11.8.0",
30659
30659
  /**
30660
30660
  * Version of Projen to use.
30661
30661
  */
30662
- PROJEN_VERSION: "0.99.74",
30662
+ PROJEN_VERSION: "0.99.80",
30663
30663
  /**
30664
30664
  * Version of `actions/setup-node` to use in GitHub workflows.
30665
30665
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -30681,7 +30681,7 @@ var VERSION = {
30681
30681
  /**
30682
30682
  * Version of `@types/node` to use across all packages (pnpm catalog).
30683
30683
  */
30684
- TYPES_NODE_VERSION: "25.9.3",
30684
+ TYPES_NODE_VERSION: "26.0.0",
30685
30685
  /**
30686
30686
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
30687
30687
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override