feat: release 3.0.0

This commit is contained in:
2026-01-05 23:19:42 +01:00
parent ed15a0eb27
commit 4aaf12948c
25 changed files with 1799 additions and 1812 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@valkyr/db",
"version": "2.1.0",
"version": "3.0.0",
"exports": {
".": "./src/mod.ts"
},
@@ -24,7 +24,7 @@
},
"test": {
"command": "deno test --allow-all ./src",
"command": "deno test --allow-all",
"description": "Run all tests using Denos built-in test runner."
},