musicbrainz-api
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -42,3 +42,3 @@ import DateTimeFormat = Intl.DateTimeFormat; | ||
aliases?: IAlias[]; | ||
gender?: null; | ||
gender?: string; | ||
type?: string; | ||
@@ -45,0 +45,0 @@ area?: IArea; |
{ | ||
"name": "musicbrainz-api", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "MusicBrainz API client for reading and submitting metadata", | ||
@@ -40,3 +40,3 @@ "main": "lib/musicbrainz-api", | ||
"@types/request-promise-native": "^1.0.17", | ||
"@types/uuid": "^8.3.0", | ||
"@types/uuid": "^9.0.0", | ||
"caseless": "^0.12.0", | ||
@@ -66,3 +66,3 @@ "debug": "^4.1.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-unicorn": "^44.0.2", | ||
"eslint-plugin-unicorn": "^45.0.0", | ||
"mocha": "^9.0.1", | ||
@@ -69,0 +69,0 @@ "nyc": "^15.0.0", |
@@ -6,5 +6,4 @@ [![Node.js CI](https://github.com/Borewit/musicbrainz-api/actions/workflows/nodejs-ci.yml/badge.svg)](https://github.com/Borewit/musicbrainz-api/actions/workflows/nodejs-ci.yml) | ||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2bc47b2006454bae8c737991f152e518)](https://www.codacy.com/gh/Borewit/musicbrainz-api/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Borewit/musicbrainz-api&utm_campaign=Badge_Grade) | ||
[![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) | ||
[![CodeQL](https://github.com/Borewit/musicbrainz-api/actions/workflows/codeql.yml/badge.svg)](https://github.com/Borewit/musicbrainz-api/actions/workflows/codeql.yml) | ||
[![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) | ||
[![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/) | ||
[![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) | ||
@@ -11,0 +10,0 @@ [![Discord](https://img.shields.io/discord/460524735235883049.svg)](https://discord.gg/958xT5X) |
Sorry, the diff of this file is not supported yet
78383
477
+ Added@types/uuid@9.0.8(transitive)
- Removed@types/uuid@8.3.4(transitive)
Updated@types/uuid@^9.0.0