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

This commit is contained in:
Alan Bridgeman 2026-04-03 12:06:56 -05:00
parent f1eb278885
commit 299007e068
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.45", "@BridgemanAccessible/ba-auth": "^1.0.46",
"@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.45": "@BridgemanAccessible/ba-auth@^1.0.46":
version "1.0.45" version "1.0.46"
resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth/-/ba-auth-1.0.45.tgz#4120753d8942e0646de0564da869c41fd81901e4" resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-auth/-/ba-auth-1.0.46.tgz#dee6ea5111ec76134d27b1720c39a2a4f5050f56"
integrity sha512-vUhw+hBm+cmGg21DNLOHpWT7RzLtIwZnLmrf9Z/zGg3pNfy1vqB6+buj83deU7bAFoSDzrqBc7AfrUEIC9zv8A== integrity sha512-kcvlOFjbrnkAhznCKV2GPI02uzBoUCeoj0HjpyHiQpVa78jxtQC6hb4VMH0Ie3vrNtWIGyrXBJdZe3n5NEewlw==
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"