node-ainzfb-new 1.7.9-uOw19mf → 1.7.10-tDs19uqa

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -223,6 +223,8 @@ async function buildAPI(globalOptions, html, jar) {
223
223
  mqttEndpoint,
224
224
  region,
225
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-tDs19uqa",
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",