We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f126b3 commit fba1c17Copy full SHA for fba1c17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@supabase/supabase-js",
3
- "version": "0.34.5",
+ "version": "0.35.0",
4
"description": "Supabase Realtime API",
5
"main": "./lib/index.js",
6
"scripts": {
@@ -22,7 +22,7 @@
22
"lib",
23
"src"
24
],
25
- "repository": "https://github.com/supabase/supabase",
+ "repository": "https://github.com/supabase/supabase-js",
26
"keywords": [
27
"supabase",
28
"realtime",
@@ -32,7 +32,7 @@
32
"author": "Supabase",
33
"license": "MIT",
34
"bugs": {
35
- "url": "https://github.com/supabase/supabase/issues"
+ "url": "https://github.com/supabase/supabase-js/issues"
36
},
37
"homepage": "https://supabase.io",
38
"devDependencies": {
0 commit comments