music-metadata 11.10.3 → 11.10.4

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/LICENSE.txt +1 -1
  2. package/package.json +8 -8
package/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright © 2025 Borewit
3
+ Copyright © 2026 Borewit
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
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": "11.10.3",
4
+ "version": "11.10.4",
5
5
  "author": {
6
6
  "name": "Borewit",
7
7
  "url": "https://github.com/Borewit"
@@ -106,27 +106,27 @@
106
106
  "update-biome": "yarn add -D --exact @biomejs/biome && npx @biomejs/biome migrate --write"
107
107
  },
108
108
  "dependencies": {
109
- "@borewit/text-codec": "^0.2.0",
109
+ "@borewit/text-codec": "^0.2.1",
110
110
  "@tokenizer/token": "^0.3.0",
111
111
  "content-type": "^1.0.5",
112
112
  "debug": "^4.4.3",
113
- "file-type": "^21.1.1",
113
+ "file-type": "^21.2.0",
114
114
  "media-typer": "^1.1.0",
115
115
  "strtok3": "^10.3.4",
116
- "token-types": "^6.1.1",
116
+ "token-types": "^6.1.2",
117
117
  "uint8array-extras": "^1.5.0"
118
118
  },
119
119
  "devDependencies": {
120
- "@biomejs/biome": "2.3.7",
121
- "@types/chai": "^5.2.2",
120
+ "@biomejs/biome": "2.3.10",
121
+ "@types/chai": "^5.2.3",
122
122
  "@types/chai-as-promised": "^8.0.2",
123
123
  "@types/content-type": "^1.1.9",
124
124
  "@types/debug": "^4.1.12",
125
125
  "@types/media-typer": "^1.1.3",
126
126
  "@types/mocha": "^10.0.10",
127
- "@types/node": "^24.5.0",
127
+ "@types/node": "^25.0.3",
128
128
  "c8": "^10.1.3",
129
- "chai": "^6.2.1",
129
+ "chai": "^6.2.2",
130
130
  "chai-as-promised": "^8.0.2",
131
131
  "del-cli": "^7.0.0",
132
132
  "mime": "^4.1.0",