icoa-cli 2.3.1 → 2.3.2
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/dist/commands/ai4ctf.js +1 -1
- package/dist/index.js +1 -1
- package/dist/repl.js +1 -1
- package/package.json +1 -1
package/dist/commands/ai4ctf.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -37,7 +37,7 @@ ${LINE}
|
|
|
37
37
|
${chalk.white('Sydney, Australia')} ${chalk.gray('Jun 27 - Jul 2, 2026')}
|
|
38
38
|
${chalk.cyan.underline('https://icoa2026.au')}
|
|
39
39
|
|
|
40
|
-
${chalk.gray('CLI-Native Competition Terminal v2.3.
|
|
40
|
+
${chalk.gray('CLI-Native Competition Terminal v2.3.2')}
|
|
41
41
|
|
|
42
42
|
${LINE}
|
|
43
43
|
`;
|
package/dist/repl.js
CHANGED
|
@@ -27,7 +27,7 @@ const BLOCKED_COMMANDS = new Set([
|
|
|
27
27
|
'iptables', 'ufw', // firewall
|
|
28
28
|
]);
|
|
29
29
|
const INTERCEPT = '__REPL_NO_EXIT__';
|
|
30
|
-
const VERSION = '2.3.
|
|
30
|
+
const VERSION = '2.3.2';
|
|
31
31
|
export async function startRepl(program, resumeMode) {
|
|
32
32
|
const config = getConfig();
|
|
33
33
|
const connected = isConnected();
|