@codedrifters/configulator 0.0.343 → 0.0.345

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
@@ -28987,7 +28987,7 @@ var VERSION = {
28987
28987
  /**
28988
28988
  * Version of Projen to use.
28989
28989
  */
28990
- PROJEN_VERSION: "0.99.70",
28990
+ PROJEN_VERSION: "0.99.71",
28991
28991
  /**
28992
28992
  * Version of `actions/setup-node` to use in GitHub workflows.
28993
28993
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -29009,7 +29009,7 @@ var VERSION = {
29009
29009
  /**
29010
29010
  * Version of `@types/node` to use across all packages (pnpm catalog).
29011
29011
  */
29012
- TYPES_NODE_VERSION: "25.9.1",
29012
+ TYPES_NODE_VERSION: "25.9.2",
29013
29013
  /**
29014
29014
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
29015
29015
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override