music-metadata 11.7.1 → 11.7.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/package.json +5 -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.7.
|
|
4
|
+
"version": "11.7.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Borewit",
|
|
7
7
|
"url": "https://github.com/Borewit"
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
],
|
|
90
90
|
"scripts": {
|
|
91
91
|
"clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'test/**/*.js' 'test/**/*.js.map' 'test/**/*.js' 'test/**/*.js.map' 'doc-gen/**/*.js' 'doc-gen/**/*.js.map'",
|
|
92
|
-
"compile-src": "tsc -p lib",
|
|
92
|
+
"compile-src": "tsc -p lib --sourceMap false",
|
|
93
93
|
"compile-test": "tsc -p test",
|
|
94
94
|
"compile-doc": "tsc -p doc-gen",
|
|
95
95
|
"compile": "yarn run compile-src && yarn compile-test && yarn compile-doc",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"debug": "^4.4.1",
|
|
112
112
|
"file-type": "^21.0.0",
|
|
113
113
|
"media-typer": "^1.1.0",
|
|
114
|
-
"strtok3": "^10.3.
|
|
115
|
-
"token-types": "^6.0.
|
|
114
|
+
"strtok3": "^10.3.4",
|
|
115
|
+
"token-types": "^6.0.4",
|
|
116
116
|
"uint8array-extras": "^1.4.0"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@types/debug": "^4.1.12",
|
|
124
124
|
"@types/media-typer": "^1.1.3",
|
|
125
125
|
"@types/mocha": "^10.0.10",
|
|
126
|
-
"@types/node": "^24.0
|
|
126
|
+
"@types/node": "^24.1.0",
|
|
127
127
|
"c8": "^10.1.3",
|
|
128
128
|
"chai": "^5.2.1",
|
|
129
129
|
"chai-as-promised": "^8.0.1",
|