supertokens-website
Advanced tools
Comparing version 10.0.6 to 10.0.7
@@ -7,2 +7,7 @@ # Changelog | ||
## [10.0.7] - 2022-01-13 | ||
### Adds | ||
- FDI 1.12 compatibility | ||
## [10.0.6] - 2021-12-16 | ||
@@ -9,0 +14,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const package_version = "10.0.6"; | ||
export declare const package_version = "10.0.7"; | ||
export declare const supported_fdi: string[]; |
@@ -17,3 +17,3 @@ "use strict"; | ||
*/ | ||
exports.package_version = "10.0.6"; | ||
exports.supported_fdi = ["1.8", "1.9", "1.10", "1.11"]; | ||
exports.package_version = "10.0.7"; | ||
exports.supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12"]; |
{ | ||
"name": "supertokens-website", | ||
"version": "10.0.6", | ||
"version": "10.0.7", | ||
"description": "frontend sdk for website to be used for auth solution.", | ||
@@ -75,2 +75,2 @@ "main": "index.js", | ||
"homepage": "https://github.com/supertokens/supertokens-website#readme" | ||
} | ||
} |
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
179288