music-metadata 10.8.0 → 10.8.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -27,7 +27,7 @@ The distributed JavaScript codebase is compliant with the [ECMAScript 2020 (11th
27
27
  > [!NOTE]
28
28
  > See also [CommonJS backward Compatibility](#commonjs-backward-compatibility)
29
29
 
30
- This module requires a [Node.js ≥ 16](https://nodejs.org/en/about/previous-releases) engine.
30
+ This module requires a [Node.js ≥ 18](https://nodejs.org/en/about/previous-releases) engine.
31
31
  It can also be used in a browser environment when bundled with a module bundler.
32
32
 
33
33
  ## Support the Project
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.0",
4
+ "version": "10.8.1",
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.1",
114
+ "strtok3": "^10.1.2",
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.10.7",
126
+ "@types/node": "^22.12.0",
127
127
  "c8": "^10.1.3",
128
128
  "chai": "^5.1.2",
129
129
  "chai-as-promised": "^8.0.1",
@@ -136,7 +136,7 @@
136
136
  "typescript": "^5.7.3"
137
137
  },
138
138
  "engines": {
139
- "node": ">=16.0.0"
139
+ "node": ">=18"
140
140
  },
141
141
  "repository": {
142
142
  "type": "git",