node-ainzfb-new 1.7.9-uOw19mf → 1.7.10-2-zGsq2er

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 +4 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -222,7 +222,9 @@ async function buildAPI(globalOptions, html, jar) {
222
222
  syncToken: undefined,
223
223
  mqttEndpoint,
224
224
  region,
225
- firstListen: true
225
+ firstListen: true,
226
+ wsReqNumber: 0,
227
+ wsTaskNumber: 0
226
228
  };
227
229
 
228
230
  var api = {
@@ -1089,4 +1091,4 @@ function login(loginData, options, callback) {
1089
1091
  return returnPromise;
1090
1092
  }
1091
1093
 
1092
- module.exports = login;
1094
+ module.exports = login;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-ainzfb-new",
3
- "version": "1.7.9-uOw19mf",
3
+ "version": "1.7.10-2-zGsq2er",
4
4
  "description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.",
5
5
  "scripts": {
6
6
  "test": "mocha",