@ray-js/ipc-player-integration 0.0.29 → 0.0.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.
@@ -126,7 +126,8 @@ const getMemoryState = devId => {
126
126
  resolution: res.data.videoResolution.cachedResolution,
127
127
  resolutionList: res.data.videoResolution.availableResolutions
128
128
  });
129
- }).catch(() => {
129
+ }).catch(err => {
130
+ console.error('获取 getMemoryState 失败:', err);
130
131
  resolve(defaultValue);
131
132
  });
132
133
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [
@@ -38,7 +38,7 @@
38
38
  "@ray-js/direction-control": "^0.0.8",
39
39
  "@ray-js/ipc-ptz-zoom": "^0.0.3",
40
40
  "@ray-js/ray-ipc-player": "^2.1.0",
41
- "@ray-js/ray-ipc-utils": "^1.1.13",
41
+ "@ray-js/ray-ipc-utils": "^1.1.14",
42
42
  "@ray-js/svg": "0.2.0",
43
43
  "clsx": "^1.2.1",
44
44
  "color": "^5.0.2",