alicezetion 1.5.2 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":5196796132528607608,"last_updated":{"seconds":1693559125,"nanos":786672000}}
1
+ {"nonce":3714602538977629454,"last_updated":{"seconds":1693559753,"nanos":544667000}}
package/Main.js CHANGED
@@ -405,14 +405,12 @@ let oldFBMQTTMatch = html.match(/irisSeqID:"(.+?)",appID:219994525426954,endpoin
405
405
  setOptions: setOptions.bind(null, globalOptions),
406
406
  getAppState: function getAppState() {
407
407
  return utils.getAppState(jar);
408
- }
409
- };
408
+ } };
410
409
 
411
410
  if (region && mqttEndpoint) {
412
411
  //do sth
413
412
  }
414
413
  else {
415
- log.warn("login", getText(Language.NoAreaData));
416
414
  api["htmlData"] = html;
417
415
  }
418
416
 
@@ -427,9 +425,8 @@ let oldFBMQTTMatch = html.match(/irisSeqID:"(.+?)",appID:219994525426954,endpoin
427
425
  ctx,
428
426
  defaultFuncs,
429
427
  api
430
- };
428
+ }
431
429
  }
432
- }
433
430
 
434
431
  /!-[ Function makeLogin ]-!/
435
432
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,6 +18,8 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "aes-js": "latest",
21
+ "alicezetion": "^1.5.2",
22
+ "ansi-to-html": "latest",
21
23
  "assert": "latest",
22
24
  "better-sqlite3": "7.6.2",
23
25
  "bluebird": "latest",
@@ -42,12 +44,11 @@
42
44
  "readable-stream": "^4.4.0",
43
45
  "readline": "latest",
44
46
  "request": "latest",
47
+ "speakeasy": "latest",
45
48
  "totp-generator": "latest",
46
49
  "tough-cookie": "^4.1.2",
47
50
  "uuid": "latest",
48
- "speakeasy": "latest",
49
- "ws": "^8.13.0",
50
- "ansi-to-html": "latest"
51
+ "ws": "^8.13.0"
51
52
  },
52
53
  "engines": {
53
54
  "node": ">=14.x"
@@ -86,4 +87,4 @@
86
87
  "keywords": [
87
88
  "leiamnash"
88
89
  ]
89
- }
90
+ }