mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 00:32:11 +00:00
chore: catch up with main branch
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "4.0.1"
|
||||
".": "4.0.2"
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
2
jsr.json
2
jsr.json
@@ -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
4
package-lock.json
generated
@@ -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"
|
||||
],
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user