@codedrifters/configulator 0.0.300 → 0.0.301

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
@@ -27239,11 +27239,11 @@ var VERSION = {
27239
27239
  /**
27240
27240
  * Version of PNPM to use in workflows at github actions.
27241
27241
  */
27242
- PNPM_VERSION: "11.0.9",
27242
+ PNPM_VERSION: "11.1.0",
27243
27243
  /**
27244
27244
  * Version of Projen to use.
27245
27245
  */
27246
- PROJEN_VERSION: "0.99.57",
27246
+ PROJEN_VERSION: "0.99.60",
27247
27247
  /**
27248
27248
  * Version of `actions/setup-node` to use in GitHub workflows.
27249
27249
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -27265,7 +27265,7 @@ var VERSION = {
27265
27265
  /**
27266
27266
  * Version of @types/node to use across all packages (pnpm catalog).
27267
27267
  */
27268
- TYPES_NODE_VERSION: "25.6.2",
27268
+ TYPES_NODE_VERSION: "25.7.0",
27269
27269
  /**
27270
27270
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
27271
27271
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override