@emeryld/manager 0.7.4 → 0.7.5

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.
Files changed (2) hide show
  1. package/dist/menu.js +1 -1
  2. package/package.json +1 -1
package/dist/menu.js CHANGED
@@ -160,7 +160,7 @@ export function buildPackageSelectionMenu(packages, onStepComplete) {
160
160
  // addTag(relativePath, colors.gray)
161
161
  // }
162
162
  addTag(pkg.path, colors.gray);
163
- addTag(pkg.packageJsonPath, colors.gray);
163
+ addTag(pkg.relativeDir, colors.gray);
164
164
  if (pkg.version) {
165
165
  addTag(`v${pkg.version}`, colors.yellow);
166
166
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/manager",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Interactive manager for pnpm monorepos (update/test/build/publish).",
5
5
  "license": "MIT",
6
6
  "type": "module",