@fern-api/fdr-sdk 1.2.37-94cc3f83f5 → 1.2.37-9bb7abe0bd

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.
@@ -14723,6 +14723,9 @@ function mutableUpdatePointsTo(input) {
14723
14723
  const slugMap = collector.getSlugMapWithParents();
14724
14724
  const updateNode = (node) => {
14725
14725
  if (navigation_exports.hasPointsTo(node)) {
14726
+ if (node.pointsTo != null && node.type === "tab") {
14727
+ return;
14728
+ }
14726
14729
  const pointsTo = followRedirect2(node);
14727
14730
  if (pointsTo != null) {
14728
14731
  if (node.type === "root") {