musicbrainz-api 0.10.1 → 0.10.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.
package/.idea/vcs.xml CHANGED
@@ -1,5 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
+ <component name="GitSharedSettings">
4
+ <option name="FORCE_PUSH_PROHIBITED_PATTERNS">
5
+ <list />
6
+ </option>
7
+ </component>
3
8
  <component name="VcsDirectoryMappings">
4
9
  <mapping directory="" vcs="Git" />
5
10
  </component>
package/README.md CHANGED
@@ -3,9 +3,8 @@
3
3
  [![npm downloads](http://img.shields.io/npm/dm/musicbrainz-api.svg)](https://npmcharts.com/compare/musicbrainz-api)
4
4
  [![Coverage Status](https://coveralls.io/repos/github/Borewit/musicbrainz-api/badge.svg?branch=master)](https://coveralls.io/github/Borewit/musicbrainz-api?branch=master)
5
5
  [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2bc47b2006454bae8c737991f152e518)](https://www.codacy.com/gh/Borewit/musicbrainz-api/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Borewit/musicbrainz-api&amp;utm_campaign=Badge_Grade)
6
- [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/Borewit/musicbrainz-api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borewit/musicbrainz-api/context:javascript)
6
+ [![CodeQL](https://github.com/Borewit/musicbrainz-api/actions/workflows/codeql.yml/badge.svg)](https://github.com/Borewit/musicbrainz-api/actions/workflows/codeql.yml)
7
7
  [![Known Vulnerabilities](https://snyk.io/test/github/Borewit/musicbrainz-api/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Borewit/musicbrainz-api?targetFile=package.json)
8
- [![Total alerts](https://img.shields.io/lgtm/alerts/g/Borewit/musicbrainz-api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borewit/musicbrainz-api/alerts/)
9
8
  [![DeepScan grade](https://deepscan.io/api/teams/5165/projects/6991/branches/63373/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=5165&pid=6991&bid=63373)
10
9
  [![Discord](https://img.shields.io/discord/460524735235883049.svg)](https://discord.gg/958xT5X)
11
10
 
@@ -39,7 +39,7 @@ export interface IArtist extends IEntity {
39
39
  ipis?: any[];
40
40
  isnis?: string[];
41
41
  aliases?: IAlias[];
42
- gender?: null;
42
+ gender?: string;
43
43
  type?: string;
44
44
  area?: IArea;
45
45
  begin_area?: IArea;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musicbrainz-api",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "MusicBrainz API client for reading and submitting metadata",
5
5
  "main": "lib/musicbrainz-api",
6
6
  "types": "lib/musicbrainz-api",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@types/caseless": "^0.12.1",
39
39
  "@types/request-promise-native": "^1.0.17",
40
- "@types/uuid": "^8.3.0",
40
+ "@types/uuid": "^9.0.0",
41
41
  "caseless": "^0.12.0",
42
42
  "debug": "^4.1.1",
43
43
  "got": "^11.8.5",
@@ -62,7 +62,7 @@
62
62
  "eslint-plugin-import": "^2.25.4",
63
63
  "eslint-plugin-jsdoc": "^39.3.3",
64
64
  "eslint-plugin-node": "^11.1.0",
65
- "eslint-plugin-unicorn": "^44.0.2",
65
+ "eslint-plugin-unicorn": "^45.0.0",
66
66
  "mocha": "^9.0.1",
67
67
  "nyc": "^15.0.0",
68
68
  "remark-cli": "^11.0.0",