5 Commits

Author SHA1 Message Date
IRHM 8f4cf90589 tags working 2025-11-23 21:10:48 +00:00
IRHM e28aea4497 Make: Fix version target by stopping newline from echo into VERSION file 2025-11-14 20:13:52 +00:00
IRHM 2e53997f9e (refactor) Move db from service function parameters to service structs
Now that we have everything encapsulated in Services, we can move the db parameters of each function into the service struct itself which:
1. Simplified calling and reduces us passing around the db in random funcs that just pass it to a service func
2. probably other stuff
3. looks nicer now
2025-11-07 00:46:07 +00:00
IRHM fd309c44bb Make: Disable git commit for npm version command 2025-11-06 22:48:42 +00:00
IRHM 40ec711f71 Create Makefile for updating version numbers 2025-11-06 22:44:44 +00:00