Skip to content

Commit

Permalink
Update MTKruto to 0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Jul 3, 2024
1 parent 7a33feb commit 5716a04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MTKruto
Submodule MTKruto updated 3 files
+1 −1 client/0_params.ts
+110 −42 client/5_client.ts
+485 −163 tl/0_api.ts
10 changes: 5 additions & 5 deletions client/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ export type {
VideoChat,
VideoChatActive,
VideoChatScheduled,
} from "https://deno.land/x/mtkruto@0.2.23/mod.ts";
export { cleanObject } from "https://deno.land/x/mtkruto@0.2.23/utilities/0_object.ts";
export { iterateReadableStream } from "https://deno.land/x/mtkruto@0.2.23/utilities/1_misc.ts";
export { Composer } from "https://deno.land/x/mtkruto@0.2.23/client/1_composer.ts";
export { resolve } from "https://deno.land/x/mtkruto@0.2.23/client/0_utilities.ts";
} from "https://deno.land/x/mtkruto@0.2.24/mod.ts";
export { cleanObject } from "https://deno.land/x/mtkruto@0.2.24/utilities/0_object.ts";
export { iterateReadableStream } from "https://deno.land/x/mtkruto@0.2.24/utilities/1_misc.ts";
export { Composer } from "https://deno.land/x/mtkruto@0.2.24/client/1_composer.ts";
export { resolve } from "https://deno.land/x/mtkruto@0.2.24/client/0_utilities.ts";
export type { AllowedMethod } from "../allowed_methods.ts";
export { transform } from "../transform.ts";

0 comments on commit 5716a04

Please sign in to comment.