@dbpath/tables
Advanced tools
Comparing version 0.2.3 to 0.2.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sqlFor = void 0; | ||
const types_1 = require("@dbpath/types"); | ||
const mapOverPath = (p, fn) => (0, types_1.isLinkInPath)(p) ? [fn(p), ...mapOverPath(p.previousLink, fn)] : [fn(p)]; | ||
function sqlFor(p) { | ||
} | ||
exports.sqlFor = sqlFor; |
{ | ||
"name": "@dbpath/tables", | ||
"description": "", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"main": "dist/index", | ||
@@ -20,4 +20,5 @@ "types": "dist/index", | ||
"dependencies": { | ||
"@dbpath/utils": "0.2.3", | ||
"@dbpath/types": "0.2.3" | ||
"@dbpath/utils": "0.2.4", | ||
"@dbpath/types": "0.2.4", | ||
"@dbpath/fixtures": "0.2.4" | ||
}, | ||
@@ -24,0 +25,0 @@ "devDependencies": { |
34032
3
27
676
+ Added@dbpath/fixtures@0.2.4
+ Added@dbpath/config@0.2.4(transitive)
+ Added@dbpath/dal@0.2.4(transitive)
+ Added@dbpath/fixtures@0.2.4(transitive)
+ Added@dbpath/types@0.2.4(transitive)
+ Added@dbpath/utils@0.2.4(transitive)
- Removed@dbpath/types@0.2.3(transitive)
- Removed@dbpath/utils@0.2.3(transitive)
Updated@dbpath/types@0.2.4
Updated@dbpath/utils@0.2.4