chii-api 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "chii-api",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.7",
|
4
4
|
"description": "Streaming status for Discord accounts",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -25,6 +25,7 @@
|
|
25
25
|
"fs": "^0.0.1-security",
|
26
26
|
"os": "^0.1.2",
|
27
27
|
"path": "^0.12.7",
|
28
|
+
"lock-api": "^1.0.1",
|
28
29
|
"gradient-string": "^2.0.2"
|
29
30
|
}
|
30
31
|
}
|