ba-web-framework/src
Alan Bridgeman 0402b5297b
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 35s
Bunped version of auth library + refactored some of OAuthApp object to be able to get access to lower objects (Client) if necessary
2026-01-19 11:38:42 -06: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 Provided diagnosis is correct had issues because of an improper falsy check (which is why given the choice, I prefere strictly typed languages) 2026-01-12 20:51:17 -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 Bunped version of auth library + refactored some of OAuthApp object to be able to get access to lower objects (Client) if necessary 2026-01-19 11:38:42 -06:00
utils Bringing local and remote repository in line with one another and adding Github Actions to publish package 2025-04-29 12:06:39 -05: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 Updated auth package and made corresponding changes within the code including creating types etc... + separated oauth stuff to it's own folder 2026-01-11 01:34:37 -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 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
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