Comparing version 0.0.6 to 0.0.7
@@ -50,2 +50,6 @@ "use strict"; | ||
})); | ||
it("should db-auto driver.mission.?", () => __awaiter(void 0, void 0, void 0, function* () { | ||
const expected = (0, files_1.readTestFile)(mockTestDir, 'path.driver.mission.query.expected.txt'); | ||
expect(yield (0, integration_fixture_1.executeDbAuto)(mockTestDir, `driver.mission.?`)).toEqual(expected); | ||
})); | ||
}); |
@@ -13,3 +13,4 @@ "use strict"; | ||
return planOrErrors; | ||
const links = (0, tables_1.lastPlan)(planOrErrors).possibleLinks; | ||
let lp = (0, tables_1.lastPlan)(planOrErrors); | ||
const links = Object.keys(lp.table.links); | ||
return { type: 'links', links }; | ||
@@ -16,0 +17,0 @@ } |
{ | ||
"name": "db-auto", | ||
"description": "", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "dist/index", | ||
@@ -24,9 +24,9 @@ "types": "dist/index", | ||
"commander": "^10.0.0", | ||
"@db-auto/oracle": "0.0.6", | ||
"@db-auto/mysql": "0.0.6", | ||
"@db-auto/tables": "0.0.6", | ||
"@db-auto/utils": "0.0.6", | ||
"@db-auto/files": "0.0.6", | ||
"@db-auto/mocks": "0.0.6", | ||
"@db-auto/environments": "0.0.6" | ||
"@db-auto/oracle": "0.0.7", | ||
"@db-auto/mysql": "0.0.7", | ||
"@db-auto/tables": "0.0.7", | ||
"@db-auto/utils": "0.0.7", | ||
"@db-auto/files": "0.0.7", | ||
"@db-auto/mocks": "0.0.7", | ||
"@db-auto/environments": "0.0.7" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18526
326
1
+ Added@db-auto/environments@0.0.7(transitive)
+ Added@db-auto/files@0.0.7(transitive)
+ Added@db-auto/mocks@0.0.7(transitive)
+ Added@db-auto/mysql@0.0.7(transitive)
+ Added@db-auto/oracle@0.0.7(transitive)
+ Added@db-auto/tables@0.0.7(transitive)
+ Added@db-auto/utils@0.0.7(transitive)
- Removed@db-auto/environments@0.0.6(transitive)
- Removed@db-auto/files@0.0.6(transitive)
- Removed@db-auto/mocks@0.0.6(transitive)
- Removed@db-auto/mysql@0.0.6(transitive)
- Removed@db-auto/oracle@0.0.6(transitive)
- Removed@db-auto/tables@0.0.6(transitive)
- Removed@db-auto/utils@0.0.6(transitive)
Updated@db-auto/environments@0.0.7
Updated@db-auto/files@0.0.7
Updated@db-auto/mocks@0.0.7
Updated@db-auto/mysql@0.0.7
Updated@db-auto/oracle@0.0.7
Updated@db-auto/tables@0.0.7
Updated@db-auto/utils@0.0.7