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.
- package/index.js +4 -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