mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
chore(main): release googlevideo 4.0.4 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c178194ad8
commit
fbc18fa9e1
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "4.0.3"
|
||||
".": "4.0.4"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [4.0.4](https://github.com/LuanRT/googlevideo/compare/googlevideo-v4.0.3...googlevideo-v4.0.4) (2025-09-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **generate-proto:** Use `forceLong=string` option ([c240c97](https://github.com/LuanRT/googlevideo/commit/c240c97c233def9073cad3cc0740ffd54089bde1))
|
||||
|
||||
## [4.0.3](https://github.com/LuanRT/googlevideo/compare/googlevideo-v4.0.2...googlevideo-v4.0.3) (2025-08-16)
|
||||
|
||||
|
||||
|
||||
2
jsr.json
2
jsr.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luanrt/googlevideo",
|
||||
"version": "4.0.3",
|
||||
"version": "4.0.4",
|
||||
"exports": {
|
||||
"./ump": "./src/exports/ump.ts",
|
||||
"./sabr-streaming-adapter": "./src/exports/sabr-streaming-adapter.ts",
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "googlevideo",
|
||||
"version": "4.0.3",
|
||||
"version": "4.0.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "googlevideo",
|
||||
"version": "4.0.3",
|
||||
"version": "4.0.4",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/LuanRT"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "googlevideo",
|
||||
"version": "4.0.3",
|
||||
"version": "4.0.4",
|
||||
"description": "A collection of modules for working with YouTube's proprietary video streaming protocols (UMP/SABR).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user