@supabase/auth-helpers-react
Advanced tools
Comparing version 0.2.2 to 0.2.3
# @supabase/auth-helpers-react | ||
## 0.2.3 | ||
### Patch Changes | ||
- Updated dependencies [56228e3] | ||
- @supabase/auth-helpers-shared@0.1.3 | ||
## 0.2.2 | ||
@@ -4,0 +11,0 @@ |
@@ -91,3 +91,3 @@ var __create = Object.create; | ||
} | ||
setError(new Error(error2).message); | ||
setError(new Error(error2)); | ||
} | ||
@@ -143,3 +143,3 @@ networkRetries = 0; | ||
const error2 = new import_auth_helpers_shared.CallbackUrlFailed(callbackUrl); | ||
setError(error2.message); | ||
setError(error2); | ||
} | ||
@@ -146,0 +146,0 @@ }); |
{ | ||
"name": "@supabase/auth-helpers-react", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "dist/index.js", | ||
@@ -33,3 +33,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@supabase/auth-helpers-shared": "0.1.2" | ||
"@supabase/auth-helpers-shared": "0.1.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
25599
+ Added@supabase/auth-helpers-shared@0.1.3(transitive)
- Removed@supabase/auth-helpers-shared@0.1.2(transitive)