@nuclearplayer/plugin-sdk 2.4.0 → 2.4.1
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1743,7 +1743,7 @@ export declare type PlaylistsHost = {
|
|
|
1743
1743
|
|
|
1744
1744
|
export declare type PlaylistsListener = (index: PlaylistIndexEntry[]) => void;
|
|
1745
1745
|
|
|
1746
|
-
export declare type PluginEventListener<E extends keyof PluginEventMap> = (payload: PluginEventMap[E]) =>
|
|
1746
|
+
export declare type PluginEventListener<E extends keyof PluginEventMap> = (payload: PluginEventMap[E]) => Promise<void>;
|
|
1747
1747
|
|
|
1748
1748
|
export declare type PluginEventMap = {
|
|
1749
1749
|
trackFinished: Track;
|