@dreamtree-org/graphify 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  runPipeline,
14
14
  saveResult,
15
15
  validateRules
16
- } from "../chunk-QEB7A5KB.js";
16
+ } from "../chunk-5Q4BCTMF.js";
17
17
  import {
18
18
  affectedBy,
19
19
  buildContextPack,
@@ -25,11 +25,11 @@ import {
25
25
  shortestPath,
26
26
  testsForChangedFiles,
27
27
  testsForNode
28
- } from "../chunk-7LTO76UD.js";
28
+ } from "../chunk-OHN5UO6W.js";
29
29
  import {
30
30
  validateDsn,
31
31
  validateUrl
32
- } from "../chunk-6JLEILYF.js";
32
+ } from "../chunk-N3VOEXK3.js";
33
33
 
34
34
  // src/cli/index.ts
35
35
  import { execFile as execFile2 } from "child_process";
@@ -771,7 +771,7 @@ program.name("graphify").description("Turn a folder of code/docs/papers into a q
771
771
  }
772
772
  let extraExtractions;
773
773
  if (options.mysql) {
774
- const { extractMysql } = await import("../mysql-EJ6XOWR4.js");
774
+ const { extractMysql } = await import("../mysql-DJMXLP3O.js");
775
775
  console.error(`Extracting MySQL schema from ${validateDsn(options.mysql).safeDisplay} ...`);
776
776
  extraExtractions = [await extractMysql(options.mysql)];
777
777
  }