mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
chore(main): release googlevideo 4.0.0 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f4805f6b36
commit
c218cf203c
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "3.0.0"
|
||||
".": "4.0.0"
|
||||
}
|
||||
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## [4.0.0](https://github.com/LuanRT/googlevideo/compare/googlevideo-v3.0.0...googlevideo-v4.0.0) (2025-07-22)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* rework library ([#27](https://github.com/LuanRT/googlevideo/issues/27))
|
||||
|
||||
### Features
|
||||
|
||||
* rework library ([#27](https://github.com/LuanRT/googlevideo/issues/27)) ([a744d6a](https://github.com/LuanRT/googlevideo/commit/a744d6af0a09d9771780c2fcf490441c5cadea2a))
|
||||
|
||||
## [3.0.0](https://github.com/LuanRT/googlevideo/compare/googlevideo-v2.0.0...googlevideo-v3.0.0) (2025-03-23)
|
||||
|
||||
|
||||
|
||||
2
jsr.json
2
jsr.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luanrt/googlevideo",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"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": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "googlevideo",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/LuanRT"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "googlevideo",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "A collection of modules for working with YouTube's proprietary video streaming protocols (UMP/SABR).",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user