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 +5 -0
- package/README.md +1 -2
- package/lib/musicbrainz.types.d.ts +1 -1
- package/package.json +3 -3
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
|
[](https://npmcharts.com/compare/musicbrainz-api)
|
|
4
4
|
[](https://coveralls.io/github/Borewit/musicbrainz-api?branch=master)
|
|
5
5
|
[](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)
|
|
6
|
-
[](https://github.com/Borewit/musicbrainz-api/actions/workflows/codeql.yml)
|
|
7
7
|
[](https://snyk.io/test/github/Borewit/musicbrainz-api?targetFile=package.json)
|
|
8
|
-
[](https://lgtm.com/projects/g/Borewit/musicbrainz-api/alerts/)
|
|
9
8
|
[](https://deepscan.io/dashboard#view=project&tid=5165&pid=6991&bid=63373)
|
|
10
9
|
[](https://discord.gg/958xT5X)
|
|
11
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "musicbrainz-api",
|
|
3
|
-
"version": "0.10.
|
|
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": "^
|
|
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": "^
|
|
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",
|