@lunora/advisor 1.0.0-alpha.1 → 1.0.0-alpha.11

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/README.md CHANGED
@@ -86,7 +86,7 @@ import { fromServerSchema, loadAnalyticsRuntimeMetrics, runAdvisor } from "@luno
86
86
 
87
87
  import schema from "./lunora/schema";
88
88
 
89
- // `client` is an `@lunora/analytics` SQL client (anything with `query(sql)`).
89
+ // `client` is an `@lunora/bindings/analytics` SQL client (anything with `query(sql)`).
90
90
  const metrics = await loadAnalyticsRuntimeMetrics(client, { dataset: "ANALYTICS" });
91
91
  const findings = runAdvisor({ schema: fromServerSchema(schema), ...metrics }, { source: "runtime" });
92
92
  ```