@codedrifters/configulator 0.0.176 → 0.0.177

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
@@ -1730,7 +1730,7 @@ var VERSION = {
1730
1730
  *
1731
1731
  * CLI and lib are versioned separately, so this is the CLI version.
1732
1732
  */
1733
- AWS_CDK_CLI_VERSION: "2.1117.0",
1733
+ AWS_CDK_CLI_VERSION: "2.1118.0",
1734
1734
  /**
1735
1735
  * CDK Version to use for construct projects.
1736
1736
  *
@@ -1752,7 +1752,7 @@ var VERSION = {
1752
1752
  /**
1753
1753
  * Version of Projen to use.
1754
1754
  */
1755
- PROJEN_VERSION: "0.99.38",
1755
+ PROJEN_VERSION: "0.99.42",
1756
1756
  /**
1757
1757
  * What version of the turborepo library should we use?
1758
1758
  */
@@ -1760,7 +1760,7 @@ var VERSION = {
1760
1760
  /**
1761
1761
  * Version of @types/node to use across all packages (pnpm catalog).
1762
1762
  */
1763
- TYPES_NODE_VERSION: "24.12.2",
1763
+ TYPES_NODE_VERSION: "25.5.2",
1764
1764
  /**
1765
1765
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
1766
1766
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override