chore: merge main

This commit is contained in:
Luan
2025-09-17 15:44:26 -03:00
5 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{
".": "4.0.3"
".": "4.0.4"
}

View File

@@ -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)

View File

@@ -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
View File

@@ -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"
],

View File

@@ -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": {