Bunped version of auth library + refactored some of OAuthApp object to be able to get access to lower objects (Client) if necessary
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 35s

This commit is contained in:
Alan Bridgeman 2026-01-19 11:38:42 -06:00
parent 9a21ec9614
commit 0402b5297b
3 changed files with 17 additions and 10 deletions

View file

@ -39,7 +39,7 @@
"create-ba-web-app": "node ./bin/create-project.js"
},
"dependencies": {
"@BridgemanAccessible/ba-auth": "^1.0.21",
"@BridgemanAccessible/ba-auth": "^1.0.22",
"@BridgemanAccessible/ba-logging": "^1.0.1",
"express": "^4.19.2",
"fs-extra": "^11.2.0",