airterm 1.2.3 → 1.2.4

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/cli.js +2 -3
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -417,10 +417,9 @@ function Connecting({ code, connection, onError }) {
417
417
  });
418
418
  const installed = isGloballyInstalled();
419
419
  if (installed) {
420
- console.log("\x1B[32mInstalled.\x1B[0m");
420
+ console.log("\x1B[32mGreat, airterm is now installed.\x1B[0m");
421
421
  console.log(
422
- `
423
- Next time, just type \x1B[1m\x1B[36mairterm\x1B[0m.
422
+ `Next time, just type \x1B[1m\x1B[36mairterm\x1B[0m.
424
423
  `
425
424
  );
426
425
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airterm",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "SSH into your AirClaw machine",
5
5
  "type": "module",
6
6
  "bin": {