music-metadata 10.3.0 → 10.3.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/README.md CHANGED
@@ -783,7 +783,7 @@ const { loadMusicMetadata } = require('music-metadata');
783
783
  ```
784
784
 
785
785
  > [!NOTE]
786
- > The `loadMusicMetadata` function is experimental and is not currently covered by any TypeScript typings.
786
+ > The `loadMusicMetadata` function is experimental.
787
787
 
788
788
  ## Frequently Asked Questions
789
789
 
package/lib/core.d.ts CHANGED
@@ -57,3 +57,4 @@ export declare function ratingToStars(rating: number | undefined): number;
57
57
  */
58
58
  export declare function selectCover(pictures?: IPicture[]): IPicture | null;
59
59
  export declare function scanAppendingHeaders(randomReader: IRandomReader, options?: IPrivateOptions): Promise<void>;
60
+ export declare function loadMusicMetadata(): Promise<typeof import('music-metadata')>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "music-metadata",
3
3
  "description": "Music metadata parser for Node.js, supporting virtual any audio and tag format.",
4
- "version": "10.3.0",
4
+ "version": "10.3.1",
5
5
  "author": {
6
6
  "name": "Borewit",
7
7
  "url": "https://github.com/Borewit"