@aiready/visualizer 0.6.7 → 0.6.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/visualizer",
3
- "version": "0.6.7",
3
+ "version": "0.6.9",
4
4
  "description": "Interactive graph visualization for AIReady analysis results",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -49,7 +49,7 @@
49
49
  "react": "19.2.4",
50
50
  "react-dom": "19.2.4",
51
51
  "regenerator-runtime": "^0.14.1",
52
- "@aiready/core": "0.23.8"
52
+ "@aiready/core": "0.23.10"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@tailwindcss/vite": "^4.1.18",
@@ -24895,7 +24895,7 @@ function superRefine(fn) {
24895
24895
  return /* @__PURE__ */ _superRefine(fn);
24896
24896
  }
24897
24897
  //#endregion
24898
- //#region ../../core/dist/chunk-TJXR2CHZ.mjs
24898
+ //#region ../../core/dist/chunk-CGOS2J6T.mjs
24899
24899
  var Severity = /* @__PURE__ */ ((Severity2) => {
24900
24900
  Severity2["Critical"] = "critical";
24901
24901
  Severity2["Major"] = "major";
@@ -25060,8 +25060,15 @@ object({
25060
25060
  scoring: object({
25061
25061
  profile: string().optional(),
25062
25062
  weights: record(string(), number()).optional()
25063
+ }).optional(),
25064
+ visualizer: object({
25065
+ groupingDirs: array$1(string()).optional(),
25066
+ graph: object({
25067
+ maxNodes: number().optional(),
25068
+ maxEdges: number().optional()
25069
+ }).optional()
25063
25070
  }).optional()
25064
- });
25071
+ }).catchall(any());
25065
25072
  var LeadSource = /* @__PURE__ */ ((LeadSource2) => {
25066
25073
  LeadSource2["ClawMoreHero"] = "clawmore-hero";
25067
25074
  LeadSource2["ClawMoreWaitlist"] = "clawmore-waitlist";
@@ -29282,4 +29289,4 @@ function App() {
29282
29289
  (0, import_client.createRoot)(document.getElementById("root")).render(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.StrictMode, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(App, {}) }));
29283
29290
  //#endregion
29284
29291
 
29285
- //# sourceMappingURL=index-CbFQT2lU.js.map
29292
+ //# sourceMappingURL=index-BG4XVj8A.js.map