music-metadata 11.2.2 → 11.2.3
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/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "music-metadata",
|
|
3
3
|
"description": "Music metadata parser for Node.js, supporting virtual any audio and tag format.",
|
|
4
|
-
"version": "11.2.
|
|
4
|
+
"version": "11.2.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Borewit",
|
|
7
7
|
"url": "https://github.com/Borewit"
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"@types/debug": "^4.1.12",
|
|
122
122
|
"@types/media-typer": "^1.1.3",
|
|
123
123
|
"@types/mocha": "^10.0.10",
|
|
124
|
-
"@types/node": "^22.15.
|
|
124
|
+
"@types/node": "^22.15.18",
|
|
125
125
|
"c8": "^10.1.3",
|
|
126
126
|
"chai": "^5.2.0",
|
|
127
127
|
"chai-as-promised": "^8.0.1",
|
|
@@ -137,9 +137,7 @@
|
|
|
137
137
|
"engines": {
|
|
138
138
|
"node": ">=18"
|
|
139
139
|
},
|
|
140
|
-
"repository":
|
|
141
|
-
"type": "github:Borewit/music-metadata"
|
|
142
|
-
},
|
|
140
|
+
"repository": "github:Borewit/music-metadata",
|
|
143
141
|
"license": "MIT",
|
|
144
142
|
"bugs": {
|
|
145
143
|
"url": "https://github.com/Borewit/music-metadata/issues"
|