@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/README.md +18 -0
- package/lib/index.d.mts +5 -4
- package/lib/index.d.ts +5 -4
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
|
1378
|
+
if (options.upgradeConfigulatorTask === true) {
|
|
1379
1379
|
this.upgradeConfigulatorTask = new UpgradeDependencies(
|
|
1380
1380
|
this,
|
|
1381
1381
|
merge2(
|