Skip to content

Commit

Permalink
Update MTKruto
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed May 8, 2024
1 parent af3c38e commit ce98807
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions client/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

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,
Expand Down Expand Up @@ -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";
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit ce98807

Please sign in to comment.