Skip to content

Commit 8c626fc

Browse files
committed
use latest supabase-js version
1 parent 0aa8934 commit 8c626fc

File tree

3 files changed

+149
-151
lines changed

3 files changed

+149
-151
lines changed

test/deno/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
deno 1.46.3
1+
deno 2.3.5

test/deno/deno.lock

Lines changed: 146 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/deno/integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { assertEquals, assertExists } from 'https://deno.land/[email protected]/assert/mod.ts'
2-
import { createClient, SupabaseClient } from 'jsr:@supabase/supabase-js@2.49.9'
3-
import type { RealtimeChannel } from 'jsr:@supabase/supabase-js@2.49.9'
2+
import { createClient, SupabaseClient } from 'jsr:@supabase/supabase-js@2'
3+
import type { RealtimeChannel } from 'jsr:@supabase/supabase-js@2'
44

55
// These tests assume that a local Supabase server is already running
66
// Start a local Supabase instance with 'supabase start' before running these tests

0 commit comments

Comments
 (0)