Updated auth package and made corresponding changes within the code including creating types etc... + separated oauth stuff to it's own folder
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s

This commit is contained in:
Alan Bridgeman 2026-01-11 01:34:37 -06:00
parent 98dc0588f8
commit 94b119f062
7 changed files with 81 additions and 13 deletions

View file

@ -13,6 +13,10 @@
"types": "./index.d.ts",
"default": "./index.js"
},
"./oauth": {
"types": "./oauth/index.d.ts",
"default": "./oauth/index.js"
},
"./middlewares": {
"types": "./middlewares/index.d.ts",
"default": "./middlewares/index.js"
@ -35,7 +39,7 @@
"create-ba-web-app": "node ./bin/create-project.js"
},
"dependencies": {
"@BridgemanAccessible/ba-auth": "^1.0.20",
"@BridgemanAccessible/ba-auth": "^1.0.21",
"@BridgemanAccessible/ba-logging": "^1.0.1",
"express": "^4.19.2",
"fs-extra": "^11.2.0",