@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 +1 -1
- package/dist/bin.cjs.map +1 -1
- package/dist/chunk-JJY4RLDJ.js +318 -0
- package/dist/chunk-JJY4RLDJ.js.map +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -47
- package/dist/index.d.ts +1 -47
- package/dist/index.js +222 -516
- package/dist/index.js.map +1 -1
- package/dist/install.cjs +349 -0
- package/dist/install.cjs.map +1 -0
- package/dist/install.d.cts +92 -0
- package/dist/install.d.ts +92 -0
- package/dist/install.js +23 -0
- package/dist/install.js.map +1 -0
- package/package.json +12 -7
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
|
|
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.`;
|