You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ Checkout the example of `CustomAuth` in our [examples directory.](https://github
30
30
31
31
This module is distributed in 3 formats
32
32
33
-
-`esm` build `dist/customauth.esm.js` in es6 format
34
-
-`commonjs` build `dist/customauth.cjs.js` in es5 format
33
+
-`esm` build `dist/lib.esm/index.js` in es6 format
34
+
-`commonjs` build `dist/lib.cjs/index.js` in es5 format
35
35
-`umd` build `dist/customauth.umd.min.js` in es5 format without polyfilling corejs minified
36
36
37
37
By default, the appropriate format is used for your specified usecase
@@ -247,6 +247,6 @@ For other verifiers,
247
247
## Requirements
248
248
249
249
- This package requires a peer dependency of`@babel/runtime`
250
-
-Node18+
250
+
-Node20+
251
251
252
252
> Note: If you are using the `redirectToOpener` option, you _must_ update your redirect.html to [allow whitelisted URIs](serviceworker/redirect.html#L222)
0 commit comments