Skip to content

Commit df31511

Browse files
committed
Merge remote-tracking branch 'origin/0.16' into feat/webauthn-mfa
2 parents c1702d7 + 27a3de7 commit df31511

File tree

67 files changed

+10532
-829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+10532
-829
lines changed

.github/workflows/pre-commit-hook-run.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,8 @@ jobs:
1212
pr-title:
1313
name: Pre commit hook check
1414
runs-on: ubuntu-latest
15-
container: rishabhpoddar/supertokens_website_sdk_testing
1615
steps:
17-
- uses: actions/checkout@v2
18-
- name: Set up node
19-
uses: actions/setup-node@v1
20-
with:
21-
node-version: "16"
22-
- run: git init && git add --all && git -c user.name='test' -c user.email='[email protected]' commit -m 'init for pr action'
23-
- run: npm i --force || true
24-
# the below command is there cause otherwise running npm run check-circular-dependencies gives an error like:
25-
# Your cache folder contains root-owned files, due to a bug in
26-
# npm ERR! previous versions of npm which has since been addressed.
27-
- run: chown -R 1001:121 "/github/home/.npm"
28-
- run: npm i --force
29-
- run: cd test/with-typescript && npm i --force
30-
- run: apt update && apt install sudo
31-
- run: sudo ./hooks/pre-commit.sh
16+
- uses: actions/checkout@v4
17+
- run: npm ci
18+
- run: cd test/with-typescript && npm ci
19+
- run: ./hooks/pre-commit.sh

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
env:
99
CI_JOB_NUMBER: 1
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- uses: supertokens/size-limit-action@feature/continue_on_base_branch_error
1313
with:
1414
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests-pass-check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cancel-in-progress: true
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: node install
2222
run: cd ./.github/helpers && npm i
2323
- name: Calling github API

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "Node Branch: ${{ github.event.inputs.nodeBranchName }}"
5454
- name: Make git use https instead of ssh
5555
run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v4
5757
with:
5858
persist-credentials: false
5959
- run: npm i || true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.16.0] - 2025-05-16
11+
12+
- Added support for auto inference of request/response body types along with query parameter types in querier methods.
13+
- Adds a script to generate the types based on the FDI openapi spec.
1014
- Include the `shouldTryLinkingToSessionUser` flag in the `Webauthn` recipe methods
1115
- Update supported FDI versions and package version
1216

bundle/dateprovider.0d042cc9e3b4182ac1f8.js renamed to bundle/dateprovider.d3b8bc6ba64e37c53277.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/emailpassword.0777370b1565b0ce79d6.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundle/emailpassword.87aa44c54a349bab7e8a.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/emailverification.9db2b314087603b5a7ce.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundle/emailverification.d7b2490194eaffe300ed.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)