@codedrifters/configulator 0.0.251 → 0.0.252

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
@@ -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
@@ -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
@@ -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).