18 Commits

Author SHA1 Message Date
Claude
e45a94f260 Upgrade Apollo Server 4 to 5
@apollo/server v4 reached end-of-life on January 26, 2026. This bumps
to v5 (resolves to 5.5.0) and raises the graphql peer requirement to
^16.11.0 as required by AS5. No application code changes were needed
since the project already used the AS5-compatible patterns (separate
@as-integrations/express5 package, context in expressMiddleware options).

https://claude.ai/code/session_015DcGUmHQtHQRt2QUSefXga
2026-03-27 15:36:15 +00:00
22322e5f0a Add a separate tsconfig for excluding tests/mocks from builds, while leaving them for type checks 2025-11-20 16:52:56 -08:00
1df69b3a73 Add Node.js version to package.json 2025-11-14 11:02:55 -08:00
2c3d0a9fd4 Swap express-rate-limit for express-slow-down 2025-08-26 17:05:08 -07:00
9856719e38 Change the server setup to use Express.js for hosting 2025-08-26 11:02:03 -07:00
627cb87d34 Install express.js and express-rate-limit 2025-08-26 10:49:14 -07:00
9efd1d9289 set tests to run sequentially 2025-03-31 20:19:57 -07:00
bef2ce18fb add redis types 2025-03-31 19:35:28 -07:00
617f4dc72b add redis and run npm audit fix 2025-03-27 09:26:37 -07:00
83cf38ed91 remove dotenv 2025-03-27 08:27:14 -07:00
4990e65c3e add testing workflow and update package.json 2025-03-26 15:53:39 -07:00
a3efae9f24 add dotenv support 2025-02-10 10:32:18 -08:00
e2e47bafc5 add jsonwebtoken types 2025-02-02 14:21:20 -08:00
3bb7f3a030 add jsonwebtoken to dependencies 2025-02-02 14:00:43 -08:00
12ac84feae set up Jest configuration file 2024-12-30 14:47:53 -08:00
ea1fdd68a9 add generation step to production build 2024-12-27 13:42:35 -08:00
75c1435c95 update build scripts 2024-12-27 13:41:30 -08:00
f9bae7dc07 initial commit 2024-12-21 16:44:53 -08:00