File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11export type { StorageAdapter } from 'https://lib.deno.dev/x/grammy@1.x/mod.ts' ;
2- import { exists , existsSync } from 'https://deno.land/std@0.201 .0/fs/mod.ts' ;
3- import { resolve } from 'https://deno.land/std@0.201 .0/path/mod.ts' ;
2+ import { exists , existsSync } from 'https://deno.land/std@0.204 .0/fs/mod.ts' ;
3+ import { resolve } from 'https://deno.land/std@0.204 .0/path/mod.ts' ;
44
55export const fs = {
66 readFile : Deno . readTextFile ,
Original file line number Diff line number Diff line change 2222
2323``` ts
2424import { RedisAdapter } from " https://deno.land/x/grammy_storages/redis/src/mod.ts" ;
25- import { connect } from " https://deno.land/x/redis@v0.29.4 /mod.ts" ;
25+ import { connect } from " https://deno.land/x/redis@v0.31.0 /mod.ts" ;
2626```
2727
2828## Usage
Original file line number Diff line number Diff line change 1- export { SupabaseClient } from 'https://esm.sh/@supabase/supabase-js@2.33.1 ' ;
1+ export { SupabaseClient } from 'https://esm.sh/@supabase/supabase-js@2.38.3 ' ;
You can’t perform that action at this time.
0 commit comments