@codedrifters/configulator 0.0.251 → 0.0.253

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
@@ -2018,7 +2018,7 @@ declare const VERSION: {
2018
2018
  /**
2019
2019
  * Version of Astro to pin for AstroProject scaffolding.
2020
2020
  */
2021
- readonly ASTRO_VERSION: "6.1.7";
2021
+ readonly ASTRO_VERSION: "6.1.8";
2022
2022
  /**
2023
2023
  * CDK CLI for workflows and command line operations.
2024
2024
  *
@@ -2051,7 +2051,7 @@ declare const VERSION: {
2051
2051
  /**
2052
2052
  * Version of Projen to use.
2053
2053
  */
2054
- readonly PROJEN_VERSION: "0.99.50";
2054
+ readonly PROJEN_VERSION: "0.99.51";
2055
2055
  /**
2056
2056
  * Version of `actions/setup-node` to use in GitHub workflows.
2057
2057
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.d.ts CHANGED
@@ -2067,7 +2067,7 @@ declare const VERSION: {
2067
2067
  /**
2068
2068
  * Version of Astro to pin for AstroProject scaffolding.
2069
2069
  */
2070
- readonly ASTRO_VERSION: "6.1.7";
2070
+ readonly ASTRO_VERSION: "6.1.8";
2071
2071
  /**
2072
2072
  * CDK CLI for workflows and command line operations.
2073
2073
  *
@@ -2100,7 +2100,7 @@ declare const VERSION: {
2100
2100
  /**
2101
2101
  * Version of Projen to use.
2102
2102
  */
2103
- readonly PROJEN_VERSION: "0.99.50";
2103
+ readonly PROJEN_VERSION: "0.99.51";
2104
2104
  /**
2105
2105
  * Version of `actions/setup-node` to use in GitHub workflows.
2106
2106
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.js CHANGED
@@ -14324,7 +14324,7 @@ var VERSION = {
14324
14324
  /**
14325
14325
  * Version of Astro to pin for AstroProject scaffolding.
14326
14326
  */
14327
- ASTRO_VERSION: "6.1.7",
14327
+ ASTRO_VERSION: "6.1.8",
14328
14328
  /**
14329
14329
  * CDK CLI for workflows and command line operations.
14330
14330
  *
@@ -14357,7 +14357,7 @@ var VERSION = {
14357
14357
  /**
14358
14358
  * Version of Projen to use.
14359
14359
  */
14360
- PROJEN_VERSION: "0.99.50",
14360
+ PROJEN_VERSION: "0.99.51",
14361
14361
  /**
14362
14362
  * Version of `actions/setup-node` to use in GitHub workflows.
14363
14363
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).