move InMemoryDB to system

This commit is contained in:
Martti Malmi
2024-01-05 12:30:28 +02:00
parent f39831dde8
commit f9302f3917
6 changed files with 23 additions and 12 deletions

View File

@ -21,6 +21,7 @@
"@peculiar/webcrypto": "^1.4.3",
"@types/debug": "^4.1.8",
"@types/jest": "^29.5.1",
"@types/lokijs": "^1.5.14",
"@types/node": "^20.5.9",
"@types/uuid": "^9.0.2",
"@types/ws": "^8.5.5",
@ -39,6 +40,7 @@
"debug": "^4.3.4",
"eventemitter3": "^5.0.1",
"isomorphic-ws": "^5.0.0",
"lokijs": "^1.5.12",
"uuid": "^9.0.0",
"ws": "^8.14.0"
}