Fix invalid check for no available read worker stalling reads, bump patch

This commit is contained in:
Vanilagy
2026-07-03 16:24:08 +02:00
parent 7171cf4338
commit cc970e1f53
9 changed files with 24 additions and 20 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@mediabunny/server",
"author": "Vanilagy",
"version": "1.50.4",
"version": "1.50.5",
"description": "Adds full video and audio decoder and encoder support to Mediabunny for use in server-side environments (Node, Bun, Deno). Based on NodeAV.",
"main": "./dist/bundles/mediabunny-server.cjs",
"module": "./dist/bundles/mediabunny-server.mjs",
@@ -35,7 +35,7 @@
},
"dependencies": {
"node-av": "^6.0.0",
"@mediabunny/prores": "^1.50.4"
"@mediabunny/prores": "^1.50.5"
},
"peerDependencies": {
"mediabunny": "^1.45.0"