@autohq/cli 0.1.167 → 0.1.169

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.
@@ -26555,7 +26555,7 @@ Object.assign(lookup, {
26555
26555
  // package.json
26556
26556
  var package_default = {
26557
26557
  name: "@autohq/cli",
26558
- version: "0.1.167",
26558
+ version: "0.1.169",
26559
26559
  license: "SEE LICENSE IN README.md",
26560
26560
  publishConfig: {
26561
26561
  access: "public"
package/dist/index.js CHANGED
@@ -21665,7 +21665,7 @@ var init_package = __esm({
21665
21665
  "package.json"() {
21666
21666
  package_default = {
21667
21667
  name: "@autohq/cli",
21668
- version: "0.1.167",
21668
+ version: "0.1.169",
21669
21669
  license: "SEE LICENSE IN README.md",
21670
21670
  publishConfig: {
21671
21671
  access: "public"
@@ -30035,14 +30035,14 @@ async function authorizeSensitiveActionLoopback(input) {
30035
30035
  successHtml: () => renderOAuthLoopbackPage({
30036
30036
  status: "success",
30037
30037
  eyebrow: "Auto CLI",
30038
- title: "Account deletion confirmed",
30039
- message: "Auto received the fresh browser authorization. The CLI will finish deleting the account from your terminal.",
30038
+ title: "Authorization confirmed",
30039
+ message: "Auto received the fresh browser authorization. Return to your terminal to finish deleting the account.",
30040
30040
  details: [{ label: "Account", value: input.email }]
30041
30041
  }),
30042
30042
  failureHtml: () => renderOAuthLoopbackPage({
30043
30043
  status: "failure",
30044
30044
  eyebrow: "Auto CLI",
30045
- title: "Account deletion confirmation failed",
30045
+ title: "Authorization failed",
30046
30046
  message: "The browser authorization did not complete. Return to your terminal to retry or inspect the error.",
30047
30047
  details: [{ label: "Account", value: input.email }]
30048
30048
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.167",
3
+ "version": "0.1.169",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"