@codedrifters/configulator 0.0.413 → 0.0.415

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
@@ -11327,7 +11327,7 @@ declare const VERSION: {
11327
11327
  /**
11328
11328
  * Version of Astro to pin for AstroProject scaffolding.
11329
11329
  */
11330
- readonly ASTRO_VERSION: "7.1.4";
11330
+ readonly ASTRO_VERSION: "7.1.5";
11331
11331
  /**
11332
11332
  * CDK CLI for workflows and command line operations.
11333
11333
  *
@@ -11356,11 +11356,11 @@ declare const VERSION: {
11356
11356
  /**
11357
11357
  * Version of PNPM to use in workflows at github actions.
11358
11358
  */
11359
- readonly PNPM_VERSION: "11.17.0";
11359
+ readonly PNPM_VERSION: "11.18.0";
11360
11360
  /**
11361
11361
  * Version of Projen to use.
11362
11362
  */
11363
- readonly PROJEN_VERSION: "0.101.20";
11363
+ readonly PROJEN_VERSION: "0.101.22";
11364
11364
  /**
11365
11365
  * Version of `actions/setup-node` to use in GitHub workflows.
11366
11366
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.d.ts CHANGED
@@ -11376,7 +11376,7 @@ declare const VERSION: {
11376
11376
  /**
11377
11377
  * Version of Astro to pin for AstroProject scaffolding.
11378
11378
  */
11379
- readonly ASTRO_VERSION: "7.1.4";
11379
+ readonly ASTRO_VERSION: "7.1.5";
11380
11380
  /**
11381
11381
  * CDK CLI for workflows and command line operations.
11382
11382
  *
@@ -11405,11 +11405,11 @@ declare const VERSION: {
11405
11405
  /**
11406
11406
  * Version of PNPM to use in workflows at github actions.
11407
11407
  */
11408
- readonly PNPM_VERSION: "11.17.0";
11408
+ readonly PNPM_VERSION: "11.18.0";
11409
11409
  /**
11410
11410
  * Version of Projen to use.
11411
11411
  */
11412
- readonly PROJEN_VERSION: "0.101.20";
11412
+ readonly PROJEN_VERSION: "0.101.22";
11413
11413
  /**
11414
11414
  * Version of `actions/setup-node` to use in GitHub workflows.
11415
11415
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).