chayns-api 1.0.64 → 1.0.65

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.
@@ -328,7 +328,7 @@ class AppWrapper {
328
328
  (0, _appCall.default)(callObj);
329
329
  },
330
330
  login: async (value, callback, closeCallback) => {
331
- const res = await this.appCall({}, callback);
331
+ const res = await this.appCall(54, value);
332
332
  return {
333
333
  loginState: res === null || res === void 0 ? void 0 : res.loginState
334
334
  };
@@ -284,7 +284,7 @@ export class AppWrapper {
284
284
  invokeAppCall(callObj);
285
285
  },
286
286
  login: async (value, callback, closeCallback) => {
287
- const res = await this.appCall({}, callback);
287
+ const res = await this.appCall(54, value);
288
288
  return {
289
289
  loginState: res === null || res === void 0 ? void 0 : res.loginState
290
290
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",