@ray-js/ipc-player-integration 0.0.1-beta-49 → 0.0.1-beta-50

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 +1 -0
  2. package/package.json +2 -2
package/lib/ui/ui.js CHANGED
@@ -299,6 +299,7 @@ export const IPCPlayerIntegration = /*#__PURE__*/React.memo(props => {
299
299
  console.log('playerTap 事件已禁止');
300
300
  return;
301
301
  }
302
+ console.log('res===on onVideoTap', data);
302
303
  eventRef.current.emit(playerTap);
303
304
  console.log(prevTriggerEvent.current, 'prevTriggerEvent.current');
304
305
  if (prevTriggerEvent.current === hideAllComponent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.1-beta-49",
3
+ "version": "0.0.1-beta-50",
4
4
  "description": "IPC 播放器功能集成",
5
5
  "main": "lib/index",
6
6
  "files": [
@@ -48,7 +48,7 @@
48
48
  "@commitlint/cli": "^7.2.1",
49
49
  "@commitlint/config-conventional": "^9.0.1",
50
50
  "@ray-js/cli": "^1.4.9",
51
- "@ray-js/direction-control": "0.0.7-beta-3",
51
+ "@ray-js/direction-control": "0.0.7-beta-5",
52
52
  "@ray-js/ray": "^1.4.9",
53
53
  "@testing-library/react-hooks": "^8.0.1",
54
54
  "@types/jest": "^29.5.14",