feat: update aggregate implementation

This commit is contained in:
2025-08-11 13:34:28 +02:00
parent 9dddc4e79f
commit cc8c558db6
37 changed files with 361 additions and 511 deletions

View File

@@ -4,17 +4,17 @@
"mongodb": "6",
"nanoid": "5",
"postgres": "3",
"zod": "3.25"
"zod": "4"
},
"devDependencies": {
"@std/async": "npm:@jsr/std__async@1.0.13",
"@std/assert": "npm:@jsr/std__assert@1.0.13",
"@std/testing": "npm:@jsr/std__testing@1.0.14",
"@std/async": "npm:@jsr/std__async@1",
"@std/assert": "npm:@jsr/std__assert@1",
"@std/testing": "npm:@jsr/std__testing@1",
"@valkyr/testcontainers": "npm:@jsr/valkyr__testcontainers@2",
"eslint": "9.30.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"fake-indexeddb": "6.0.1",
"prettier": "3.6.2",
"typescript-eslint": "8.35.1"
"eslint": "9",
"eslint-plugin-simple-import-sort": "12",
"fake-indexeddb": "6",
"prettier": "3",
"typescript-eslint": "8"
}
}