musicbrainz-api 0.27.0 → 0.27.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.
@@ -271,7 +271,7 @@ export interface IRelation {
271
271
  release?: IRelease;
272
272
  }
273
273
  export interface IMayHaveRelations {
274
- relations: IRelation[];
274
+ relations?: IRelation[];
275
275
  }
276
276
  export interface IWork extends IEntity {
277
277
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musicbrainz-api",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "MusicBrainz API client for reading and submitting metadata",
5
5
  "exports": {
6
6
  "node": {