@sqb/postgres
Advanced tools
Comparing version 4.1.4 to 4.1.5
{ | ||
"name": "@sqb/postgres", | ||
"description": "SQB serialization extension for PostgreSQL database", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"author": "Panates", | ||
@@ -12,3 +12,4 @@ "contributors": [ | ||
"type": "git", | ||
"url": "https://github.com/sqbjs/sqb.git" | ||
"url": "https://github.com/sqbjs/sqb.git", | ||
"directory": "packages/postgres" | ||
}, | ||
@@ -31,8 +32,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"postgresql-client": "^2.0.2" | ||
"postgresql-client": "^2.1.4" | ||
}, | ||
"peerDependencies": { | ||
"@sqb/builder": "^4.1.0", | ||
"@sqb/connect": "^4.1.2", | ||
"@sqb/postgres-dialect": "^4.1.0", | ||
"@sqb/builder": "^4.1.4", | ||
"@sqb/connect": "^4.1.4", | ||
"@sqb/postgres-dialect": "^4.1.4", | ||
"postgresql-client": "^2.0.0" | ||
@@ -39,0 +40,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
23611