@chrisdudek/yg 2.3.1 → 2.3.3

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/bin.js CHANGED
@@ -3783,7 +3783,7 @@ function printNode(node, prefix, isLast, depth, maxDepth) {
3783
3783
  const connector = isLast ? "\u2514\u2500\u2500 " : "\u251C\u2500\u2500 ";
3784
3784
  const name = node.path.split("/").pop() ?? node.path;
3785
3785
  const type = `[${node.meta.type}]`;
3786
- const tags = node.meta.aspects?.length ? ` aspects:${node.meta.aspects.join(",")}` : "";
3786
+ const tags = node.meta.aspects?.length ? ` aspects:${node.meta.aspects.map((a) => a.aspect).join(",")}` : "";
3787
3787
  const blackbox = node.meta.blackbox ? " \u25A0 blackbox" : "";
3788
3788
  const relationCount = node.meta.relations?.length ?? 0;
3789
3789
  process.stdout.write(