feat: return undefined if not found

This commit is contained in:
Waradu 2025-05-10 17:34:29 +02:00
parent fcc12812df
commit fcfc3cb107
No known key found for this signature in database
GPG key ID: F85AAC8BA8B8DAAD
3 changed files with 19 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "wirekvs-js",
"version": "2.0.0",
"version": "3.0.0",
"description": "A Node.js client for the WireKVS database service",
"main": "src/index.js",
"types": "src/index.d.ts",