supertokens-website
Advanced tools
Comparing version 10.0.8 to 10.0.9
@@ -7,2 +7,9 @@ # Changelog | ||
## [unreleased] | ||
## [10.0.9] - 2022-03-18 | ||
### Adds | ||
- New FDI support (v1.13) | ||
- Workflow to verify if pr title follows conventional commits | ||
## [10.0.8] - 2022-01-25 | ||
@@ -9,0 +16,0 @@ |
@@ -75,2 +75,3 @@ # Contributing | ||
2. Reference the relevant issue or pull request and give a clear description of changes/features added when submitting a pull request | ||
3. Make sure the PR title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) specification | ||
@@ -77,0 +78,0 @@ ## SuperTokens Community |
@@ -1,2 +0,2 @@ | ||
export declare const package_version = "10.0.8"; | ||
export declare const package_version = "10.0.9"; | ||
export declare const supported_fdi: string[]; |
@@ -17,3 +17,3 @@ "use strict"; | ||
*/ | ||
exports.package_version = "10.0.8"; | ||
exports.supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12"]; | ||
exports.package_version = "10.0.9"; | ||
exports.supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13"]; |
{ | ||
"name": "supertokens-website", | ||
"version": "10.0.8", | ||
"version": "10.0.9", | ||
"description": "frontend sdk for website to be used for auth solution.", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"build-check": "cd lib && npx tsc -p tsconfig.json --noEmit", | ||
"build": "cd lib && rm -rf build && npx tsc -p tsconfig.json && cd ../ && ./node_modules/.bin/webpack -p && cd test && npx tsc -p tsconfig.json", | ||
"build": "cd lib && rm -rf build && npx tsc -p tsconfig.json && cd ../ && webpack -p && cd test && npx tsc -p tsconfig.json", | ||
"pretty": "cd lib && npx prettier --write --config .prettierrc \"ts/**/*.ts\" \"build/**/*.js\" \"../test/**/*.js\"", | ||
@@ -42,3 +42,3 @@ "build-pretty": "npm run build && npm run pretty", | ||
"set-up-hooks": "cp hooks/pre-commit.sh .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit", | ||
"pack": "./node_modules/.bin/webpack -p", | ||
"pack": "webpack -p", | ||
"build-docs": "rm -rf ./docs && npx typedoc --out ./docs --tsconfig ./lib/tsconfig.json ./lib/ts/index.ts", | ||
@@ -45,0 +45,0 @@ "size": "size-limit" |
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
180163