@habitaxx/cli 0.1.0 → 1.0.0

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/package.json +1 -1
  2. package/src/cli.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@habitaxx/cli",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "栖界开放平台官方命令行工具",
5
5
  "type": "module",
6
6
  "bin": {
package/src/cli.js CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  validateBaseUrl,
21
21
  } from './http.js'
22
22
 
23
- const VERSION = '0.1.0'
23
+ const VERSION = '1.0.0'
24
24
  const DEFAULT_PLATFORM_URL = 'https://platform.habitaxx.com'
25
25
  const DEFAULT_API_BASE_URL = 'https://open-api.habitaxx.com/v1'
26
26
  const DEFAULT_SCOPES = ['capabilities:read', 'tasks:write']