Skip to content

Commit

Permalink
v3.1.0-alpha.52
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Feb 1, 2023
1 parent 29261ed commit edfa331
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "3.1.0-alpha.51",
"version": "3.1.0-alpha.52",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/authx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.51",
"@authx/scopes": "^3.1.0-alpha.52",
"@types/auth-header": "^1.0.1",
"@types/graphql-api-koa": "^2.0.2",
"@types/graphql-relay": "^0.6.0",
Expand Down Expand Up @@ -85,5 +85,5 @@
"prepublishOnly": "yarn build"
},
"types": "dist/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
2 changes: 1 addition & 1 deletion packages/http-proxy-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"prepublishOnly": "yarn build"
},
"types": "./dist/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
4 changes: 2 additions & 2 deletions packages/http-proxy-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.51",
"@authx/scopes": "^3.1.0-alpha.52",
"@types/http-proxy": "^1.17.5",
"@types/jsonwebtoken": "^8.5.1",
"@types/node-fetch": "^2.5.10",
Expand Down Expand Up @@ -54,5 +54,5 @@
"prepublishOnly": "yarn build"
},
"types": "./dist/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
4 changes: 2 additions & 2 deletions packages/http-proxy-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.51",
"@authx/scopes": "^3.1.0-alpha.52",
"@types/cookies": "^0.7.6",
"@types/http-proxy": "^1.17.5",
"@types/jsonwebtoken": "^8.5.1",
Expand Down Expand Up @@ -56,5 +56,5 @@
"prepublishOnly": "yarn build"
},
"types": "./dist/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
6 changes: 3 additions & 3 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/authx": "^3.1.0-alpha.51",
"@authx/scopes": "^3.1.0-alpha.51",
"@authx/authx": "^3.1.0-alpha.52",
"@authx/scopes": "^3.1.0-alpha.52",
"@types/graphql-react": "^8.1.1",
"@types/html-webpack-plugin": "^3.2.5",
"@types/memory-fs": "^0.3.3",
Expand Down Expand Up @@ -72,5 +72,5 @@
"prepublishOnly": "yarn build"
},
"types": "dist/server/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
2 changes: 1 addition & 1 deletion packages/scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"prepublishOnly": "yarn build"
},
"types": "dist/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
6 changes: 3 additions & 3 deletions packages/strategy-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.51",
"@authx/scopes": "^3.1.0-alpha.52",
"@types/graphql-react": "^8.1.1",
"@types/pg": "^7.14.11",
"@types/react": "^17.0.0",
Expand All @@ -20,7 +20,7 @@
},
"description": "",
"devDependencies": {
"@authx/authx": "^3.1.0-alpha.51",
"@authx/authx": "^3.1.0-alpha.52",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"ava": "^3.5.2",
Expand Down Expand Up @@ -68,5 +68,5 @@
"prepublishOnly": "yarn build"
},
"types": "dist/server/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
8 changes: 4 additions & 4 deletions packages/strategy-openid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.51",
"@authx/strategy-email": "^3.1.0-alpha.51",
"@authx/scopes": "^3.1.0-alpha.52",
"@authx/strategy-email": "^3.1.0-alpha.52",
"@types/graphql-react": "^8.1.1",
"@types/pg": "^7.14.11",
"@types/react": "^17.0.0",
Expand All @@ -21,7 +21,7 @@
},
"description": "",
"devDependencies": {
"@authx/authx": "^3.1.0-alpha.51",
"@authx/authx": "^3.1.0-alpha.52",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"ava": "^3.5.2",
Expand Down Expand Up @@ -70,5 +70,5 @@
"prepublishOnly": "yarn build"
},
"types": "dist/server/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
6 changes: 3 additions & 3 deletions packages/strategy-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.51",
"@authx/scopes": "^3.1.0-alpha.52",
"@types/bcrypt": "^3.0.1",
"@types/graphql-react": "^8.1.1",
"@types/pg": "^7.14.11",
Expand All @@ -22,7 +22,7 @@
},
"description": "",
"devDependencies": {
"@authx/authx": "^3.1.0-alpha.51",
"@authx/authx": "^3.1.0-alpha.52",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"ava": "^3.5.2",
Expand Down Expand Up @@ -70,5 +70,5 @@
"prepublishOnly": "yarn build"
},
"types": "dist/server/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
8 changes: 4 additions & 4 deletions packages/strategy-saml/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/authx": "^3.1.0-alpha.51",
"@authx/scopes": "^3.1.0-alpha.51",
"@authx/strategy-email": "^3.1.0-alpha.51",
"@authx/authx": "^3.1.0-alpha.52",
"@authx/scopes": "^3.1.0-alpha.52",
"@authx/strategy-email": "^3.1.0-alpha.52",
"@types/bcrypt": "^3.0.1",
"@types/graphql-react": "^8.1.1",
"@types/pg": "^7.14.11",
Expand Down Expand Up @@ -71,5 +71,5 @@
"prepublishOnly": "yarn build"
},
"types": "dist/server/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}
6 changes: 3 additions & 3 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/authx": "^3.1.0-alpha.51",
"@authx/strategy-password": "^3.1.0-alpha.51",
"@authx/authx": "^3.1.0-alpha.52",
"@authx/strategy-password": "^3.1.0-alpha.52",
"@types/pg": "^7.14.11",
"@types/uuid": "^8.3.0",
"pg": "^8.6.0",
Expand Down Expand Up @@ -58,5 +58,5 @@
"prepublishOnly": "yarn build"
},
"types": "dist/index.d.ts",
"version": "3.1.0-alpha.51"
"version": "3.1.0-alpha.52"
}

0 comments on commit edfa331

Please sign in to comment.