From ce9880792d62da509ae1ebaa566e437623060b3e Mon Sep 17 00:00:00 2001 From: Roj Date: Wed, 8 May 2024 23:17:12 +0300 Subject: [PATCH] Update MTKruto --- MTKruto | 2 +- client/deps.ts | 14 +++++++------- deno.jsonc | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/MTKruto b/MTKruto index ebe5efd..be7485d 160000 --- a/MTKruto +++ b/MTKruto @@ -1 +1 @@ -Subproject commit ebe5efd9d655902639ce0dd3f23470bed074b8a8 +Subproject commit be7485df397152b6cd6d67e0db84fe9a2d339185 diff --git a/client/deps.ts b/client/deps.ts index cd362e0..6ad8896 100644 --- a/client/deps.ts +++ b/client/deps.ts @@ -18,8 +18,8 @@ * along with this program. If not, see . */ -export { unreachable } from "https://deno.land/std@0.223.0/assert/unreachable.ts"; -export { unimplemented } from "https://deno.land/std@0.223.0/assert/unimplemented.ts"; +export { unreachable } from "https://deno.land/std@0.224.0/assert/unreachable.ts"; +export { unimplemented } from "https://deno.land/std@0.224.0/assert/unimplemented.ts"; export type { BotCommand, @@ -56,10 +56,10 @@ export type { VideoChat, VideoChatActive, VideoChatScheduled, -} from "https://deno.land/x/mtkruto@0.1.600/mod.ts"; -export { cleanObject } from "https://deno.land/x/mtkruto@0.1.600/utilities/0_object.ts"; -export { iterateReadableStream } from "https://deno.land/x/mtkruto@0.1.600/utilities/1_misc.ts"; -export { Composer } from "https://deno.land/x/mtkruto@0.1.600/client/1_composer.ts"; -export { resolve } from "https://deno.land/x/mtkruto@0.1.600/client/0_utilities.ts"; +} from "https://deno.land/x/mtkruto@0.1.708/mod.ts"; +export { cleanObject } from "https://deno.land/x/mtkruto@0.1.708/utilities/0_object.ts"; +export { iterateReadableStream } from "https://deno.land/x/mtkruto@0.1.708/utilities/1_misc.ts"; +export { Composer } from "https://deno.land/x/mtkruto@0.1.708/client/1_composer.ts"; +export { resolve } from "https://deno.land/x/mtkruto@0.1.708/client/0_utilities.ts"; export type { AllowedMethod } from "../allowed_methods.ts"; export { transform } from "../transform.ts"; diff --git a/deno.jsonc b/deno.jsonc index 0e6d511..345438e 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -8,7 +8,7 @@ }, "imports": { "mtkruto/": "./MTKruto/", - "std/": "https://deno.land/std@0.223.0/", + "std/": "https://deno.land/std@0.224.0/", "preact": "https://esm.sh/preact@10.20.1", "preact/": "https://esm.sh/preact@10.20.1/", "ts_morph/": "https://deno.land/x/ts_morph@19.0.0/",