Skip to content

Commit

Permalink
docs: bump typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 1, 2025
1 parent 3824bc1 commit 36e8714
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/functions/getJwksCache.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Support from the community to continue maintaining and improving this module is

***

**getJwksCache**(`config`): [`ExportedJWKSCache`](../interfaces/ExportedJWKSCache.md) \| `undefined`
**getJwksCache**(`config`): `undefined` \| [`ExportedJWKSCache`](../interfaces/ExportedJWKSCache.md)

This function can be used to export the JSON Web Key Set and the timestamp at
which it was last fetched if the client used the
Expand All @@ -29,4 +29,4 @@ Note: the client only uses the authorization server's JWK Set when

## Returns

[`ExportedJWKSCache`](../interfaces/ExportedJWKSCache.md) \| `undefined`
`undefined` \| [`ExportedJWKSCache`](../interfaces/ExportedJWKSCache.md)
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"raw-body": "^3.0.0",
"selfsigned": "^2.4.1",
"tsx": "^4.19.3",
"typedoc": "^0.27.2",
"typedoc": "^0.27.9",
"typedoc-plugin-markdown": "^4.3.1",
"typedoc-plugin-mdn-links": "^4.0.3",
"typescript": "^5.8.2",
Expand Down

0 comments on commit 36e8714

Please sign in to comment.