@postplus/cli 0.1.25 → 0.1.26
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.
|
@@ -60,6 +60,7 @@ export function formatPostPlusClientUpgradeError(payload) {
|
|
|
60
60
|
typeof record.error === 'string' && record.error.trim().length > 0
|
|
61
61
|
? record.error.trim()
|
|
62
62
|
: 'Your PostPlus CLI or PostPlus skills are out of date.',
|
|
63
|
+
'If you are an agent, run both update commands now before retrying.',
|
|
63
64
|
`Update CLI: ${cliCommand}.`,
|
|
64
65
|
`Update skills: ${skillsCommand}.`,
|
|
65
66
|
restart.trim(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@postplus/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "PostPlus CLI for PostPlus Cloud auth, status, and diagnostics.",
|