vrtalk-web-sdk 0.1.382 → 0.1.383

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.
@@ -6,7 +6,7 @@ export declare class PlayerComCommandAssetLabel {
6
6
  /**
7
7
  * 监听命令 创建ASSET LABEL
8
8
  */
9
- onCreate(callback: (assetLabelData: VrAssetLabel) => void): void;
9
+ onCreate(callback: (assetLabelData: VrAssetLabel | null) => void): void;
10
10
  /**
11
11
  * 监听命令 更新AssetLabel
12
12
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vrtalk-web-sdk",
3
- "version": "0.1.382",
3
+ "version": "0.1.383",
4
4
  "description": "",
5
5
  "main": "dist/vrtalk-web-sdk.js",
6
6
  "types": "dist/src/index.d.ts",