supertokens-website
Advanced tools
Comparing version 18.0.2 to 19.0.0
@@ -10,2 +10,12 @@ # Changelog | ||
## [19.0.0] - 2024-03-14 | ||
### Breaking changes | ||
- Rename `validatorId` in claim validation errors to `id` to match the backend SDKs | ||
### Changes | ||
- Added `1.19` to the list of supported FDIs | ||
## [18.0.2] - 2024-02-23 | ||
@@ -12,0 +22,0 @@ |
@@ -481,3 +481,3 @@ "use strict"; | ||
errors.push({ | ||
validatorId: validator.id, | ||
id: validator.id, | ||
reason: validationRes.reason | ||
@@ -484,0 +484,0 @@ }); |
@@ -140,3 +140,3 @@ import OverrideableBuilder from "supertokens-js-override"; | ||
export declare type ClaimValidationError = { | ||
validatorId: string; | ||
id: string; | ||
reason?: any; | ||
@@ -143,0 +143,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
export declare const package_version = "18.0.2"; | ||
export declare const package_version = "19.0.0"; | ||
export declare const supported_fdi: string[]; |
@@ -18,3 +18,3 @@ "use strict"; | ||
*/ | ||
exports.package_version = "18.0.2"; | ||
exports.supported_fdi = ["1.16", "1.17", "1.18"]; | ||
exports.package_version = "19.0.0"; | ||
exports.supported_fdi = ["1.16", "1.17", "1.18", "1.19"]; |
{ | ||
"name": "supertokens-website", | ||
"version": "18.0.2", | ||
"version": "19.0.0", | ||
"description": "frontend sdk for website to be used for auth solution.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
400176