@codedrifters/configulator 0.0.418 → 0.0.419

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
@@ -11360,7 +11360,7 @@ declare const VERSION: {
11360
11360
  /**
11361
11361
  * Version of Projen to use.
11362
11362
  */
11363
- readonly PROJEN_VERSION: "0.101.22";
11363
+ readonly PROJEN_VERSION: "0.101.23";
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
@@ -11409,7 +11409,7 @@ declare const VERSION: {
11409
11409
  /**
11410
11410
  * Version of Projen to use.
11411
11411
  */
11412
- readonly PROJEN_VERSION: "0.101.22";
11412
+ readonly PROJEN_VERSION: "0.101.23";
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).
package/lib/index.js CHANGED
@@ -34826,7 +34826,7 @@ var VERSION = {
34826
34826
  /**
34827
34827
  * Version of Projen to use.
34828
34828
  */
34829
- PROJEN_VERSION: "0.101.22",
34829
+ PROJEN_VERSION: "0.101.23",
34830
34830
  /**
34831
34831
  * Version of `actions/setup-node` to use in GitHub workflows.
34832
34832
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).