Skip to content

Commit

Permalink
feat: Release V2 RC
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Release V2
  • Loading branch information
alaister committed Aug 16, 2022
1 parent e621de4 commit c487683
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -37,11 +37,11 @@
"docs:json": "typedoc --entryPoints src/index.ts --out docs --includes src/**/*.ts --json docs/spec.json"
},
"dependencies": {
"@supabase/functions-js": "^1.4.0-next.5",
"@supabase/gotrue-js": "^1.23.0-next.24",
"@supabase/postgrest-js": "^1.0.0-next.7",
"@supabase/realtime-js": "^1.8.0-next.17",
"@supabase/storage-js": "^1.8.0-next.6",
"@supabase/functions-js": "^2.0.0-rc.1",
"@supabase/gotrue-js": "^2.0.0-rc.1",
"@supabase/postgrest-js": "^1.0.0-rc.1",
"@supabase/realtime-js": "^2.0.0-rc.1",
"@supabase/storage-js": "^2.0.0-rc.1",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
Expand Down

0 comments on commit c487683

Please sign in to comment.