fca-naughty1 1.5.8 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +5 -4
package/index.js CHANGED
@@ -101,8 +101,8 @@ global.Fca = new Object({
101
101
  │ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ │
102
102
  │ │
103
103
  │ │
104
- fb-chatify
105
- │ Version: 1.5.7
104
+ fca-naughty1
105
+ │ Version: 1.6.0
106
106
  └────────────────────────────────────────────────────────────────────────────────┘`);
107
107
  let Boolean_Fca = ["AutoUpdate","Uptime","BroadCast","EncryptFeature","AutoLogin","ResetDataLogin","Login2Fa","Logo"];
108
108
  let String_Fca = ["MainName","PreKey","Language","AuthString","Config"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fca-naughty1",
3
- "version": "1.5.8",
3
+ "version": "1.6.0",
4
4
  "description": "Facebook-chat-api by Naughty",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,15 +11,16 @@
11
11
  "author": "Naughty",
12
12
  "license": "MIT",
13
13
  "bugs": {
14
- "url": "https://github.com/"
14
+ "url": ""
15
15
  },
16
- "homepage": "https://github.com/",
16
+ "homepage": "",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/"
19
+ "url": ""
20
20
  },
21
21
  "dependencies": {
22
22
  "aes-js": "latest",
23
+ "fs-extra": "^11.1.1",
23
24
  "assert": "latest",
24
25
  "better-sqlite3": "7.4.5",
25
26
  "bluebird": "latest",