Skip to content

Commit

Permalink
chore: update fdi and wji versions
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 13, 2022
1 parent 747fe3d commit 6ca0ab0
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Session claims related types/classes and the `validateClaims` & `getClaimValue` functions
- Added `getInvalidClaimsFromResponse` to the SessionClass to help parsing responses with invalid claim errors
- Added `API_INVALID_CLAIM` event to the Session recipe
- Added UserRoleClaim and PermissionClaim
- Added `UserRoleClaim` and `PermissionClaim`

### Breaking changes

- Only supporting FDI 1.15
- Backend SDKs have to be updated first to a version that supports session claims before enabling EmailVerification!
- supertokens-node: >= 12.0
- supertokens-golang: >= 0.9
Expand Down
2 changes: 1 addition & 1 deletion bundle/emailpassword.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/emailverification.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/passwordless.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/thirdparty.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/thirdpartyemailpassword.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/thirdpartypasswordless.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "contains a list of frontend-backend interface versions that this package supports",
"versions": ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13", "1.14"]
"versions": ["1.15"]
}
2 changes: 1 addition & 1 deletion lib/build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
*/
export const package_version = "0.1.6";

export const supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13", "1.14"];
export const supported_fdi = ["1.15"];
2 changes: 1 addition & 1 deletion webJsInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "contains the web js interface version that this package supports",
"version": "0.1"
"version": "0.2"
}

0 comments on commit 6ca0ab0

Please sign in to comment.