chore(main): release googlevideo 3.0.0 (#16)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-23 14:33:15 -03:00
committed by GitHub
parent c5c81a81ed
commit e217d50236
5 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{ {
".": "2.0.0" ".": "3.0.0"
} }

View File

@@ -1,5 +1,23 @@
# Changelog # Changelog
## [3.0.0](https://github.com/LuanRT/googlevideo/compare/googlevideo-v2.0.0...googlevideo-v3.0.0) (2025-03-23)
### ⚠ BREAKING CHANGES
* **protos:** Remove the fromJSON, toJSON, create and fromPartial functions ([#19](https://github.com/LuanRT/googlevideo/issues/19))
### Features
* Add support for unencrypted onesie requests & responses ([418898f](https://github.com/LuanRT/googlevideo/commit/418898faa91967ff8d60ab009d32ee49b6649ea5))
* **protos:** Add `LiveMetadata` protobuf ([#18](https://github.com/LuanRT/googlevideo/issues/18)) ([d389d24](https://github.com/LuanRT/googlevideo/commit/d389d242ab21450b750dd694889334f6a37ef4ca))
* **UMP:** Add support for partial parts ([d12432c](https://github.com/LuanRT/googlevideo/commit/d12432c0e5737f440abb75c42c7c430819751cdc))
### Code Refactoring
* **protos:** Remove the fromJSON, toJSON, create and fromPartial functions ([#19](https://github.com/LuanRT/googlevideo/issues/19)) ([c5c81a8](https://github.com/LuanRT/googlevideo/commit/c5c81a81edcd6640368ee9f09dfa4043a42ee0e7))
## [2.0.0](https://github.com/LuanRT/googlevideo/compare/googlevideo-v1.1.0...googlevideo-v2.0.0) (2024-11-02) ## [2.0.0](https://github.com/LuanRT/googlevideo/compare/googlevideo-v1.1.0...googlevideo-v2.0.0) (2024-11-02)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@luanrt/googlevideo", "name": "@luanrt/googlevideo",
"version": "2.0.0", "version": "3.0.0",
"exports": "./src/index.ts", "exports": "./src/index.ts",
"imports": { "imports": {
"@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.0.0" "@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.0.0"

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "googlevideo", "name": "googlevideo",
"version": "2.0.0", "version": "3.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "googlevideo", "name": "googlevideo",
"version": "2.0.0", "version": "3.0.0",
"funding": [ "funding": [
"https://github.com/sponsors/LuanRT" "https://github.com/sponsors/LuanRT"
], ],

View File

@@ -1,6 +1,6 @@
{ {
"name": "googlevideo", "name": "googlevideo",
"version": "2.0.0", "version": "3.0.0",
"description": "A set of utilities for working with Google Video APIs.", "description": "A set of utilities for working with Google Video APIs.",
"main": "dist/index.js", "main": "dist/index.js",
"type": "module", "type": "module",