@ray-js/ipc-player-integration 0.0.35-beta.29 → 0.0.35-beta.30

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/utils/ttt.js +2 -1
  2. package/package.json +1 -1
package/lib/utils/ttt.js CHANGED
@@ -108,7 +108,8 @@ export function isLowPhone() {
108
108
  try {
109
109
  ty.ipc.isLowPhone({
110
110
  success: res => {
111
- resolve(!!res);
111
+ var _res$isLow;
112
+ resolve((_res$isLow = res === null || res === void 0 ? void 0 : res.isLow) !== null && _res$isLow !== void 0 ? _res$isLow : false);
112
113
  },
113
114
  fail: () => {
114
115
  resolve(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.35-beta.29",
3
+ "version": "0.0.35-beta.30",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [