Changed the framework so that apps out of the box come with the Bridgeman Accessible Web Components library (which if not used introduces little latency but if used provide large value)
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 34s

This commit is contained in:
Alan Bridgeman 2026-05-13 13:29:25 -05:00
parent 7f9506279f
commit 5a18653c69
5 changed files with 36 additions and 11 deletions

View file

@ -41,6 +41,7 @@
"dependencies": {
"@BridgemanAccessible/ba-auth": "^1.0.52",
"@BridgemanAccessible/ba-logging": "^1.0.2",
"@BridgemanAccessible/ba-web-components": "^1.0.0",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"jsdom": "^24.1.0",