gsd-agent 1.0.22 → 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/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -23,7 +23,7 @@ const __dirname = dirname(__filename);
23
23
  const AGENT_DIST = join(__dirname, '..', 'dist', 'index.js');
24
24
  const CREDENTIALS_PATH = join(process.env.HOME || '', '.gsd-agent', 'credentials.json');
25
25
  const LOG_FILE = join(process.env.HOME || '', '.gsd-agent', 'logs', 'agent.log');
26
- const VERSION = '1.0.20';
26
+ const VERSION = '1.0.22';
27
27
 
28
28
  /**
29
29
  * Check if agent is authenticated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-agent",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Local filesystem sync daemon for GSD projects - Connect your local .planning/ directories to the GSD cloud",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",