apertodns 1.2.2 β†’ 1.2.3

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/index.js +5 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1635,14 +1635,14 @@ const interactiveMode = async () => {
1635
1635
  { name: `${gray('πŸ“œ')} Log attivitΓ `, value: "logs" },
1636
1636
  { name: `${purple('πŸ”—')} Webhooks`, value: "webhooks" },
1637
1637
  { name: `${cyan('🌐')} Il mio IP`, value: "my-ip" },
1638
- new inquirer.Separator(gray('─── Config ───')),
1638
+ new inquirer.Separator(gray('─── Account ───')),
1639
1639
  { name: `${gray('πŸ“Š')} Stato attuale`, value: "status" },
1640
1640
  { name: `${green('πŸ”„')} Aggiorna DNS`, value: "update" },
1641
- { name: `${yellow('βš™οΈ ')} Configurazione`, value: "config" },
1642
- { name: `${blue('πŸ”§')} Setup`, value: "setup" },
1643
- { name: `${red('πŸšͺ')} Logout`, value: "logout" },
1641
+ { name: `${yellow('βš™οΈ ')} Impostazioni DNS`, value: "config" },
1642
+ { name: `${blue('πŸ”‘')} Login / Cambia account`, value: "setup" },
1643
+ { name: `${red('πŸšͺ')} Disconnetti`, value: "logout" },
1644
1644
  new inquirer.Separator(),
1645
- { name: red("❌ Esci"), value: "exit" }
1645
+ { name: red("❌ Chiudi CLI"), value: "exit" }
1646
1646
  ]
1647
1647
  }]);
1648
1648
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apertodns",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "ApertoDNS CLI - Dynamic DNS management from your terminal. Manage domains, tokens, API keys and DNS updates with style.",
5
5
  "main": "index.js",
6
6
  "type": "module",