@rayburst/cli 0.3.6 → 0.3.7

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.
@@ -686,6 +686,8 @@ function detectConfigBasedComponents(sourceFile, nodes, nodeMap, edges, projectP
686
686
  });
687
687
  totalEdgesCreated++;
688
688
  console.log(`[DEBUG] Created edge: RouterProvider -> Router`);
689
+ console.log(`[DEBUG] Source ID: ${routerProviderNode.id}`);
690
+ console.log(`[DEBUG] Target ID: ${routerNode.id}`);
689
691
  }
690
692
  } else {
691
693
  console.warn("[DEBUG] RouterProvider external node not found, falling back to App -> Router edge");
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  readLocalMeta,
10
10
  writeLocalAnalysis,
11
11
  writeLocalMeta
12
- } from "./chunk-7MVXRAM4.js";
12
+ } from "./chunk-IUY7AA22.js";
13
13
  export {
14
14
  addGitignoreEntry,
15
15
  analyzeProject,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  rayburstPlugin
3
- } from "./chunk-7MVXRAM4.js";
3
+ } from "./chunk-IUY7AA22.js";
4
4
  export {
5
5
  rayburstPlugin
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayburst/cli",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Rayburst - Automatic code analysis for TypeScript/JavaScript projects via Vite plugin",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",