feat(packages): add mux media with src parsing, structured source, and storyboards (#1850)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Wesley Luyten
2026-07-27 16:55:24 -07:00
committed by GitHub
co-authored by Claude
parent fd4d2662ea
commit 409e7ef225
29 changed files with 1519 additions and 41 deletions
+4
View File
@@ -27,6 +27,10 @@
"types": "./dist/function.d.ts",
"default": "./dist/function.js"
},
"./jwt": {
"types": "./dist/jwt.d.ts",
"default": "./dist/jwt.js"
},
"./object": {
"types": "./dist/object.d.ts",
"default": "./dist/object.js"