@codedrifters/configulator 0.0.99 → 0.0.101

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.mjs CHANGED
@@ -776,7 +776,7 @@ var VERSION = {
776
776
  /**
777
777
  * What version of the turborepo library should we use?
778
778
  */
779
- TURBO_VERSION: "2.8.8"
779
+ TURBO_VERSION: "2.8.9"
780
780
  };
781
781
 
782
782
  // src/jsii/jsii-faker.ts
@@ -1375,7 +1375,7 @@ var MonorepoProject = class extends TypeScriptAppProject {
1375
1375
  );
1376
1376
  this.gitignore?.addPatterns(".DS_Store");
1377
1377
  this.addDevDeps("constructs@catalog:");
1378
- if (options.upgradeConfigulatorTask !== false) {
1378
+ if (options.upgradeConfigulatorTask === true) {
1379
1379
  this.upgradeConfigulatorTask = new UpgradeDependencies(
1380
1380
  this,
1381
1381
  merge2(