@penvhq/cli 0.10.0 → 0.11.0

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/dist/bin.cjs CHANGED
@@ -49280,7 +49280,7 @@ function scanForbidden(value2, path) {
49280
49280
  function sectionRemedy(path) {
49281
49281
  const [section, name] = path;
49282
49282
  if (section === "engine") {
49283
- return `Restore it with \`git checkout ${MANIFEST_PATH2}\`, or write the exact version and the \`integrity\` npm published for that ${ENGINE_PACKAGE} release. penv runs the bytes this pin names, so it will not guess one.`;
49283
+ return `Restore it with \`git checkout ${MANIFEST_PATH2}\`, or run \`penv upgrade <version>\` to write the pin again \u2014 it takes the \`integrity\` npm published for that ${ENGINE_PACKAGE} release rather than asking you for it.`;
49284
49284
  }
49285
49285
  if (section === "extensions" && typeof name === "string") {
49286
49286
  return `Run \`penv add ${name}\` to rewrite that entry.`;