@icgio/clients-config 1.0.142 → 1.0.144
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/.gitsecret/paths/mapping.cfg +1 -1
- package/config.json +5 -4
- package/data-source.js.secret +0 -0
- package/package.json +27 -27
- package/secretread.js.secret +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
secretread.js:
|
|
1
|
+
secretread.js:9d5cffe06c174186a23a0dcf8a72e45b64b26c1982fc0f5936c918a6aab20144
|
|
2
2
|
data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
|
package/config.json
CHANGED
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
"OPUL": {
|
|
37
37
|
"Gatev4": ["OPULUSDT"],
|
|
38
38
|
"Htx": ["OPULUSDT"],
|
|
39
|
-
"Kucoin": ["OPULUSDT"]
|
|
39
|
+
"Kucoin": ["OPULUSDT"],
|
|
40
|
+
"Weex": ["OPULUSDT"]
|
|
40
41
|
},
|
|
41
42
|
"SARA": {
|
|
42
43
|
"Bitmart": ["SARAUSDT"],
|
|
@@ -105,7 +106,7 @@
|
|
|
105
106
|
"MAKUSDT": ["Bitget"]
|
|
106
107
|
},
|
|
107
108
|
"OPUL": {
|
|
108
|
-
"OPULUSDT": ["Gatev4", "Kucoin"]
|
|
109
|
+
"OPULUSDT": ["Gatev4", "Kucoin", "Weex"]
|
|
109
110
|
},
|
|
110
111
|
"SARA": {
|
|
111
112
|
"SARAUSDT": ["Bitmart", "Mexc"]
|
|
@@ -357,8 +358,8 @@
|
|
|
357
358
|
"password": "XWAxbFN5I5hitiO"
|
|
358
359
|
},
|
|
359
360
|
"LANLAN": {
|
|
360
|
-
"username": "",
|
|
361
|
-
"password": ""
|
|
361
|
+
"username": "lanlan@icg.io",
|
|
362
|
+
"password": "V7HUob9ReimwaSi"
|
|
362
363
|
},
|
|
363
364
|
"LUCIC": {
|
|
364
365
|
"username": "lucic@icg.io",
|
package/data-source.js.secret
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@icgio/clients-config",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
-
},
|
|
9
|
-
"repository": {
|
|
10
|
-
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/icgio/clients-config.git"
|
|
12
|
-
},
|
|
13
|
-
"author": "",
|
|
14
|
-
"license": "ISC",
|
|
15
|
-
"bugs": {
|
|
16
|
-
"url": "https://github.com/icgio/clients-config/issues"
|
|
17
|
-
},
|
|
18
|
-
"homepage": "https://github.com/icgio/clients-config#readme",
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"lodash": "^4.17.20"
|
|
21
|
-
},
|
|
22
|
-
"devDependencies": {
|
|
23
|
-
"fs-extra": "^11.2.0",
|
|
24
|
-
"node-cmd": "^5.0.0",
|
|
25
|
-
"prompt": "^1.3.0"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@icgio/clients-config",
|
|
3
|
+
"version": "1.0.144",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/icgio/clients-config.git"
|
|
12
|
+
},
|
|
13
|
+
"author": "",
|
|
14
|
+
"license": "ISC",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/icgio/clients-config/issues"
|
|
17
|
+
},
|
|
18
|
+
"homepage": "https://github.com/icgio/clients-config#readme",
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"lodash": "^4.17.20"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"fs-extra": "^11.2.0",
|
|
24
|
+
"node-cmd": "^5.0.0",
|
|
25
|
+
"prompt": "^1.3.0"
|
|
26
|
+
}
|
|
27
|
+
}
|
package/secretread.js.secret
CHANGED
|
Binary file
|