openid-client
Advanced tools
Comparing version 6.1.3 to 6.1.4
@@ -711,3 +711,3 @@ import * as oauth from 'oauth4webapi'; | ||
* Custom {@link !fetch Fetch API} implementation to use for the HTTP Requests | ||
* the client will be making. If this option is used, then the same timeout | ||
* the client will be making. If this option is used, then the customFetch | ||
* value will be assigned to the resolved {@link Configuration} instance for | ||
@@ -714,0 +714,0 @@ * use with all its future individual HTTP requests. |
@@ -8,3 +8,3 @@ import * as oauth from 'oauth4webapi'; | ||
const NAME = 'openid-client'; | ||
const VERSION = 'v6.1.3'; | ||
const VERSION = 'v6.1.4'; | ||
USER_AGENT = `${NAME}/${VERSION}`; | ||
@@ -11,0 +11,0 @@ headers = { 'user-agent': USER_AGENT }; |
{ | ||
"name": "openid-client", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"description": "OAuth 2 / OpenID Connect Client API for JavaScript Runtimes", | ||
@@ -88,3 +88,3 @@ "keywords": [ | ||
"jose": "^5.9.6", | ||
"oauth4webapi": "^3.1.1" | ||
"oauth4webapi": "^3.1.3" | ||
}, | ||
@@ -98,26 +98,26 @@ "devDependencies": { | ||
"@types/koa__cors": "^5.0.0", | ||
"@types/node": "^20.16.13", | ||
"@types/passport": "^1.0.16", | ||
"@types/qunit": "^2.19.10", | ||
"@types/node": "^22.9.0", | ||
"@types/passport": "^1.0.17", | ||
"@types/qunit": "^2.19.12", | ||
"archiver": "^7.0.1", | ||
"ava": "^6.1.3", | ||
"ava": "^6.2.0", | ||
"chrome-launcher": "^1.1.2", | ||
"edge-runtime": "^3.0.3", | ||
"edge-runtime": "^3.0.5", | ||
"esbuild": "^0.24.0", | ||
"ky": "^1.7.2", | ||
"oidc-provider": "^8.5.2", | ||
"oidc-provider": "^8.5.3", | ||
"patch-package": "^8.0.0", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"puppeteer-core": "^23.6.0", | ||
"puppeteer-core": "^23.8.0", | ||
"qunit": "^2.22.0", | ||
"raw-body": "^3.0.0", | ||
"selfsigned": "^2.4.1", | ||
"tsx": "^4.19.1", | ||
"typedoc": "^0.26.10", | ||
"typedoc-plugin-markdown": "^4.2.9", | ||
"typedoc-plugin-mdn-links": "^3.3.4", | ||
"tsx": "^4.19.2", | ||
"typedoc": "^0.26.11", | ||
"typedoc-plugin-markdown": "^4.2.10", | ||
"typedoc-plugin-mdn-links": "^3.3.7", | ||
"typescript": "^5.6.3", | ||
"undici": "^6.20.1" | ||
"undici": "^6.21.0" | ||
} | ||
} |
@@ -220,3 +220,3 @@ # openid-client | ||
[sponsor-auth0]: https://auth0.com/signup?utm_source=external_sites&utm_medium=panva&utm_campaign=devn_signup | ||
[sponsor-auth0]: https://a0.to/signup/panva | ||
[WebCryptoAPI]: https://w3c.github.io/webcrypto/ | ||
@@ -223,0 +223,0 @@ [Fetch API]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API |
166578
Updatedoauth4webapi@^3.1.3