@ray-js/ipc-player-integration 0.0.23 → 0.0.24-beta-2

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/ui/ui.js +2 -1
  2. package/package.json +2 -2
package/lib/ui/ui.js CHANGED
@@ -612,7 +612,8 @@ export const IPCPlayerIntegration = /*#__PURE__*/React.memo(props => {
612
612
  return false; // eslint-disable-line
613
613
  } // 对应原来的onVideoTap
614
614
  ,
615
- brandColor: brandColor
615
+ brandColor: brandColor,
616
+ playerRoute: playerRoute
616
617
  }, extend)), /*#__PURE__*/React.createElement(View, {
617
618
  className: clsx('ipc-player-top-content', {
618
619
  'ipc-player-top-content-hide': componentHideState,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.23",
3
+ "version": "0.0.24-beta-2",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [
@@ -38,7 +38,7 @@
38
38
  "@ray-js/ipc-ptz-zoom": "^0.0.2",
39
39
  "@ray-js/panel-sdk": "^1.13.1",
40
40
  "@ray-js/direction-control": "^0.0.8",
41
- "@ray-js/ray-ipc-player": "^2.0.27",
41
+ "@ray-js/ray-ipc-player": "2.0.29-beta-2",
42
42
  "@ray-js/ray-ipc-utils": "^1.1.10",
43
43
  "@ray-js/svg": "0.2.0",
44
44
  "clsx": "^1.2.1",