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
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
This commit is contained in:
parent
98dc0588f8
commit
94b119f062
7 changed files with 81 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue