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.
- package/bin/cli.js +1 -1
- 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.
|
|
26
|
+
const VERSION = '1.0.22';
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Check if agent is authenticated
|
package/package.json
CHANGED