ba-web-framework/src
Alan Bridgeman b965b53668
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 25s
Attempting to resolve what I think is out of order issue
2026-05-13 15:28:11 -05:00
..
bin Initial Code Commit 2025-02-17 16:32:27 -06:00
controllers Moved joinPaths to BaseController as a protected static function + refactored large chunks of Router to work with the new stuff 2026-01-12 16:54:56 -06:00
decorators Updated dependency version (and made appropriate changes) + added new @PATCH decorators for HTTP PATCH routes + dded generic @AuthenticatedRoute decorator 2026-02-18 21:42:15 -06:00
middlewares Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
oauth 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) 2026-05-13 13:29:25 -05:00
utils Made needed changes for adapter architecture + added HealthCheckableRequestClient that checks service health before sending request 2026-02-20 22:08:14 -06:00
App.ts Attempting to resolve what I think is out of order issue 2026-05-13 15:28:11 -05:00
BaseTemplateCreator.ts Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
index.ts Relatively small QOL updates + bumped auth library version 2026-02-23 15:36:33 -06:00
Initializer.ts Attempting to resolve what I think is out of order issue 2026-05-13 15:28:11 -05:00
Renderer.ts Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
Router.ts attempting to improve page not found logic 2026-04-08 16:09:35 -05:00
StaticFileResolver.ts Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00