@hsafa/cli 1.0.0 → 1.0.2

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/index.js CHANGED
@@ -21,7 +21,7 @@ const program = new Command();
21
21
  program
22
22
  .name('hsafa')
23
23
  .description('CLI to control HSAFA without UI')
24
- .version('1.0.0')
24
+ .version('1.0.2')
25
25
  .option('--json', 'Output results in JSON format');
26
26
  program
27
27
  .command('config')
@@ -2,7 +2,7 @@ import Conf from 'conf';
2
2
  const schema = {
3
3
  serverUrl: {
4
4
  type: 'string',
5
- default: 'http://localhost:3900',
5
+ default: 'https://server.hsafa.com',
6
6
  },
7
7
  token: {
8
8
  type: 'string',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hsafa/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "CLI to control HSAFA without UI",
5
5
  "main": "dist/index.js",
6
6
  "exports": {