@cleocode/cleo 2026.3.56 → 2026.3.57
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/cli/index.js +0 -10
- package/dist/cli/index.js.map +2 -2
- package/package.json +3 -3
package/dist/cli/index.js
CHANGED
|
@@ -94879,10 +94879,6 @@ async function runPostUpdateDiagnostics(opts) {
|
|
|
94879
94879
|
message: result.success ? "Post-update upgrade complete." : "Post-update upgrade had errors."
|
|
94880
94880
|
}
|
|
94881
94881
|
);
|
|
94882
|
-
process.stderr.write(`
|
|
94883
|
-
\u{1F4A1} Run 'cleo install-global' to refresh global provider configs.
|
|
94884
|
-
|
|
94885
|
-
`);
|
|
94886
94882
|
if (!result.success) {
|
|
94887
94883
|
process.stderr.write(
|
|
94888
94884
|
`
|
|
@@ -94903,12 +94899,6 @@ async function runPostUpdateDiagnostics(opts) {
|
|
|
94903
94899
|
},
|
|
94904
94900
|
{ command: "self-update", message: "No post-update actions needed." }
|
|
94905
94901
|
);
|
|
94906
|
-
process.stderr.write(
|
|
94907
|
-
`
|
|
94908
|
-
\u{1F4A1} Run 'cleo install-global' to refresh global provider configs after updates.
|
|
94909
|
-
|
|
94910
|
-
`
|
|
94911
|
-
);
|
|
94912
94902
|
}
|
|
94913
94903
|
}
|
|
94914
94904
|
|