icoa-cli 2.19.49 → 2.19.50

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/dist/repl.js +1 -1
  2. package/package.json +1 -1
package/dist/repl.js CHANGED
@@ -79,8 +79,8 @@ function printSelectionMenu() {
79
79
  console.log();
80
80
  console.log(chalk.gray(' ─────────────────────────────────────────────'));
81
81
  console.log(chalk.white(' demo') + chalk.gray(` ${demoLine}`));
82
- console.log(chalk.bold.yellow(' exam <token>') + chalk.gray(' Enter exam with access token'));
83
82
  console.log(chalk.white(' exam setup') + chalk.gray(' Re-verify tool environment'));
83
+ console.log(chalk.bold.yellow(' exam <token>') + chalk.gray(' Enter exam with access token'));
84
84
  console.log(chalk.white(' lang es') + chalk.gray(' Switch language (17 supported)'));
85
85
  console.log(chalk.gray(' ─────────────────────────────────────────────'));
86
86
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icoa-cli",
3
- "version": "2.19.49",
3
+ "version": "2.19.50",
4
4
  "description": "ICOA CLI — The world's first CLI-native CTF competition terminal",
5
5
  "type": "module",
6
6
  "bin": {