From 611f9ec1b40d9fa60f1fd7c9be39ad1bec636f37 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 9 Jul 2022 01:43:14 +0000 Subject: [PATCH] v3.1.0-alpha.49 --- lerna.json | 2 +- packages/authx/package.json | 4 ++-- packages/http-proxy-client/package.json | 2 +- packages/http-proxy-resource/package.json | 4 ++-- packages/http-proxy-web/package.json | 4 ++-- packages/interface/package.json | 6 +++--- packages/scopes/package.json | 2 +- packages/strategy-email/package.json | 6 +++--- packages/strategy-openid/package.json | 8 ++++---- packages/strategy-password/package.json | 6 +++--- packages/strategy-saml/package.json | 8 ++++---- packages/tools/package.json | 6 +++--- 12 files changed, 29 insertions(+), 29 deletions(-) diff --git a/lerna.json b/lerna.json index 682d0a97..65c7bd4f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "packages": ["packages/*"], - "version": "3.1.0-alpha.48", + "version": "3.1.0-alpha.49", "npmClient": "yarn" } diff --git a/packages/authx/package.json b/packages/authx/package.json index c7749825..81508279 100644 --- a/packages/authx/package.json +++ b/packages/authx/package.json @@ -5,7 +5,7 @@ }, "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { - "@authx/scopes": "^3.1.0-alpha.48", + "@authx/scopes": "^3.1.0-alpha.49", "@types/auth-header": "^1.0.1", "@types/graphql-api-koa": "^2.0.2", "@types/graphql-relay": "^0.6.0", @@ -85,5 +85,5 @@ "prepublishOnly": "yarn build" }, "types": "dist/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/http-proxy-client/package.json b/packages/http-proxy-client/package.json index b51adf99..e038b606 100644 --- a/packages/http-proxy-client/package.json +++ b/packages/http-proxy-client/package.json @@ -53,5 +53,5 @@ "prepublishOnly": "yarn build" }, "types": "./dist/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/http-proxy-resource/package.json b/packages/http-proxy-resource/package.json index f3fcf677..304e2a2d 100644 --- a/packages/http-proxy-resource/package.json +++ b/packages/http-proxy-resource/package.json @@ -5,7 +5,7 @@ }, "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { - "@authx/scopes": "^3.1.0-alpha.48", + "@authx/scopes": "^3.1.0-alpha.49", "@types/http-proxy": "^1.17.5", "@types/jsonwebtoken": "^8.5.1", "@types/node-fetch": "^2.5.10", @@ -54,5 +54,5 @@ "prepublishOnly": "yarn build" }, "types": "./dist/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/http-proxy-web/package.json b/packages/http-proxy-web/package.json index 6864fed0..9e9c4be4 100644 --- a/packages/http-proxy-web/package.json +++ b/packages/http-proxy-web/package.json @@ -5,7 +5,7 @@ }, "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { - "@authx/scopes": "^3.1.0-alpha.48", + "@authx/scopes": "^3.1.0-alpha.49", "@types/cookies": "^0.7.6", "@types/http-proxy": "^1.17.5", "@types/jsonwebtoken": "^8.5.1", @@ -56,5 +56,5 @@ "prepublishOnly": "yarn build" }, "types": "./dist/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/interface/package.json b/packages/interface/package.json index 52d6d3bf..f16a8006 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -5,8 +5,8 @@ }, "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { - "@authx/authx": "^3.1.0-alpha.48", - "@authx/scopes": "^3.1.0-alpha.48", + "@authx/authx": "^3.1.0-alpha.49", + "@authx/scopes": "^3.1.0-alpha.49", "@types/graphql-react": "^8.1.1", "@types/html-webpack-plugin": "^3.2.5", "@types/memory-fs": "^0.3.3", @@ -72,5 +72,5 @@ "prepublishOnly": "yarn build" }, "types": "dist/server/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/scopes/package.json b/packages/scopes/package.json index 90c5dfa9..2402e30a 100644 --- a/packages/scopes/package.json +++ b/packages/scopes/package.json @@ -48,5 +48,5 @@ "prepublishOnly": "yarn build" }, "types": "dist/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/strategy-email/package.json b/packages/strategy-email/package.json index 54bfa82a..696efb0b 100644 --- a/packages/strategy-email/package.json +++ b/packages/strategy-email/package.json @@ -5,7 +5,7 @@ }, "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { - "@authx/scopes": "^3.1.0-alpha.48", + "@authx/scopes": "^3.1.0-alpha.49", "@types/graphql-react": "^8.1.1", "@types/pg": "^7.14.11", "@types/react": "^17.0.0", @@ -20,7 +20,7 @@ }, "description": "", "devDependencies": { - "@authx/authx": "^3.1.0-alpha.48", + "@authx/authx": "^3.1.0-alpha.49", "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "ava": "^3.5.2", @@ -68,5 +68,5 @@ "prepublishOnly": "yarn build" }, "types": "dist/server/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/strategy-openid/package.json b/packages/strategy-openid/package.json index 4cd6b4a0..6b639ff6 100644 --- a/packages/strategy-openid/package.json +++ b/packages/strategy-openid/package.json @@ -5,8 +5,8 @@ }, "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { - "@authx/scopes": "^3.1.0-alpha.48", - "@authx/strategy-email": "^3.1.0-alpha.48", + "@authx/scopes": "^3.1.0-alpha.49", + "@authx/strategy-email": "^3.1.0-alpha.49", "@types/graphql-react": "^8.1.1", "@types/pg": "^7.14.11", "@types/react": "^17.0.0", @@ -21,7 +21,7 @@ }, "description": "", "devDependencies": { - "@authx/authx": "^3.1.0-alpha.48", + "@authx/authx": "^3.1.0-alpha.49", "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "ava": "^3.5.2", @@ -70,5 +70,5 @@ "prepublishOnly": "yarn build" }, "types": "dist/server/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/strategy-password/package.json b/packages/strategy-password/package.json index 680ddb1b..d9512595 100644 --- a/packages/strategy-password/package.json +++ b/packages/strategy-password/package.json @@ -5,7 +5,7 @@ }, "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { - "@authx/scopes": "^3.1.0-alpha.48", + "@authx/scopes": "^3.1.0-alpha.49", "@types/bcrypt": "^3.0.1", "@types/graphql-react": "^8.1.1", "@types/pg": "^7.14.11", @@ -22,7 +22,7 @@ }, "description": "", "devDependencies": { - "@authx/authx": "^3.1.0-alpha.48", + "@authx/authx": "^3.1.0-alpha.49", "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "ava": "^3.5.2", @@ -70,5 +70,5 @@ "prepublishOnly": "yarn build" }, "types": "dist/server/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/strategy-saml/package.json b/packages/strategy-saml/package.json index 5acbb6f1..3ee21121 100644 --- a/packages/strategy-saml/package.json +++ b/packages/strategy-saml/package.json @@ -1,9 +1,9 @@ { "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { - "@authx/authx": "^3.1.0-alpha.48", - "@authx/scopes": "^3.1.0-alpha.48", - "@authx/strategy-email": "^3.1.0-alpha.48", + "@authx/authx": "^3.1.0-alpha.49", + "@authx/scopes": "^3.1.0-alpha.49", + "@authx/strategy-email": "^3.1.0-alpha.49", "@types/bcrypt": "^3.0.1", "@types/graphql-react": "^8.1.1", "@types/pg": "^7.14.11", @@ -71,5 +71,5 @@ "prepublishOnly": "yarn build" }, "types": "dist/server/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" } diff --git a/packages/tools/package.json b/packages/tools/package.json index 5e24de05..c2e84194 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -8,8 +8,8 @@ }, "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { - "@authx/authx": "^3.1.0-alpha.48", - "@authx/strategy-password": "^3.1.0-alpha.48", + "@authx/authx": "^3.1.0-alpha.49", + "@authx/strategy-password": "^3.1.0-alpha.49", "@types/pg": "^7.14.11", "@types/uuid": "^8.3.0", "pg": "^8.6.0", @@ -58,5 +58,5 @@ "prepublishOnly": "yarn build" }, "types": "dist/index.d.ts", - "version": "3.1.0-alpha.48" + "version": "3.1.0-alpha.49" }