We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52f7d9 commit a13e512Copy full SHA for a13e512
packages/redis/README.md
@@ -22,7 +22,7 @@ Deno
22
23
```ts
24
import { 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";
+import { connect } from "https://deno.land/x/redis@v0.31.0/mod.ts";
26
```
27
28
## Usage
packages/supabase/src/deps.deno.ts
@@ -1 +1 @@
1
-export { SupabaseClient } from 'https://esm.sh/@supabase/supabase-js@2.33.1';
+export { SupabaseClient } from 'https://esm.sh/@supabase/supabase-js@2.33.2';
0 commit comments