@contember/database
Advanced tools
Comparing version 2.0.0-alpha.15 to 2.0.0-alpha.16
@@ -65,3 +65,3 @@ import { EventManager } from './EventManager'; | ||
readonly command?: string; | ||
readonly rowCount: number; | ||
readonly rowCount: number | null; | ||
readonly rows: Row[]; | ||
@@ -68,0 +68,0 @@ readonly timing?: { |
{ | ||
"name": "@contember/database", | ||
"version": "2.0.0-alpha.15", | ||
"version": "2.0.0-alpha.16", | ||
"license": "Apache-2.0", | ||
@@ -26,8 +26,8 @@ "main": "./dist/production/index.js", | ||
"dependencies": { | ||
"@contember/queryable": "2.0.0-alpha.15" | ||
"@contember/queryable": "2.0.0-alpha.16" | ||
}, | ||
"devDependencies": { | ||
"@contember/database-tester": "2.0.0-alpha.15", | ||
"@types/node": "^20.9.0", | ||
"pg": "^8.11.3" | ||
"@contember/database-tester": "2.0.0-alpha.16", | ||
"@types/node": "^20.16.5", | ||
"pg": "^8.12.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "peerDependencies": { |
@@ -144,3 +144,3 @@ import { EventManager } from './EventManager' | ||
readonly command?: string | ||
readonly rowCount: number | ||
readonly rowCount: number | null | ||
readonly rows: Row[] | ||
@@ -147,0 +147,0 @@ readonly timing?: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1666487
+ Added@contember/queryable@2.0.0-alpha.16(transitive)
- Removed@contember/queryable@2.0.0-alpha.15(transitive)