Bumped auth library version (v1.0.46 -> v1.0.47)
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s

This commit is contained in:
Alan Bridgeman 2026-04-03 13:15:38 -05:00
parent df1e285754
commit 1a09872272
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -2,10 +2,10 @@
# yarn lockfile v1 # yarn lockfile v1
"@BridgemanAccessible/ba-auth@^1.0.46": "@BridgemanAccessible/ba-auth@^1.0.47":
version "1.0.46" version "1.0.47"
resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth/-/ba-auth-1.0.46.tgz#dee6ea5111ec76134d27b1720c39a2a4f5050f56" resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth/-/ba-auth-1.0.47.tgz#5d3e14cee650153796d58c385674ee19141e6f72"
integrity sha512-kcvlOFjbrnkAhznCKV2GPI02uzBoUCeoj0HjpyHiQpVa78jxtQC6hb4VMH0Ie3vrNtWIGyrXBJdZe3n5NEewlw== integrity sha512-ZPYPMME/3XUHibkipN9Rr4xgLYo8suaZV7v37+kEh2VS/nWE8vhfTQhqt65DE7kKoNpEgLUPbktLL5+vt+sRyQ==
dependencies: dependencies:
"@BridgemanAccessible/ba-auth_adapters" "^1.0.6" "@BridgemanAccessible/ba-auth_adapters" "^1.0.6"
"@BridgemanAccessible/ba-auth_keystore" "^1.0.1" "@BridgemanAccessible/ba-auth_keystore" "^1.0.1"