@byteplus/veplayer 1.11.0-rc.1 → 1.11.0-rc.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.
package/index.d.ts CHANGED
@@ -1042,7 +1042,7 @@ export declare class DefinitionDemotePlugin extends Plugin {
1042
1042
  };
1043
1043
  resetTimes(): void;
1044
1044
  changeMainOrBackup(reason: FALLBACK_REASON): boolean;
1045
- changeUrl(url: Url, source: string): void;
1045
+ changeUrl(url: Url, source: string | number): void;
1046
1046
  showToast(definition: Stream): void;
1047
1047
  destroy(): void;
1048
1048
  }