@willcgage/module-schematic 0.68.0 → 0.69.0

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/dist/index.cjs CHANGED
@@ -1870,6 +1870,7 @@ function moduleFeatures(doc) {
1870
1870
  crossings,
1871
1871
  crossovers,
1872
1872
  branchConnectors,
1873
+ hasEndplateB: doc.endplates.some((e) => e.id === "B"),
1873
1874
  industries,
1874
1875
  laneMin: Math.min(...allLanes),
1875
1876
  laneMax: Math.max(...allLanes)