openid-client 6.3.2 → 6.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -5,7 +5,7 @@ let headers;
5
5
  let USER_AGENT;
6
6
  if (typeof navigator === 'undefined' || !navigator.userAgent?.startsWith?.('Mozilla/5.0 ')) {
7
7
  const NAME = 'openid-client';
8
- const VERSION = 'v6.3.2';
8
+ const VERSION = 'v6.3.3';
9
9
  USER_AGENT = `${NAME}/${VERSION}`;
10
10
  headers = { 'user-agent': USER_AGENT };
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openid-client",
3
- "version": "6.3.2",
3
+ "version": "6.3.3",
4
4
  "description": "OAuth 2 / OpenID Connect Client API for JavaScript Runtimes",
5
5
  "keywords": [
6
6
  "access token",