Bump patch

This commit is contained in:
Vanilagy
2026-08-21 20:14:58 +02:00
parent 6b5ae29252
commit 394eede178
9 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@mediabunny/server",
"author": "Vanilagy",
"version": "1.55.1",
"version": "1.55.2",
"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.55.1"
"@mediabunny/prores": "^1.55.2"
},
"peerDependencies": {
"mediabunny": "^1.45.0"