@project-ajax/cli 0.0.9 → 0.0.10

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.
@@ -66,7 +66,7 @@ const login = buildHandler(async function(_, token) {
66
66
  this.io.writeErr(` ${verificationCode}
67
67
  `);
68
68
  await this.io.input({
69
- message: "Press Enter to open browser...",
69
+ message: `Press Enter to open the browser, or visit: ${browserUrl}`,
70
70
  noTTY: `Please visit this URL to authenticate:
71
71
  ${browserUrl}`
72
72
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-ajax/cli",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "A CLI for the Project Ajax platform",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",