refactor: collection setup

This commit is contained in:
2026-01-03 00:44:59 +01:00
parent b9b12f790d
commit 7df5ed685d
30 changed files with 1056 additions and 1234 deletions

View File

@@ -6,24 +6,22 @@
"bugs": "https://github.com/valkyrjs/db/issues",
"license": "MIT",
"dependencies": {
"bson": "6",
"dot-prop": "9",
"fast-equals": "5",
"idb": "8",
"mingo": "6",
"rfdc": "1",
"rxjs": "7"
"bson": "7.0.0",
"dot-prop": "10.1.0",
"fast-equals": "6.0.0",
"idb": "8.0.3",
"mingo": "7.1.1",
"rfdc": "1.4.1",
"rxjs": "7.8.2",
"zod": "4.3.4"
},
"devDependencies": {
"@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",
"eslint-plugin-simple-import-sort": "12",
"expect": "30",
"fake-indexeddb": "6",
"prettier": "3",
"typescript-eslint": "8"
"@biomejs/biome": "2.2.4",
"expect": "30.2.0",
"fake-indexeddb": "6.2.5"
}
}