@el-j/magic-helix-core 4.0.0-beta.6 → 4.0.0-beta.8

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.
@@ -69,6 +69,7 @@ export declare class PluginLoader {
69
69
  /**
70
70
  * Detect all projects in a directory (for monorepo support)
71
71
  * Enhanced version that recursively scans for ALL project types
72
+ * Now runs ALL plugins on each discovered path for multi-language support
72
73
  */
73
74
  detectAllProjects(rootPath: string): Promise<Array<{
74
75
  metadata: ProjectMetadata;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@el-j/magic-helix-core",
3
- "version": "4.0.0-beta.6",
3
+ "version": "4.0.0-beta.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",