@keyv/postgres
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "@keyv/postgres", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "PostgreSQL storage adapter for Keyv", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "xo && nyc ava --serial", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov", | ||
"clean": "rm -rf node_modules && rm -rf .nyc_output && rm -rf coverage.lcov" | ||
"test": "xo && c8 ava --serial", | ||
"test:ci": "xo && ava --serial", | ||
"clean": "rm -rf node_modules && rm -rf ./coverage" | ||
}, | ||
@@ -60,14 +60,13 @@ "xo": { | ||
"dependencies": { | ||
"pg": "8.8.0" | ||
"pg": "8.9.0" | ||
}, | ||
"devDependencies": { | ||
"@keyv/test-suite": "*", | ||
"@types/keyv": "^3.1.4", | ||
"ava": "^5.1.0", | ||
"ava": "^5.2.0", | ||
"c8": "^7.13.0", | ||
"keyv": "*", | ||
"nyc": "^15.1.0", | ||
"requirable": "^1.0.5", | ||
"ts-node": "^10.9.1", | ||
"tsd": "^0.24.1", | ||
"typescript": "^4.9.3", | ||
"tsd": "^0.25.0", | ||
"typescript": "^4.9.5", | ||
"xo": "^0.53.1" | ||
@@ -74,0 +73,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# @keyv/postgres [<img width="100" align="right" src="https://rawgit.com/lukechilds/keyv/master/media/logo.svg" alt="keyv">](https://github.com/lukechilds/keyv) | ||
# @keyv/postgres [<img width="100" align="right" src="https://jaredwray.com/images/keyv.svg" alt="keyv">](https://github.com/jaredwra/keyv) | ||
@@ -3,0 +3,0 @@ > PostgreSQL storage adapter for Keyv |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9
8231