@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.d.mts CHANGED
@@ -8147,11 +8147,11 @@ declare const VERSION: {
8147
8147
  /**
8148
8148
  * Version of PNPM to use in workflows at github actions.
8149
8149
  */
8150
- readonly PNPM_VERSION: "11.0.9";
8150
+ readonly PNPM_VERSION: "11.1.0";
8151
8151
  /**
8152
8152
  * Version of Projen to use.
8153
8153
  */
8154
- readonly PROJEN_VERSION: "0.99.57";
8154
+ readonly PROJEN_VERSION: "0.99.60";
8155
8155
  /**
8156
8156
  * Version of `actions/setup-node` to use in GitHub workflows.
8157
8157
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -8173,7 +8173,7 @@ declare const VERSION: {
8173
8173
  /**
8174
8174
  * Version of @types/node to use across all packages (pnpm catalog).
8175
8175
  */
8176
- readonly TYPES_NODE_VERSION: "25.6.2";
8176
+ readonly TYPES_NODE_VERSION: "25.7.0";
8177
8177
  /**
8178
8178
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
8179
8179
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.d.ts CHANGED
@@ -8196,11 +8196,11 @@ declare const VERSION: {
8196
8196
  /**
8197
8197
  * Version of PNPM to use in workflows at github actions.
8198
8198
  */
8199
- readonly PNPM_VERSION: "11.0.9";
8199
+ readonly PNPM_VERSION: "11.1.0";
8200
8200
  /**
8201
8201
  * Version of Projen to use.
8202
8202
  */
8203
- readonly PROJEN_VERSION: "0.99.57";
8203
+ readonly PROJEN_VERSION: "0.99.60";
8204
8204
  /**
8205
8205
  * Version of `actions/setup-node` to use in GitHub workflows.
8206
8206
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -8222,7 +8222,7 @@ declare const VERSION: {
8222
8222
  /**
8223
8223
  * Version of @types/node to use across all packages (pnpm catalog).
8224
8224
  */
8225
- readonly TYPES_NODE_VERSION: "25.6.2";
8225
+ readonly TYPES_NODE_VERSION: "25.7.0";
8226
8226
  /**
8227
8227
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
8228
8228
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.js CHANGED
@@ -27518,11 +27518,11 @@ var VERSION = {
27518
27518
  /**
27519
27519
  * Version of PNPM to use in workflows at github actions.
27520
27520
  */
27521
- PNPM_VERSION: "11.0.9",
27521
+ PNPM_VERSION: "11.1.0",
27522
27522
  /**
27523
27523
  * Version of Projen to use.
27524
27524
  */
27525
- PROJEN_VERSION: "0.99.57",
27525
+ PROJEN_VERSION: "0.99.60",
27526
27526
  /**
27527
27527
  * Version of `actions/setup-node` to use in GitHub workflows.
27528
27528
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -27544,7 +27544,7 @@ var VERSION = {
27544
27544
  /**
27545
27545
  * Version of @types/node to use across all packages (pnpm catalog).
27546
27546
  */
27547
- TYPES_NODE_VERSION: "25.6.2",
27547
+ TYPES_NODE_VERSION: "25.7.0",
27548
27548
  /**
27549
27549
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
27550
27550
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override