Update Biome to 2.3.4
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
|
||||
"assist": { "actions": { "source": { "organizeImports": "off" } } },
|
||||
"formatter": {
|
||||
"enabled": false
|
||||
|
||||
@@ -291,6 +291,8 @@ export class MP4Parser extends BasicParser {
|
||||
switch(atom.header.name) {
|
||||
case 'trak':
|
||||
return this.parseTrackBox(atom);
|
||||
case 'udta':
|
||||
return this.parseTrackBox(atom);
|
||||
}
|
||||
break;
|
||||
case 'moof':
|
||||
|
||||
+1
-1
@@ -117,7 +117,7 @@
|
||||
"uint8array-extras": "^1.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.2.4",
|
||||
"@biomejs/biome": "2.3.4",
|
||||
"@types/chai": "^5.2.2",
|
||||
"@types/chai-as-promised": "^8.0.2",
|
||||
"@types/content-type": "^1.1.9",
|
||||
|
||||
@@ -30,18 +30,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@biomejs/biome@npm:2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "@biomejs/biome@npm:2.2.4"
|
||||
"@biomejs/biome@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "@biomejs/biome@npm:2.3.4"
|
||||
dependencies:
|
||||
"@biomejs/cli-darwin-arm64": "npm:2.2.4"
|
||||
"@biomejs/cli-darwin-x64": "npm:2.2.4"
|
||||
"@biomejs/cli-linux-arm64": "npm:2.2.4"
|
||||
"@biomejs/cli-linux-arm64-musl": "npm:2.2.4"
|
||||
"@biomejs/cli-linux-x64": "npm:2.2.4"
|
||||
"@biomejs/cli-linux-x64-musl": "npm:2.2.4"
|
||||
"@biomejs/cli-win32-arm64": "npm:2.2.4"
|
||||
"@biomejs/cli-win32-x64": "npm:2.2.4"
|
||||
"@biomejs/cli-darwin-arm64": "npm:2.3.4"
|
||||
"@biomejs/cli-darwin-x64": "npm:2.3.4"
|
||||
"@biomejs/cli-linux-arm64": "npm:2.3.4"
|
||||
"@biomejs/cli-linux-arm64-musl": "npm:2.3.4"
|
||||
"@biomejs/cli-linux-x64": "npm:2.3.4"
|
||||
"@biomejs/cli-linux-x64-musl": "npm:2.3.4"
|
||||
"@biomejs/cli-win32-arm64": "npm:2.3.4"
|
||||
"@biomejs/cli-win32-x64": "npm:2.3.4"
|
||||
dependenciesMeta:
|
||||
"@biomejs/cli-darwin-arm64":
|
||||
optional: true
|
||||
@@ -61,62 +61,62 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
biome: bin/biome
|
||||
checksum: 10c0/7229fcc743db48f3cfd7417fb3f33d1cd9e7dfe42a12ed3c1046cd3110718237bb71ea3fe5c8b0de9bd3df2b918d0be58027602aa3720b64904b63d9cedf53e3
|
||||
checksum: 10c0/61bb2e3b98ebb26cc21e5690492bc09793c9135c34fd33230c227d4cb707a19ced578d20df4cab8b257c70cef006312f1050cdba3abdf8c0aa478ca6a347b27f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@biomejs/cli-darwin-arm64@npm:2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "@biomejs/cli-darwin-arm64@npm:2.2.4"
|
||||
"@biomejs/cli-darwin-arm64@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "@biomejs/cli-darwin-arm64@npm:2.3.4"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@biomejs/cli-darwin-x64@npm:2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "@biomejs/cli-darwin-x64@npm:2.2.4"
|
||||
"@biomejs/cli-darwin-x64@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "@biomejs/cli-darwin-x64@npm:2.3.4"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@biomejs/cli-linux-arm64-musl@npm:2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "@biomejs/cli-linux-arm64-musl@npm:2.2.4"
|
||||
"@biomejs/cli-linux-arm64-musl@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "@biomejs/cli-linux-arm64-musl@npm:2.3.4"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@biomejs/cli-linux-arm64@npm:2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "@biomejs/cli-linux-arm64@npm:2.2.4"
|
||||
"@biomejs/cli-linux-arm64@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "@biomejs/cli-linux-arm64@npm:2.3.4"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@biomejs/cli-linux-x64-musl@npm:2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "@biomejs/cli-linux-x64-musl@npm:2.2.4"
|
||||
"@biomejs/cli-linux-x64-musl@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "@biomejs/cli-linux-x64-musl@npm:2.3.4"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@biomejs/cli-linux-x64@npm:2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "@biomejs/cli-linux-x64@npm:2.2.4"
|
||||
"@biomejs/cli-linux-x64@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "@biomejs/cli-linux-x64@npm:2.3.4"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@biomejs/cli-win32-arm64@npm:2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "@biomejs/cli-win32-arm64@npm:2.2.4"
|
||||
"@biomejs/cli-win32-arm64@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "@biomejs/cli-win32-arm64@npm:2.3.4"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@biomejs/cli-win32-x64@npm:2.2.4":
|
||||
version: 2.2.4
|
||||
resolution: "@biomejs/cli-win32-x64@npm:2.2.4"
|
||||
"@biomejs/cli-win32-x64@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "@biomejs/cli-win32-x64@npm:2.3.4"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -2186,7 +2186,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "music-metadata@workspace:."
|
||||
dependencies:
|
||||
"@biomejs/biome": "npm:2.2.4"
|
||||
"@biomejs/biome": "npm:2.3.4"
|
||||
"@borewit/text-codec": "npm:^0.2.0"
|
||||
"@tokenizer/token": "npm:^0.3.0"
|
||||
"@types/chai": "npm:^5.2.2"
|
||||
|
||||
Reference in New Issue
Block a user