From 10cbeab3dcc0e1a38d14b44cfacb200541d848c4 Mon Sep 17 00:00:00 2001 From: Emilien <4016501+unixfox@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:45:57 +0100 Subject: [PATCH] update to youtube.js v12.0.0-deno --- deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deno.json b/deno.json index 443a714..0968d24 100644 --- a/deno.json +++ b/deno.json @@ -7,9 +7,9 @@ "hono": "jsr:@hono/hono@^4.6.5", "hono/logger": "jsr:@hono/hono@^4.6.5/logger", "hono/bearer-auth": "jsr:@hono/hono@^4.6.5/bearer-auth", - "youtubei.js": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v12.0.0-deno/deno.ts", - "youtubei.js/Utils": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v12.0.0-deno/deno/src/utils/Utils.ts", - "youtubei.js/NavigationEndpoint": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v12.0.0-deno/deno/src/parser/classes/NavigationEndpoint.ts", + "youtubei.js": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v12.2.0-deno/deno.ts", + "youtubei.js/Utils": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v12.2.0-deno/deno/src/utils/Utils.ts", + "youtubei.js/NavigationEndpoint": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v12.2.0-deno/deno/src/parser/classes/NavigationEndpoint.ts", "jsdom": "npm:jsdom@25.0.1", "bgutils": "https://esm.sh/bgutils-js@3.1.0", "estree": "https://esm.sh/@types/estree@1.0.6",