@dbpath/postgres
Advanced tools
Comparing version 0.2.17 to 0.2.18
@@ -61,3 +61,3 @@ "use strict"; | ||
exports.postgresDal = postgresDal; | ||
exports.postgresEnvValidator = (0, utils_1.composeNameAndValidators)((0, utils_1.validateChildValue)('type', 'postgres'), (0, utils_1.validateChildString)('username', true), (0, utils_1.validateChildString)('password', true), (0, utils_1.validateChildNumber)('port'), (0, utils_1.validateChildString)('host'), (0, utils_1.validateChildString)('database')); | ||
exports.postgresEnvValidator = (0, utils_1.composeNameAndValidators)((0, utils_1.validateChildValue)('type', 'postgres'), (0, utils_1.validateChildString)('username', true), (0, utils_1.validateChildString)('password', true), (0, utils_1.validateChildString)('schema'), (0, utils_1.validateChildNumber)('port'), (0, utils_1.validateChildString)('host'), (0, utils_1.validateChildString)('database')); | ||
exports.postgresDalDialect = { | ||
@@ -64,0 +64,0 @@ limitFn: (pageNum, pageSize, s) => { |
{ | ||
"name": "@dbpath/postgres", | ||
"description": "", | ||
"version": "0.2.17", | ||
"version": "0.2.18", | ||
"main": "dist/index", | ||
@@ -21,4 +21,4 @@ "types": "dist/index", | ||
"pg": "^8.10.0", | ||
"@dbpath/utils": "0.2.17", | ||
"@dbpath/dal": "0.2.17" | ||
"@dbpath/utils": "0.2.18", | ||
"@dbpath/dal": "0.2.18" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
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
16077
+ Added@dbpath/config@0.2.18(transitive)
+ Added@dbpath/dal@0.2.18(transitive)
+ Added@dbpath/fixtures@0.2.18(transitive)
+ Added@dbpath/types@0.2.18(transitive)
+ Added@dbpath/utils@0.2.18(transitive)
- Removed@dbpath/config@0.2.17(transitive)
- Removed@dbpath/dal@0.2.17(transitive)
- Removed@dbpath/fixtures@0.2.17(transitive)
- Removed@dbpath/types@0.2.17(transitive)
- Removed@dbpath/utils@0.2.17(transitive)
Updated@dbpath/dal@0.2.18
Updated@dbpath/utils@0.2.18