@symbo.ls/cli 0.6.8 → 0.6.9
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/fetch.js +1 -1
- package/package.json +2 -2
package/bin/fetch.js
CHANGED
|
@@ -11,7 +11,7 @@ const require = createRequire(import.meta.url)
|
|
|
11
11
|
const pkg = require('../package.json')
|
|
12
12
|
const program = new Command()
|
|
13
13
|
|
|
14
|
-
const API_URL = 'https://api.symbols.app/'
|
|
14
|
+
const API_URL = 'https://api.symbols.app/' // eslint-disable-line
|
|
15
15
|
const DEFAULT_CONFIG = 'https://raw.githubusercontent.com/symbo-ls/uikit/8e7026a2216c68efad260961a77c9302d34c7aa4/packages/config-default/src/config.json'
|
|
16
16
|
|
|
17
17
|
program
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.9",
|
|
4
4
|
"description": "Fetch your Symbols configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Symbols",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"commander": "^8.3.0",
|
|
22
22
|
"v8-compile-cache": "^2.3.0"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "fa58769cac66c692cb8d39d37a51d017586dde57"
|
|
25
25
|
}
|