feat: add broker investment performance

This commit is contained in:
2026-08-27 08:27:19 +03:00
parent 4d9663a906
commit ba2ed6a049
11 changed files with 147 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@family-budget/backend",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"scripts": {
"dev": "tsx watch src/app.ts",
@@ -12,6 +12,7 @@
"test:analytics:query": "tsx src/routes/analytics.test.ts",
"test:portfolio": "tsx src/services/portfolio.test.ts",
"test:portfolio:overview": "tsx src/services/portfolioOverview.test.ts",
"test:portfolio:performance": "tsx src/services/portfolioOverview.test.ts",
"test:portfolio:db": "NODE_ENV=test tsx src/services/portfolio.integration.test.ts",
"test:transactions": "tsx src/services/transactions.test.ts",
"test:analytics:db": "NODE_ENV=test tsx src/services/analytics.integration.test.ts",