@keyv/postgres
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@keyv/postgres", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "PostgreSQL storage adapter for Keyv", | ||
@@ -16,7 +16,7 @@ "type": "module", | ||
"scripts": { | ||
"build": "rm -rf dist && tsup src/index.ts --format cjs,esm --dts --clean", | ||
"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", | ||
"prepare": "yarn build", | ||
"test": "xo --fix && vitest run --coverage", | ||
"test:ci": "xo && vitest --run --sequence.setupFiles=list", | ||
"clean": "rm -rf node_modules && rm -rf ./coverage" | ||
"clean": "rimraf ./node_modules ./coverage ./dist" | ||
}, | ||
@@ -36,3 +36,4 @@ "xo": { | ||
"import/no-extraneous-dependencies": "off", | ||
"@typescript-eslint/no-unnecessary-type-assertion": "off" | ||
"@typescript-eslint/no-unnecessary-type-assertion": "off", | ||
"@typescript-eslint/no-unnecessary-type-arguments": "off" | ||
} | ||
@@ -64,9 +65,10 @@ }, | ||
"dependencies": { | ||
"pg": "8.12.0" | ||
"pg": "8.13.0" | ||
}, | ||
"devDependencies": { | ||
"@keyv/test-suite": "*", | ||
"@types/pg": "^8.11.6", | ||
"keyv": "^5.0.0", | ||
"tsd": "^0.31.1", | ||
"@types/pg": "^8.11.10", | ||
"keyv": "^5.0.1", | ||
"rimraf": "^6.0.1", | ||
"tsd": "^0.31.2", | ||
"xo": "^0.59.3" | ||
@@ -73,0 +75,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17850
0
6