@dongdev/fca-unofficial 2.0.16 → 2.0.18

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/CHANGELOG.md CHANGED
@@ -83,3 +83,9 @@ Too lazy to write changelog, sorry! (will write changelog in the next release, t
83
83
 
84
84
  ## v2.0.15 - 2025-10-07
85
85
  - Hotfix / auto bump
86
+
87
+ ## v2.0.16 - 2025-10-07
88
+ - Hotfix / auto bump
89
+
90
+ ## v2.0.17 - 2025-10-07
91
+ - Hotfix / auto bump
@@ -5,13 +5,6 @@ const logger = require("../func/logger");
5
5
  const { get, post, jar, makeDefaults } = require("../src/utils/request");
6
6
  const { saveCookies, getAppState } = require("../src/utils/client");
7
7
  const { getFrom } = require("../src/utils/constants");
8
- const fs = require("fs");
9
- const path = require("path");
10
- const models = require("../src/database/models");
11
- const logger = require("../func/logger");
12
- const { get, post, jar, makeDefaults } = require("../src/utils/request");
13
- const { saveCookies, getAppState } = require("../src/utils/client");
14
- const { getFrom } = require("../src/utils/constants");
15
8
  const { loadConfig } = require("./config");
16
9
  const { config } = loadConfig();
17
10
  const { v4: uuidv4 } = require("uuid");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dongdev/fca-unofficial",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "Unofficial Facebook Chat API for Node.js - Interact with Facebook Messenger programmatically",
5
5
  "main": "index.js",
6
6
  "scripts": {