Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
release[all]: Publish new versions (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelberg-okta authored Oct 23, 2018
1 parent 49e8f60 commit d9b25ef
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/jwt-verifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/jwt-verifier",
"version": "0.0.13",
"version": "0.0.14",
"description": "Easily validate Okta access tokens",
"repository": "https://github.com/okta/okta-oidc-js",
"homepage": "https://github.com/okta/okta-oidc-js/tree/master/packages/jwt-verifier",
Expand All @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@okta/configuration-validation": "^0.1.0",
"@okta/configuration-validation": "^0.1.1",
"jwks-rsa": "^1.2.0",
"njwt": "^0.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/oidc-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/oidc-middleware",
"version": "1.0.1",
"version": "1.0.2",
"description": "OpenId Connect middleware for authorization code flows",
"repository": "https://github.com/okta/okta-oidc-js",
"homepage": "https://github.com/okta/okta-oidc-js/tree/master/packages/oidc-middleware",
Expand All @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@okta/configuration-validation": "^0.1.0",
"@okta/configuration-validation": "^0.1.1",
"body-parser": "^1.18.2",
"connect-ensure-login": "^0.1.1",
"csurf": "^1.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/okta-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-angular",
"version": "1.0.6",
"version": "1.0.7",
"description": "Angular support for Okta",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@okta/configuration-validation": "^0.1.0",
"@okta/configuration-validation": "^0.1.1",
"@okta/okta-auth-js": "^2.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/okta-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-react-native",
"version": "0.1.1",
"version": "0.1.2",
"description": "React Native support for OpenID Connect",
"main": "src/token-client.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"src/"
],
"dependencies": {
"@okta/configuration-validation": "^0.1.0",
"@okta/configuration-validation": "^0.1.1",
"b64u-lite": "^1.0.1",
"dlv": "^1.1.1",
"isomorphic-webcrypto": "^1.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/okta-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-react",
"version": "1.1.3",
"version": "1.1.4",
"description": "React support for Okta",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/okta/okta-oidc-js#readme",
"dependencies": {
"@okta/configuration-validation": "^0.1.0",
"@okta/configuration-validation": "^0.1.1",
"@okta/okta-auth-js": "^2.0.0",
"babel-runtime": "^6.26.0",
"prop-types": "^15.5.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/okta-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-vue",
"version": "1.0.6",
"version": "1.0.7",
"description": "Vue support for Okta",
"main": "dist/okta-vue.js",
"files": [
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"homepage": "https://github.com/okta/okta-oidc-js#readme",
"dependencies": {
"@okta/configuration-validation": "^0.1.0",
"@okta/configuration-validation": "^0.1.1",
"@okta/okta-auth-js": "^2.0.0",
"cross-env": "^5.1.1",
"vue": "^2.5.17",
Expand Down

0 comments on commit d9b25ef

Please sign in to comment.