@db-auto/tables
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -12,3 +12,3 @@ "use strict"; | ||
const previousTable = planLink.linkTo; | ||
return [...plan.where, `${previousTable.alias}.${(0, tables_1.idThere)(link)} = ${plan.alias}.${(0, tables_1.idHere)(link)}`]; | ||
return [...plan.where, `${previousTable.alias}.${(0, tables_1.idHere)(link)} = ${plan.alias}.${(0, tables_1.idThere)(link)}`]; | ||
} | ||
@@ -15,0 +15,0 @@ exports.whereFor = whereFor; |
{ | ||
"name": "@db-auto/tables", | ||
"description": "", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"main": "dist/index", | ||
@@ -20,3 +20,3 @@ "types": "dist/index", | ||
"dependencies": { | ||
"@db-auto/utils": "0.0.20" | ||
"@db-auto/utils": "0.0.21" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
+ Added@db-auto/utils@0.0.21(transitive)
- Removed@db-auto/utils@0.0.20(transitive)
Updated@db-auto/utils@0.0.21