@supabase/auth-helpers-shared
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -18,2 +18,3 @@ import { User } from '@supabase/supabase-js'; | ||
toObj(): ErrorPayload; | ||
toString(): string; | ||
} | ||
@@ -20,0 +21,0 @@ declare class CookieNotFound extends AuthHelperError { |
@@ -286,2 +286,5 @@ var __defProp = Object.defineProperty; | ||
} | ||
toString() { | ||
return JSON.stringify(this.toObj()); | ||
} | ||
}; | ||
@@ -288,0 +291,0 @@ var CookieNotFound = class extends AuthHelperError { |
{ | ||
"name": "@supabase/auth-helpers-shared", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
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
56072
778