@cexy/hoonfca 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/index.js +0 -3
  2. package/package.json +4 -8
package/index.js CHANGED
@@ -249,9 +249,6 @@ function buildAPI(globalOptions, html, jar) {
249
249
  "setTheme",
250
250
  "threadColors",
251
251
  "unsendMessage",
252
- "handleFriendRequest",
253
- "sendComment",
254
- "setPostReaction",
255
252
  "unfriend",
256
253
 
257
254
  // HTTP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cexy/hoonfca",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "🚀 Advanced Facebook Chat API — 65+ Methods, MQTT Real-time, Middleware System, New GraphQL APIs",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -32,16 +32,12 @@
32
32
  "homepage": "https://github.com/bdrakib123/rakibfca#readme",
33
33
  "dependencies": {
34
34
  "axios": "^0.27.2",
35
- "bluebird": "^3.7.2",
36
- "cheerio": "^1.0.0-rc.12",
37
35
  "mqtt": "^4.3.8",
38
- "nosql-json-database": "^1.0.6",
39
- "npmlog": "^7.0.1",
40
- "request": "^2.88.2",
36
+ "ws": "^8.16.0",
37
+ "cheerio": "^1.0.0-rc.12",
41
38
  "sequelize": "^6.35.2",
42
39
  "sqlite3": "^5.1.7",
43
- "totp-generator": "^0.0.14",
44
- "ws": "^8.16.0"
40
+ "totp-generator": "^0.0.14"
45
41
  },
46
42
  "devDependencies": {
47
43
  "eslint": "^8.56.0",