Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update interfaces to match new FDI #97

Merged
merged 12 commits into from
Sep 19, 2023
Merged

Conversation

porcellus
Copy link
Collaborator

Summary of change

update interfaces to match new FDI

Related issues

Test Plan

Will be tested in auth-react

Documentation changes

Done separately

Checklist for important updates

  • Changelog has been updated
  • frontendDriverInterfaceSupported.json file has been updated (if needed)
    • Along with the associated array in lib/ts/version.ts
  • webJsInterfaceSupported.json file has been updated (if needed)
  • Changes to the version if needed
    • In package.json
    • In package-lock.json
    • In lib/ts/version.ts
  • Had run npm run build-pretty
  • Had installed and ran the pre-commit hook
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

size-limit report 📦

Path Size
lib/build/index.js 24.83 KB (+0.9% 🔺)
recipe/emailverification/index.js 25.12 KB (+0.9% 🔺)
recipe/emailpassword/index.js 25.03 KB (+1.27% 🔺)
recipe/thirdparty/index.js 26.07 KB (+1.05% 🔺)
recipe/thirdpartyemailpassword/index.js 28.04 KB (+1.28% 🔺)
recipe/session/index.js 22 KB (+1.01% 🔺)
recipe/passwordless/index.js 26.34 KB (+1.02% 🔺)
recipe/thirdpartypasswordless/index.js 28.59 KB (+1.33% 🔺)
recipe/userroles/index.js 22.25 KB (+0.98% 🔺)
recipe/multitenancy/index.js 24.47 KB (+0.98% 🔺)

@@ -1,6 +1,6 @@
{
"name": "supertokens-web-js",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dependency on supertokens-website should now be ^17.0.3

CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Outdated

### Breaking changes

- Added support for FDI 1.18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention which backend sdk version this works with

CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@rishabhpoddar rishabhpoddar changed the base branch from 0.7 to 0.8 September 19, 2023 13:22
@rishabhpoddar rishabhpoddar merged commit 16882a1 into 0.8 Sep 19, 2023
3 of 8 checks passed
@rishabhpoddar rishabhpoddar deleted the feat/account-linking branch September 19, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants