musicbrainz-api 0.20.1 → 0.20.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.
@@ -200,6 +200,7 @@ export interface IUrlList extends ISearchResult {
200
200
  }
201
201
  export type RelationDirection = 'backward' | 'forward';
202
202
  export interface IRelation {
203
+ artist?: IArtist;
203
204
  'attribute-ids': unknown[];
204
205
  direction: RelationDirection;
205
206
  'target-credit': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musicbrainz-api",
3
- "version": "0.20.1",
3
+ "version": "0.20.2",
4
4
  "description": "MusicBrainz API client for reading and submitting metadata",
5
5
  "exports": {
6
6
  "node": {