@fern-api/fdr-sdk 1.2.37-96d76c8270 → 1.2.37-cc77d6a840

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.
@@ -15996,6 +15996,9 @@ function mutableUpdatePointsTo(input) {
15996
15996
  const slugMap = collector.getSlugMapWithParents();
15997
15997
  const updateNode = (node) => {
15998
15998
  if (navigation_exports.hasPointsTo(node)) {
15999
+ if (node.pointsTo != null && node.type === "tab") {
16000
+ return;
16001
+ }
15999
16002
  const pointsTo = followRedirect2(node);
16000
16003
  if (pointsTo != null) {
16001
16004
  if (node.type === "root") {