@symbo.ls/cli 2.11.270 → 2.11.278
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
|
@@ -17,7 +17,7 @@ const DEFAULT_REMOTE_REPOSITORY = 'https://github.com/symbo-ls/default-config/'
|
|
|
17
17
|
const DEFAULT_REMOTE_CONFIG_PATH = 'https://api.symbols.app/' // eslint-disable-line
|
|
18
18
|
|
|
19
19
|
const API_URL_LOCAL = 'http://localhost:13335/'
|
|
20
|
-
const API_URL = 'https://api.symbols.app/'
|
|
20
|
+
const API_URL = 'https://api.symbols.app/get/'
|
|
21
21
|
|
|
22
22
|
const rcFile = loadModule(RC_PATH) // eslint-disable-line
|
|
23
23
|
const localConfig = loadModule(LOCAL_CONFIG_PATH) // eslint-disable-line
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.278",
|
|
4
4
|
"description": "Fetch your Symbols configuration",
|
|
5
5
|
"main": "bin/fetch.js",
|
|
6
6
|
"author": "Symbols",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@symbo.ls/convert": "latest"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "2ba23e26dde48395d83d28a5b7ab35bc6b4519d7"
|
|
31
31
|
}
|