@codedrifters/configulator 0.0.453 → 0.0.454

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
@@ -21112,7 +21112,7 @@ var PnpmWorkspace = class _PnpmWorkspace extends Component3 {
21112
21112
  pnpmConfig.catalog = this.defaultCatalog;
21113
21113
  }
21114
21114
  if (this.namedCatalogs && Object.keys(this.namedCatalogs).length > 0) {
21115
- pnpmConfig.namedCatalogs = this.namedCatalogs;
21115
+ pnpmConfig.catalogs = this.namedCatalogs;
21116
21116
  }
21117
21117
  if (this.confirmModulesPurge !== void 0) {
21118
21118
  pnpmConfig.confirmModulesPurge = this.confirmModulesPurge;