@keyvhq/redis
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/microlinkhq/keyv", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"main": "src/index.js", | ||
@@ -39,4 +39,7 @@ "author": { | ||
"@keyvhq/test-suite": "latest", | ||
"@types/ioredis": "^4.27.5", | ||
"ava": "latest", | ||
"nyc": "latest" | ||
"nyc": "latest", | ||
"tsd": "latest", | ||
"typescript": "latest" | ||
}, | ||
@@ -51,3 +54,3 @@ "engines": { | ||
"posttest:docker": "docker-compose down --rmi local", | ||
"test": "nyc ava", | ||
"test": "nyc ava && tsd", | ||
"test:docker": "docker-compose up --build --abort-on-container-exit --exit-code-from test" | ||
@@ -59,3 +62,7 @@ }, | ||
}, | ||
"gitHead": "2abf6dd067c6a7a7dbe5ec54c587f315d95f9160" | ||
"tsd": { | ||
"directory": "test" | ||
}, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "f34f23200216c1023f8352a047a7c7ddd6cdb60d" | ||
} |
@@ -15,3 +15,5 @@ 'use strict' | ||
options = Object.assign( | ||
{}, | ||
{ | ||
emitErrors: true | ||
}, | ||
typeof uri === 'string' ? { uri } : uri, | ||
@@ -18,0 +20,0 @@ options |
7392
20.74%5
25%95
43.94%7
75%