@homespunapps/cli 1.6.12 → 1.6.14

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/upgrade.js +1 -1
  2. package/package.json +2 -2
package/dist/upgrade.js CHANGED
@@ -95,7 +95,7 @@ export function formatUpgradeMessage(err, method, command) {
95
95
  const minVersion = typeof details.min_version === "string" ? details.min_version : "?";
96
96
  const yourVersion = typeof details.your_version === "string" ? details.your_version : "?";
97
97
  const lines = [];
98
- lines.push(`app: this relay requires @homespunapps/cli >= ${minVersion} (you have ${yourVersion}).`);
98
+ lines.push(`homespun: this relay requires @homespunapps/cli >= ${minVersion} (you have ${yourVersion}).`);
99
99
  if (command !== null) {
100
100
  lines.push(`To upgrade: ${command}`);
101
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homespunapps/cli",
3
- "version": "1.6.12",
3
+ "version": "1.6.14",
4
4
  "description": "Command-line client for the Homespun relay: deploy a real multi-user web app from your agent, then keep reading and writing its data.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -36,7 +36,7 @@
36
36
  "test:unit": "vitest run"
37
37
  },
38
38
  "dependencies": {
39
- "@homespunapps/core": "^1.6.12",
39
+ "@homespunapps/core": "^1.6.14",
40
40
  "qrcode-terminal": "^0.12.0"
41
41
  },
42
42
  "devDependencies": {