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.
- package/index.js +5 -5
- 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('βββ
|
|
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('βοΈ ')}
|
|
1642
|
-
{ name: `${blue('
|
|
1643
|
-
{ name: `${red('πͺ')}
|
|
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("β
|
|
1645
|
+
{ name: red("β Chiudi CLI"), value: "exit" }
|
|
1646
1646
|
]
|
|
1647
1647
|
}]);
|
|
1648
1648
|
|
package/package.json
CHANGED