@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.
@@ -16035,6 +16035,9 @@ function mutableUpdatePointsTo(input) {
16035
16035
  const slugMap = collector.getSlugMapWithParents();
16036
16036
  const updateNode = (node) => {
16037
16037
  if (navigation_exports.hasPointsTo(node)) {
16038
+ if (node.pointsTo != null && node.type === "tab") {
16039
+ return;
16040
+ }
16038
16041
  const pointsTo = followRedirect2(node);
16039
16042
  if (pointsTo != null) {
16040
16043
  if (node.type === "root") {