nexarch 0.9.9 → 0.9.10
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.
|
@@ -1548,7 +1548,8 @@ ${subPackages.map((sp) => ` • ${sp.name} (${sp.relativePath})`).join("\n")
|
|
|
1548
1548
|
RELATIONSHIP TYPE RULES:
|
|
1549
1549
|
application → technology_component : --type "depends_on"
|
|
1550
1550
|
technology_component → technology_component : --type "depends_on"
|
|
1551
|
-
any → platform
|
|
1551
|
+
any → platform : --type "runs_on"
|
|
1552
|
+
any → platform_component : --type "depends_on" (or "integrates_with" where appropriate)
|
|
1552
1553
|
any → model : --type "uses_model"
|
|
1553
1554
|
|
|
1554
1555
|
Pre-resolved dependencies per sub-package (already wired by init-project; review only):
|