Bump minor

This commit is contained in:
Vanilagy
2026-07-22 15:31:39 +02:00
parent ae5a5838d6
commit 634186fd5e
8 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@mediabunny/server",
"author": "Vanilagy",
"version": "1.50.9",
"version": "1.51.0",
"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.9"
"@mediabunny/prores": "^1.51.0"
},
"peerDependencies": {
"mediabunny": "^1.45.0"