@hylid/call 4.0.8-alpha.1 → 4.0.8

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.
Files changed (2) hide show
  1. package/lib/webCall.js +1 -0
  2. package/package.json +3 -3
package/lib/webCall.js CHANGED
@@ -14,6 +14,7 @@ export function webCall(apiName, options, config) {
14
14
  success = _a.success,
15
15
  fail = _a.fail,
16
16
  complete = _a.complete;
17
+ // 兼容 worldfirst 安卓端报错,后续客户端统一字段后删除
17
18
  if (res.error || res.errorCode) {
18
19
  fail === null || fail === void 0 ? void 0 : fail(res);
19
20
  } else {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@hylid/call",
3
- "version": "4.0.8-alpha.1",
3
+ "version": "4.0.8",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "lib"
7
7
  ],
8
8
  "dependencies": {
9
- "@hylid/env": "^4.0.8-alpha.1",
10
- "@hylid/types": "^4.0.8-alpha.1"
9
+ "@hylid/env": "^4.0.8",
10
+ "@hylid/types": "^4.0.8"
11
11
  },
12
12
  "publishConfig": {
13
13
  "access": "public"