@codedrifters/configulator 0.0.100 → 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
@@ -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(