vrtalk-web-sdk 0.1.363 → 0.1.364

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.
@@ -1,4 +1,4 @@
1
- import { VrComponentData, VrFov } from '../../model';
1
+ import { VrFov } from '../../model';
2
2
  import { VRTalkEditablePlayer } from '../vrtalk-editable-player';
3
3
  /**
4
4
  * 向播放器发送fov视角相关命令
@@ -21,7 +21,7 @@ export declare class ParentComCommandFov {
21
21
  * 命令播放器更新一个FOV视角数据
22
22
  * @param fovData FOV视角数据
23
23
  */
24
- sendUpdate(fovData: VrComponentData): void;
24
+ sendUpdate(fovData: VrFov): void;
25
25
  /**
26
26
  * 命令播放器删除一个FOV视角数据
27
27
  * @param fovId FOV视角数据id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vrtalk-web-sdk",
3
- "version": "0.1.363",
3
+ "version": "0.1.364",
4
4
  "description": "",
5
5
  "main": "dist/vrtalk-web-sdk.js",
6
6
  "types": "dist/src/index.d.ts",