alicezetion 1.5.6 → 1.5.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":5642102250332360091,"last_updated":{"seconds":1693575920,"nanos":837442000}}
1
+ {"nonce":8334763386676073600,"last_updated":{"seconds":1693575995,"nanos":641192000}}
package/index.js CHANGED
@@ -108,7 +108,6 @@ function buildAPI(globalOptions, html, jar) {
108
108
  }
109
109
  }
110
110
  }
111
- } catch (err) {}
112
111
 
113
112
  var ctx = {
114
113
  userID: userID,
@@ -196,6 +195,7 @@ function buildAPI(globalOptions, html, jar) {
196
195
  });
197
196
 
198
197
  return [ctx, defaultFuncs, api];
198
+ } catch (err) {}
199
199
  }
200
200
 
201
201
  function makeLogin(jar, email, password, loginOptions, callback, prCallback) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "lint": "./node_modules/.bin/eslint **.js",