Skip to content

Commit

Permalink
1.9.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Aug 7, 2019
1 parent d6e83ac commit 0369ba6
Show file tree
Hide file tree
Showing 11 changed files with 196 additions and 52 deletions.
52 changes: 44 additions & 8 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.

52 changes: 44 additions & 8 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.

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

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/oidc-client.slim.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/oidc-client.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.

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.9.0-beta.4",
"version": "1.9.0-beta.5",
"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.9.0-beta.4"; export {Version};
const Version = "1.9.0-beta.5"; export {Version};

0 comments on commit 0369ba6

Please sign in to comment.