@supabase/auth-helpers-react
Advanced tools
Comparing version 0.3.0-next.4 to 0.3.0
# @supabase/auth-helpers-react | ||
## 0.3.0 | ||
### Minor Changes | ||
- fd30e33: Update to work with supabase-js v2 RC | ||
### Patch Changes | ||
- 3154f16: fix: typing for useSupabaseClient. | ||
- fe5c4a6: chore: improve types. | ||
- 2fdb094: chore: types and middleware improvements. | ||
- Updated dependencies [20fa944] | ||
- Updated dependencies [fd30e33] | ||
- Updated dependencies [fe5c4a6] | ||
- Updated dependencies [2fdb094] | ||
- @supabase/auth-helpers-shared@0.2.0 | ||
## 0.3.0-next.4 | ||
@@ -4,0 +21,0 @@ |
{ | ||
"name": "@supabase/auth-helpers-react", | ||
"version": "0.3.0-next.4", | ||
"version": "0.3.0", | ||
"main": "dist/index.js", | ||
@@ -21,3 +21,3 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@supabase/supabase-js": "2.0.0-rc.10", | ||
"@supabase/supabase-js": "2.0.0", | ||
"@types/react": "^17.0.20", | ||
@@ -34,3 +34,3 @@ "@types/react-dom": "^17.0.9", | ||
"dependencies": { | ||
"@supabase/auth-helpers-shared": "0.2.0-next.3" | ||
"@supabase/auth-helpers-shared": "0.2.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21710
+ Added@supabase/auth-helpers-shared@0.2.0(transitive)
- Removed@supabase/auth-helpers-shared@0.2.0-next.3(transitive)