@volcengine/veplayer 1.8.6-rc.13 → 1.8.6-rc.14

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
@@ -4297,7 +4297,7 @@ export declare class MemoryPlay extends Plugin {
4297
4297
  saveTimeFun: (id: number | string, time: number) => unknown;
4298
4298
  getTimeFun: (id: number | string) => number | Promise<number>;
4299
4299
  memoryId: number | string;
4300
- canJump: boolean;
4300
+ shouldShowToast: boolean;
4301
4301
  constructor(args: any);
4302
4302
  registerLanguageTexts(): {
4303
4303
  preText: {