lastfm-nodejs-client 1.5.1 → 1.5.2

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.
@@ -143,7 +143,7 @@ export interface Date {
143
143
  '#text': string;
144
144
  }
145
145
  export interface Track {
146
- '@attr'?: AttrRank;
146
+ '@attr'?: AttrNowPlaying;
147
147
  album: Album;
148
148
  artist: Artist;
149
149
  date?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lastfm-nodejs-client",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "A NodeJS wrapper client for LastFm API. Fetching public data by username using the LastFm public API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",