supertokens-website
Advanced tools
Comparing version 18.0.1 to 18.0.2
@@ -10,2 +10,8 @@ # Changelog | ||
## [18.0.2] - 2024-02-23 | ||
### Fixes | ||
- Fix the type of the `builder` object the function override callback gets. It is not longer optional. | ||
## [18.0.1] - 2024-02-06 | ||
@@ -12,0 +18,0 @@ |
@@ -44,3 +44,3 @@ import OverrideableBuilder from "supertokens-js-override"; | ||
override?: { | ||
functions?: (originalImplementation: RecipeInterface, builder?: OverrideableBuilder<RecipeInterface>) => RecipeInterface; | ||
functions?: (originalImplementation: RecipeInterface, builder: OverrideableBuilder<RecipeInterface>) => RecipeInterface; | ||
}; | ||
@@ -62,3 +62,3 @@ }; | ||
override: { | ||
functions: (originalImplementation: RecipeInterface, builder?: OverrideableBuilder<RecipeInterface>) => RecipeInterface; | ||
functions: (originalImplementation: RecipeInterface, builder: OverrideableBuilder<RecipeInterface>) => RecipeInterface; | ||
}; | ||
@@ -65,0 +65,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
export declare const package_version = "18.0.1"; | ||
export declare const package_version = "18.0.2"; | ||
export declare const supported_fdi: string[]; |
@@ -18,3 +18,3 @@ "use strict"; | ||
*/ | ||
exports.package_version = "18.0.1"; | ||
exports.package_version = "18.0.2"; | ||
exports.supported_fdi = ["1.16", "1.17", "1.18"]; |
{ | ||
"name": "supertokens-website", | ||
"version": "18.0.1", | ||
"version": "18.0.2", | ||
"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
399994