Made needed changes for adapter architecture + added HealthCheckableRequestClient that checks service health before sending request
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
This commit is contained in:
parent
38cd098cab
commit
6ac9c2518f
5 changed files with 165 additions and 8 deletions
17
yarn.lock
17
yarn.lock
|
|
@ -2,11 +2,12 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@BridgemanAccessible/ba-auth@^1.0.35":
|
||||
version "1.0.35"
|
||||
resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth/-/ba-auth-1.0.35.tgz#25d4f7149d3281fb69acd73674cf6de9858622a9"
|
||||
integrity sha512-vxmSUTXcuw00Hj0xvTe3tx0D19yoOhQVuBo/vjDLJABXjJO7/th+KHGukJOghmlnERCLv+DgGJTxq65K+ikNZQ==
|
||||
"@BridgemanAccessible/ba-auth@^1.0.36":
|
||||
version "1.0.36"
|
||||
resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth/-/ba-auth-1.0.36.tgz#7654d37d3e078cd0c3b226d05b15e873437133b5"
|
||||
integrity sha512-9e1OYDhUhkl38FmL2wMhPjfqsy2Pt/+o0WQtHne2cPMDAoz4h0cat9NE3lGDnCn1LMkUXaCXvNXoRUDJkUpFJw==
|
||||
dependencies:
|
||||
"@BridgemanAccessible/ba-auth_adapters" "^1.0.1"
|
||||
"@BridgemanAccessible/ba-auth_keystore" "^1.0.1"
|
||||
"@BridgemanAccessible/ba-logging" "^1.0.1"
|
||||
argon2 "^0.40.1"
|
||||
|
|
@ -18,6 +19,14 @@
|
|||
psl "^1.15.0"
|
||||
uuid "^9.0.1"
|
||||
|
||||
"@BridgemanAccessible/ba-auth_adapters@^1.0.1":
|
||||
version "1.0.1"
|
||||
resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth_adapters/-/ba-auth_adapters-1.0.1.tgz#ba5a4bcc7e2a8a22a539165140b1900e618db535"
|
||||
integrity sha512-RigrC3wbDB+MICgLyHpyunrVXUa6NpT14jVk01DYZPIXgbLURfTJhhNB8Xm8AP5/t3onMBvGoz3hNNON6jxOqQ==
|
||||
dependencies:
|
||||
"@BridgemanAccessible/ba-logging" "^1.0.1"
|
||||
express "^5.2.1"
|
||||
|
||||
"@BridgemanAccessible/ba-auth_keystore@^1.0.1":
|
||||
version "1.0.1"
|
||||
resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth_keystore/-/ba-auth_keystore-1.0.1.tgz#79538f38fed5770a146eb34680f77f68604285a5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue