@codedrifters/configulator 0.0.389 → 0.0.390

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
@@ -18609,6 +18609,7 @@ var PnpmWorkspace = class _PnpmWorkspace extends Component {
18609
18609
  this.minimumReleaseAgeStrict = options.minimumReleaseAgeStrict;
18610
18610
  this.minimumReleaseAgeIgnoreMissingTime = options.minimumReleaseAgeIgnoreMissingTime;
18611
18611
  project.addPackageIgnore(this.fileName);
18612
+ project.tryRemoveFile(this.fileName);
18612
18613
  new YamlFile(this.project, this.fileName, {
18613
18614
  obj: () => {
18614
18615
  const pnpmConfig = {};
@@ -31484,7 +31485,7 @@ var VERSION = {
31484
31485
  /**
31485
31486
  * Version of Projen to use.
31486
31487
  */
31487
- PROJEN_VERSION: "0.101.6",
31488
+ PROJEN_VERSION: "0.101.17",
31488
31489
  /**
31489
31490
  * Version of `actions/setup-node` to use in GitHub workflows.
31490
31491
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).