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.
package/dist/core/agent.js
CHANGED
|
@@ -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.
|
|
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>
|
package/dist/core/updater.d.ts
CHANGED
package/dist/core/updater.js
CHANGED
|
@@ -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.
|
|
8
|
+
static CURRENT_VERSION = '1.57.32';
|
|
9
9
|
/**
|
|
10
10
|
* Fetches latest release version directly from registry.npmjs.org (cache-free)
|
|
11
11
|
*/
|