Comparing version 2.3.75 to 2.3.76
{ | ||
"name": "netget", | ||
"version": "2.3.75", | ||
"version": "2.3.76", | ||
"description": "Rette Adepto/ Recibido Directamente.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -8,2 +8,4 @@ // netget_MainMenu.js | ||
import { handleGets } from './Gets/Gets.js'; | ||
import pkg from '../../package.json' assert { type: 'json' }; | ||
console.log(` | ||
@@ -15,3 +17,3 @@ Welcome to: | ||
`); | ||
console.log(`v${pkg.version}...`); // Logs the current version of the application | ||
export async function NetGetMainMenu() { | ||
@@ -29,3 +31,3 @@ /* | ||
name: 'action', | ||
message: 'Choose an action:', | ||
message: 'Main Menu:', | ||
choices: ['NetGetX', 'Gateways', 'Gets', new inquirer.Separator(), 'Exit'], | ||
@@ -32,0 +34,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
869696
1072