Skip to content

Commit abc12bf

Browse files
committed
chore: test canaries
1 parent 57d398c commit abc12bf

File tree

2 files changed

+100
-35
lines changed

2 files changed

+100
-35
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"update:test-deps:bun": "npm run build && npm pack && cp supabase-supabase-js-*.tgz test/integration/bun/supabase-supabase-js-0.0.0-automated.tgz && cd test/integration/bun && bun install"
5151
},
5252
"dependencies": {
53-
"@supabase/auth-js": "2.71.1",
54-
"@supabase/functions-js": "2.5.0",
55-
"@supabase/node-fetch": "2.6.15",
56-
"@supabase/postgrest-js": "1.21.4",
57-
"@supabase/realtime-js": "2.15.5",
58-
"@supabase/storage-js": "2.12.1"
53+
"@supabase/auth-js": "2.71.2-canary.0",
54+
"@supabase/functions-js": "2.71.2-canary.0",
55+
"@supabase/node-fetch": "2.6.13",
56+
"@supabase/postgrest-js": "2.71.2-canary.0",
57+
"@supabase/realtime-js": "2.71.2-canary.0",
58+
"@supabase/storage-js": "2.71.2-canary.0"
5959
},
6060
"devDependencies": {
6161
"@sebbo2002/semantic-release-jsr": "^1.0.0",

0 commit comments

Comments
 (0)