tering-serieuze-types 3.3.0 → 3.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.
@@ -21,7 +21,7 @@ type Track = Omit<
21
21
  > & { album: Album; artists: Artist[] };
22
22
  type TlTrack = Omit<Mopidy.models.TlTrack, 'track'> & { track: Track };
23
23
  type Image = Mopidy.models.Image;
24
- type Playlist = Omit<Mopidy.models.Playlist, 'tracks' | 'last_modified'>;
24
+ type Playlist = Omit<Mopidy.models.Playlist, 'tracks' | 'last_modified' | 'length'>;
25
25
 
26
26
  export type HasImage = { image: Image | undefined };
27
27
  export type TlTrackWithImage = TlTrack & HasImage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tering-serieuze-types",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Tering serieuze types",
5
5
  "author": "Frank",
6
6
  "repository": {