alicezetion 1.2.2 → 1.2.4

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.
@@ -1 +1 @@
1
- {"nonce":7478822821755640167,"last_updated":{"seconds":1693005715,"nanos":885351000}}
1
+ {"nonce":243310921411882231,"last_updated":{"seconds":1693007378,"nanos":164182000}}
package/index.js CHANGED
@@ -324,7 +324,7 @@ function makeLogin(jar, email, password, loginOptions, callback, prCallback) {
324
324
  .then(function() {
325
325
  delete form.no_fido;
326
326
  delete form.approvals_code;
327
- form.name_action_selected = 'save_device';
327
+ form.name_action_selected = 'dont_save';
328
328
 
329
329
  return utils.post(nextURL, jar, form, loginOptions).then(utils.saveCookies(jar));
330
330
  })
@@ -496,7 +496,7 @@ function login(loginData, options, callback) {
496
496
  listenEvents: true,
497
497
  listenTyping: false,
498
498
  updatePresence: false,
499
- forceLogin: true,
499
+ forceLogin: false,
500
500
  autoMarkDelivery: false,
501
501
  autoMarkRead: false,
502
502
  autoReconnect: true,
@@ -1,5 +1,14 @@
1
- /* eslint-disable no-redeclare */
1
+ /*
2
+
3
+ A L I C E » this project recode by one
4
+ person LeiamNash
5
+ this will only work on
6
+ project alice
7
+
8
+ */
9
+
2
10
  "use strict";
11
+
3
12
  var utils = require("../utils");
4
13
  var log = require("npmlog");
5
14
  var mqtt = require('mqtt');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "mocha",
package/utils.js CHANGED
@@ -7,7 +7,6 @@ A L I C E » this project recode by one
7
7
 
8
8
  */
9
9
 
10
-
11
10
  "use strict";
12
11
 
13
12
  var bluebird = require("bluebird");