antri_cli 1.57.31 → 1.57.32

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.
@@ -1038,7 +1038,7 @@ itemsRouter.delete('/:id', (req: Request, res: Response) => {
1038
1038
  </div>
1039
1039
 
1040
1040
  <footer class="border-t border-slate-800/80 py-4 text-center text-xs text-slate-500">
1041
- <span>FocusFlow · Engineered by ANTRI Code v1.57.31 · Web Audio & LocalStorage Active</span>
1041
+ <span>FocusFlow · Engineered by ANTRI Code v1.57.32 · Web Audio & LocalStorage Active</span>
1042
1042
  </footer>
1043
1043
 
1044
1044
  <script src="app.js"></script>
@@ -1,6 +1,6 @@
1
1
  export declare class Updater {
2
2
  static readonly PACKAGE_NAME = "antri_cli";
3
- static readonly CURRENT_VERSION = "1.57.31";
3
+ static readonly CURRENT_VERSION = "1.57.32";
4
4
  /**
5
5
  * Fetches latest release version directly from registry.npmjs.org (cache-free)
6
6
  */
@@ -5,7 +5,7 @@ import ora from 'ora';
5
5
  const execPromise = util.promisify(exec);
6
6
  export class Updater {
7
7
  static PACKAGE_NAME = 'antri_cli';
8
- static CURRENT_VERSION = '1.57.31';
8
+ static CURRENT_VERSION = '1.57.32';
9
9
  /**
10
10
  * Fetches latest release version directly from registry.npmjs.org (cache-free)
11
11
  */
@@ -15,7 +15,7 @@
15
15
  <header class="app-header">
16
16
  <div class="brand-zone">
17
17
  <span class="logo-mark">ANTRI</span>
18
- <span class="version-tag">v1.57.31</span>
18
+ <span class="version-tag">v1.57.32</span>
19
19
  </div>
20
20
 
21
21
  <!-- Mode Toggle -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antri_cli",
3
- "version": "1.57.31",
3
+ "version": "1.57.32",
4
4
  "description": "ANTRI Code - The Autonomous Agentic CLI & Desktop Assistant",
5
5
  "type": "module",
6
6
  "bin": {