chore: v13.4.0 release

This commit is contained in:
LuanRT
2025-04-23 12:34:04 +00:00
parent 06bf822ada
commit 06ec3075ea
29 changed files with 2279 additions and 303 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "youtubei.js",
"version": "13.3.0",
"version": "13.4.0",
"description": "A JavaScript client for YouTube's private API, known as InnerTube.",
"type": "module",
"types": "./dist/src/platform/lib.d.ts",
@@ -103,7 +103,7 @@
"license": "MIT",
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"jintr": "^3.3.0",
"jintr": "^3.3.1",
"tslib": "^2.5.0",
"undici": "^5.19.1"
},