@agent-webui/ai-desk-daemon 1.0.21 → 1.0.23

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/lib/platform.js +1 -1
  2. package/package.json +1 -1
package/lib/platform.js CHANGED
@@ -5,7 +5,7 @@
5
5
  const os = require('os');
6
6
  const path = require('path');
7
7
 
8
- const VERSION = '1.0.21';
8
+ const VERSION = '1.0.23';
9
9
 
10
10
  /**
11
11
  * Detect current platform and architecture
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-webui/ai-desk-daemon",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "AI Desk Daemon - CLI tool for managing the AI Desk daemon service",
5
5
  "main": "lib/daemon-manager.js",
6
6
  "bin": {