@keyv/postgres
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@keyv/postgres", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "PostgreSQL storage adapter for Keyv", | ||
@@ -60,7 +60,7 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"pg": "8.7.3" | ||
"pg": "8.8.0" | ||
}, | ||
"devDependencies": { | ||
"@keyv/test-suite": "*", | ||
"ava": "^4.3.1", | ||
"ava": "^4.3.3", | ||
"keyv": "*", | ||
@@ -71,6 +71,6 @@ "@types/keyv": "^3.1.4", | ||
"this": "^1.1.0", | ||
"tsd": "^0.22.0", | ||
"tsd": "^0.24.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4", | ||
"xo": "^0.51.0" | ||
"typescript": "^4.8.3", | ||
"xo": "^0.52.3" | ||
}, | ||
@@ -77,0 +77,0 @@ "tsd": { |
@@ -0,3 +1,4 @@ | ||
/* eslint-disable @typescript-eslint/consistent-type-definitions */ | ||
import {EventEmitter} from 'events'; | ||
import {Store, StoredData} from 'keyv'; | ||
import type {Store, StoredData} from 'keyv'; | ||
@@ -4,0 +5,0 @@ export = KeyvPostgres; |
8177
162