ba-web-framework/src
Alan Bridgeman 32050bec68
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
Attempting to format error output a bit
2026-04-03 12:37:00 -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 Attempting to format error output a bit 2026-04-03 12:37:00 -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 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
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 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
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 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
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