node-ainzfb-new 1.7.10-2-zGsq2er → 1.7.10-tDs19uqa

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -222,7 +222,7 @@ async function buildAPI(globalOptions, html, jar) {
222
222
  syncToken: undefined,
223
223
  mqttEndpoint,
224
224
  region,
225
- firstListen: true,
225
+ firstListen: true
226
226
  wsReqNumber: 0,
227
227
  wsTaskNumber: 0
228
228
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-ainzfb-new",
3
- "version": "1.7.10-2-zGsq2er",
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",