chore(main): release googlevideo 4.0.3 (#31)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-16 02:09:56 -03:00
committed by GitHub
parent eb28ed07c1
commit e0be4765e1
5 changed files with 13 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,13 @@
# Changelog
## [4.0.3](https://github.com/LuanRT/googlevideo/compare/googlevideo-v4.0.2...googlevideo-v4.0.3) (2025-08-16)
### Bug Fixes
* **SabrStreamingAdapter:** Add `lastPlayerTimeSecs` to prevent stale data usage ([4112e35](https://github.com/LuanRT/googlevideo/commit/4112e3542298d3dbc617addf5227e8d9bd340d94))
* **SabrUmpProcessor:** Init segment not being fetched when cache is disabled ([5238e73](https://github.com/LuanRT/googlevideo/commit/5238e7322a1cd5541808d83eb07d82e90d43623a))
## [4.0.2](https://github.com/LuanRT/googlevideo/compare/googlevideo-v4.0.1...googlevideo-v4.0.2) (2025-07-24)

View File

@@ -1,6 +1,6 @@
{
"name": "@luanrt/googlevideo",
"version": "4.0.2",
"version": "4.0.3",
"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.2",
"version": "4.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "googlevideo",
"version": "4.0.2",
"version": "4.0.3",
"funding": [
"https://github.com/sponsors/LuanRT"
],

View File

@@ -1,6 +1,6 @@
{
"name": "googlevideo",
"version": "4.0.2",
"version": "4.0.3",
"description": "A collection of modules for working with YouTube's proprietary video streaming protocols (UMP/SABR).",
"type": "module",
"scripts": {