music-metadata 10.8.1 → 10.8.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.
Files changed (1) hide show
  1. package/package.json +5 -6
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": "10.8.1",
4
+ "version": "10.8.3",
5
5
  "author": {
6
6
  "name": "Borewit",
7
7
  "url": "https://github.com/Borewit"
@@ -111,7 +111,7 @@
111
111
  "file-type": "^19.6.0",
112
112
  "link": "^2.1.1",
113
113
  "media-typer": "^1.1.0",
114
- "strtok3": "^10.1.2",
114
+ "strtok3": "^10.2.1",
115
115
  "token-types": "^6.0.0",
116
116
  "uint8array-extras": "^1.4.0"
117
117
  },
@@ -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": "^22.12.0",
126
+ "@types/node": "^22.13.1",
127
127
  "c8": "^10.1.3",
128
128
  "chai": "^5.1.2",
129
129
  "chai-as-promised": "^8.0.1",
@@ -131,7 +131,7 @@
131
131
  "mime": "^4.0.6",
132
132
  "mocha": "^11.1.0",
133
133
  "remark-cli": "^12.0.1",
134
- "remark-preset-lint-consistent": "^6.0.0",
134
+ "remark-preset-lint-consistent": "^6.0.1",
135
135
  "ts-node": "^10.9.2",
136
136
  "typescript": "^5.7.3"
137
137
  },
@@ -139,8 +139,7 @@
139
139
  "node": ">=18"
140
140
  },
141
141
  "repository": {
142
- "type": "git",
143
- "url": "git+https://github.com/borewit/music-metadata.git"
142
+ "type": "https://github.com/borewit/music-metadata.git"
144
143
  },
145
144
  "license": "MIT",
146
145
  "bugs": {