chore(main): release googlevideo 4.0.2 (#30)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-24 10:05:20 -03:00
committed by GitHub
parent fa4d4f7b11
commit 9a0572263f
5 changed files with 12 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.0.2](https://github.com/LuanRT/googlevideo/compare/googlevideo-v4.0.1...googlevideo-v4.0.2) (2025-07-24)
### Bug Fixes
* **SabrStream:** Catch part decoding errors and improve stall detection logic ([b4a0728](https://github.com/LuanRT/googlevideo/commit/b4a0728f6ac29c5948c540f97b920b91b193c26b))
## [4.0.1](https://github.com/LuanRT/googlevideo/compare/googlevideo-v4.0.0...googlevideo-v4.0.1) (2025-07-22)

View File

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

View File

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