@cexy/hoonfca 1.0.6 → 1.0.7

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.
@@ -220,6 +220,8 @@ if (after && after === latest) {
220
220
  );
221
221
  }
222
222
 
223
+ }
224
+
223
225
  function checkAndUpdateVersion(callback) {
224
226
  if (typeof callback === "function") {
225
227
  _checkAndUpdateVersionImpl().then(() => callback(null)).catch(err => callback(err));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cexy/hoonfca",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Unofficial Facebook Chat API for Node.js - Interact with Facebook Messenger programmatically",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",