alicezetion 1.4.5 → 1.4.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":3353437583869508607,"last_updated":{"seconds":1693556538,"nanos":608457000}}
1
+ {"nonce":7189828356151223192,"last_updated":{"seconds":1693557122,"nanos":617120000}}
package/Main.js CHANGED
@@ -277,16 +277,12 @@ function buildAPI(globalOptions, html, jar) {
277
277
  }
278
278
  }
279
279
  else {
280
- if (html.indexOf("/checkpoint/block/?next") > -1) log.warn("login", Language.CheckPointLevelI);
280
+ // if (html.indexOf("/checkpoint/block/?next") > -1) log.warn("login", Language.CheckPointLevelI);
281
281
 
282
282
  var userID = maybeCookie[0].cookieString().split("=")[1].toString();
283
- process.env['UID'] = logger.Normal(getText(Language.UID,userID), userID);
283
+ process.env['UID'] = //logger.Normal(getText(Language.UID,userID), userID);
284
284
 
285
- try {
286
- clearInterval(checkVerified);
287
- } catch (e) {
288
- console.log(e);
289
- }
285
+ clearInterval(checkVerified);
290
286
 
291
287
  var clientID = (Math.random() * 2147483648 | 0).toString(16);
292
288
 
@@ -961,7 +957,8 @@ try {
961
957
  return res;
962
958
  })
963
959
  .then(function(res) {
964
- var html = res.body,Obj = buildAPI(globalOptions, html, jar);
960
+ //var html = res.body,
961
+ var Obj = buildAPI(globalOptions, html, jar);
965
962
  ctx = Obj.ctx;
966
963
  api = Obj.api;
967
964
  process.env.api = Obj.api;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {