Skip to content

Commit c1702d7

Browse files
authored
Merge branch '0.16' into feat/webauthn-mfa
2 parents 5f1ab80 + 7fec8e5 commit c1702d7

23 files changed

+47
-21
lines changed

.github/workflows/unit-tests.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Web JS Unit Tests
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
9+
push:
10+
branches:
11+
- master
12+
- "v[0-9]+.[0-9]+"
13+
tags:
14+
- "(dev-)?v[0-9]+.[0-9]+.[0-9]+"
15+
16+
jobs:
17+
unit-tests:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-node@v4
22+
with:
23+
node-version: 18
24+
- run: npm install
25+
- run: npm run test

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [unreleased]
99

1010
- Include the `shouldTryLinkingToSessionUser` flag in the `Webauthn` recipe methods
11+
- Update supported FDI versions and package version
1112

1213
## [0.15.0] - 2025-03-20
1314

bundle/dateprovider.d3b8bc6ba64e37c53277.js renamed to bundle/dateprovider.0d042cc9e3b4182ac1f8.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.09300a805fc84bdd4212.js renamed to bundle/emailpassword.0777370b1565b0ce79d6.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/emailverification.931c4f2f219eb24536d7.js renamed to bundle/emailverification.9db2b314087603b5a7ce.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/multifactorauth.5eb5b5aff18d116eb85c.js renamed to bundle/multifactorauth.5c1d9b591eda1a259829.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/multitenancy.6e036d9b64301e878460.js renamed to bundle/multitenancy.b2eb625ac855c0f20933.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/oauth2provider.48bb548b4ea1eecd9bd9.js renamed to bundle/oauth2provider.193a322e0969b7aad4eb.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/passwordless.b564470cebe1a98a3de0.js renamed to bundle/passwordless.c1f937cd504b61f83880.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/session.a8e0a78f6cb1d6d2e6ab.js renamed to bundle/session.7bfd8f38201d22e5d723.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.

0 commit comments

Comments
 (0)