@aigamo/nostalgic-diva 1.3.1 → 1.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/components/NostalgicDivaProvider.d.ts +4 -1
- package/dist/components/PlayerContainer.d.ts +5 -3
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +469 -399
- package/dist/index.es.js.map +1 -1
- package/dist/players/AudioPlayerApi.d.ts +3 -2
- package/dist/players/ILogger.d.ts +39 -0
- package/dist/players/NiconicoPlayerApi.d.ts +3 -2
- package/dist/players/PlayerApi.d.ts +5 -7
- package/dist/players/PlayerApiImpl.d.ts +4 -3
- package/dist/players/SoundCloudPlayerApi.d.ts +3 -2
- package/dist/players/VimeoPlayerApi.d.ts +3 -2
- package/dist/players/YouTubePlayerApi.d.ts +3 -2
- package/dist/players/ensureScriptLoaded.d.ts +2 -1
- package/package.json +8 -8
- package/dist/global.d.ts +0 -757
- package/dist/players/PlayerConsole.d.ts +0 -8
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare class PlayerConsole {
|
|
2
|
-
private static title;
|
|
3
|
-
private static createMessage;
|
|
4
|
-
static assert(condition?: boolean | undefined, message?: any, ...optionalParams: any): void;
|
|
5
|
-
static debug(message?: any, ...optionalParams: any): void;
|
|
6
|
-
static error(message?: any, ...optionalParams: any): void;
|
|
7
|
-
static warn(message?: any, ...optionalParams: any): void;
|
|
8
|
-
}
|