Fix workspace structure, fix AAC channel layout, fix incorrect import, enable HW-accelerated video decode by default

This commit is contained in:
Vanilagy
2026-05-12 13:01:42 +02:00
parent 62ec685591
commit c0d28fa086
7 changed files with 52 additions and 42 deletions
-3
View File
@@ -94,8 +94,5 @@ jobs:
packages/flac-encoder/dist/bundles/mediabunny-flac-encoder.min.mjs
packages/flac-encoder/dist/mediabunny-flac-encoder.d.ts
- name: Publish Mediabunny to npm
run: npm publish --access public ${{ github.event.release.prerelease && '--tag beta' || '' }}
- name: Publish workspace packages to npm
run: npm publish --access public --workspaces ${{ github.event.release.prerelease && '--tag beta' || '' }}