Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jan 30, 2021
1 parent 5a60ba4 commit d5f5789
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion dist/oidc-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface MetadataService {

getUserInfoEndpoint(): Promise<string>;

getTokenEndpoint(optional: boolean = true): Promise<string | undefined>;
getTokenEndpoint(optional?: boolean): Promise<string | undefined>;

getCheckSessionIframe(): Promise<string | undefined>;

Expand Down
8 changes: 4 additions & 4 deletions dist/oidc-client.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/oidc-client.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/oidc-client.rsa256.slim.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/oidc-client.rsa256.slim.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/oidc-client.slim.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/oidc-client.slim.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/oidc-client.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/oidc-client.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/oidc-client.rsa256.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/oidc-client.rsa256.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oidc-client",
"version": "1.11.1",
"version": "1.11.2",
"description": "OpenID Connect (OIDC) & OAuth2 client library",
"main": "lib/oidc-client.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const Version = "1.11.1"; export {Version};
const Version = "1.11.2"; export {Version};

0 comments on commit d5f5789

Please sign in to comment.