@dongdev/fca-unofficial 1.0.12 → 1.0.13

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
@@ -5,3 +5,6 @@ Too lazy to write changelog, sorry! (will write changelog in the next release, t
5
5
 
6
6
  ## v1.0.11 - 2025-04-24
7
7
  - Hotfix / auto bump
8
+
9
+ ## v1.0.12 - 2025-04-28
10
+ - Hotfix / auto bump
package/index.js CHANGED
@@ -40,7 +40,7 @@ async function checkForUpdates() {
40
40
  logger("Auto update is disabled", "info");
41
41
  }
42
42
  try {
43
- const response = await axios.get("https://raw.githubusercontent.com/DongDev-VN/fca-unofficial/refs/heads/main/package.json");
43
+ const response = await axios.get("https://raw.githubusercontent.com/DongDev-VN/fca-unofficial/main/package.json");
44
44
  const remoteVersion = response.data.version;
45
45
  const localPackage = JSON.parse(fs.readFileSync(path.join(__dirname, "package.json"), "utf8"));
46
46
  const localVersion = localPackage.version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dongdev/fca-unofficial",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "A Facebook chat API without XMPP, will not be deprecated after April 30th, 2015.",
5
5
  "main": "index.js",
6
6
  "repository": {