Downgrade @types/web-codecs for better type support, specify requirements in README and docs

This commit is contained in:
Vanilagy
2025-07-26 00:34:24 +02:00
parent d768f3c63b
commit 9bfa855f25
4 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "mediabunny",
"author": "Vanilagy",
"version": "1.3.1",
"version": "1.3.2",
"description": "Pure TypeScript media toolkit for reading, writing, and converting media files, directly in the browser.",
"type": "module",
"main": "./dist/bundles/mediabunny.cjs",
@@ -49,7 +49,7 @@
},
"dependencies": {
"@types/dom-mediacapture-transform": "^0.1.11",
"@types/dom-webcodecs": "^0.1.15"
"@types/dom-webcodecs": "0.1.13"
},
"devDependencies": {
"@eslint/js": "^9.22.0",