@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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]) => void | Promise<void>;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuclearplayer/plugin-sdk",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Plugin SDK for Nuclear music player",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",