Skip to content

Commit

Permalink
Merge pull request #4 from gregorybleiker/master
Browse files Browse the repository at this point in the history
Versions bumped
  • Loading branch information
soukoku authored Mar 1, 2019
2 parents f1e8b55 + 69e4ade commit 007b490
Show file tree
Hide file tree
Showing 8 changed files with 6,127 additions and 2,217 deletions.
3,142 changes: 2,534 additions & 608 deletions dist/VueOidcAuth.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.common.js.map

Large diffs are not rendered by default.

3,142 changes: 2,534 additions & 608 deletions dist/VueOidcAuth.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.umd.js.map

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dist/VueOidcAuth.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.umd.min.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-oidc-client",
"version": "0.2.8",
"version": "0.2.9",
"description": "Wrapper around oidc-client-js to to better work in a vue application with router integration.",
"author": "Eugene Wang",
"license": "MIT",
Expand Down Expand Up @@ -34,16 +34,16 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"oidc-client": "^1.6.0"
"oidc-client": "^1.6.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.1",
"@vue/cli-service": "^3.2.0",
"lint-staged": "^8.1.0",
"vue": "^2.5.21",
"@vue/cli-plugin-babel": "^3.4.1",
"@vue/cli-plugin-eslint": "^3.4.1",
"@vue/cli-service": "^3.4.1",
"lint-staged": "^8.1.5",
"vue": "^2.6.8",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.5.21"
"vue-template-compiler": "^2.6.8"
},
"eslintConfig": {
"root": true,
Expand Down
2,012 changes: 1,035 additions & 977 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 007b490

Please sign in to comment.