Skip to content

Commit

Permalink
Revert "update dist"
Browse files Browse the repository at this point in the history
This reverts commit 03ed402.
  • Loading branch information
volkc-basf committed Oct 28, 2019
1 parent 03ed402 commit 763992f
Show file tree
Hide file tree
Showing 12 changed files with 176 additions and 271 deletions.
8 changes: 4 additions & 4 deletions dist/oidc-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export interface SigninResponse {
profile: any;
scope: string;
session_state: string;
state: any;
state: string;
token_type: string;

readonly expired: boolean | undefined;
Expand All @@ -354,7 +354,7 @@ export interface SignoutResponse {
error?: string;
error_description?: string;
error_uri?: string;
state?: any;
state: string;
}

export interface UserSettings {
Expand All @@ -366,7 +366,7 @@ export interface UserSettings {
scope: string;
profile: Profile;
expires_at: number;
state: any;
state: string;
}

export class User {
Expand All @@ -389,7 +389,7 @@ export class User {
/** The expires at returned from the OIDC provider */
expires_at: number;
/** The custom state transferred in the last signin */
state: any;
state: string;

toStorageString(): string;
static fromStorageString(storageString: string): User;
Expand Down
85 changes: 33 additions & 52 deletions dist/oidc-client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/oidc-client.min.js

Large diffs are not rendered by default.

85 changes: 33 additions & 52 deletions dist/oidc-client.rsa256.slim.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/oidc-client.rsa256.slim.min.js

Large diffs are not rendered by default.

85 changes: 33 additions & 52 deletions dist/oidc-client.slim.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/oidc-client.slim.min.js

Large diffs are not rendered by default.

85 changes: 33 additions & 52 deletions lib/oidc-client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/oidc-client.min.js

Large diffs are not rendered by default.

85 changes: 33 additions & 52 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-lock.json

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

0 comments on commit 763992f

Please sign in to comment.