Skip to content

Commit 36e8714

Browse files
committed
docs: bump typedoc
1 parent 3824bc1 commit 36e8714

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/functions/getJwksCache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Support from the community to continue maintaining and improving this module is
66

77
***
88

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

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

3030
## Returns
3131

32-
[`ExportedJWKSCache`](../interfaces/ExportedJWKSCache.md) \| `undefined`
32+
`undefined` \| [`ExportedJWKSCache`](../interfaces/ExportedJWKSCache.md)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"raw-body": "^3.0.0",
114114
"selfsigned": "^2.4.1",
115115
"tsx": "^4.19.3",
116-
"typedoc": "^0.27.2",
116+
"typedoc": "^0.27.9",
117117
"typedoc-plugin-markdown": "^4.3.1",
118118
"typedoc-plugin-mdn-links": "^4.0.3",
119119
"typescript": "^5.8.2",

0 commit comments

Comments
 (0)