chore(main): release googlevideo 4.0.1 (#29)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-22 16:02:30 -03:00
committed by GitHub
parent 5b84100979
commit e185cbcd88
5 changed files with 12 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.0.1](https://github.com/LuanRT/googlevideo/compare/googlevideo-v4.0.0...googlevideo-v4.0.1) (2025-07-22)
### Miscellaneous Chores
* **docs:** Add more tsdoc to make jsr happy ([5b84100](https://github.com/LuanRT/googlevideo/commit/5b84100979befab767d819a9606dde964d469341))
## [4.0.0](https://github.com/LuanRT/googlevideo/compare/googlevideo-v3.0.0...googlevideo-v4.0.0) (2025-07-22)

View File

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

View File

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