@codedrifters/configulator 0.0.462 → 0.0.463

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
@@ -11896,7 +11896,7 @@ declare const VERSION: {
11896
11896
  /**
11897
11897
  * Version of Projen to use.
11898
11898
  */
11899
- readonly PROJEN_VERSION: "0.101.34";
11899
+ readonly PROJEN_VERSION: "0.102.0";
11900
11900
  /**
11901
11901
  * Version of `actions/setup-node` to use in GitHub workflows.
11902
11902
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.d.ts CHANGED
@@ -11945,7 +11945,7 @@ declare const VERSION: {
11945
11945
  /**
11946
11946
  * Version of Projen to use.
11947
11947
  */
11948
- readonly PROJEN_VERSION: "0.101.34";
11948
+ readonly PROJEN_VERSION: "0.102.0";
11949
11949
  /**
11950
11950
  * Version of `actions/setup-node` to use in GitHub workflows.
11951
11951
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.js CHANGED
@@ -35036,7 +35036,7 @@ var VERSION = {
35036
35036
  /**
35037
35037
  * Version of Projen to use.
35038
35038
  */
35039
- PROJEN_VERSION: "0.101.34",
35039
+ PROJEN_VERSION: "0.102.0",
35040
35040
  /**
35041
35041
  * Version of `actions/setup-node` to use in GitHub workflows.
35042
35042
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).