monkey-front-core 0.0.462 → 0.0.463

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.
@@ -5591,7 +5591,7 @@ class MonkeyEcxCommonsSelectors {
5591
5591
  return state.page?.[props.identifier];
5592
5592
  });
5593
5593
  };
5594
- const paginationHasDifference = (props) => {
5594
+ const linksHasDifference = (props) => {
5595
5595
  return createSelector(selectState, (state) => {
5596
5596
  const { pagination } = state;
5597
5597
  const { identifier, url } = props;
@@ -5622,7 +5622,7 @@ class MonkeyEcxCommonsSelectors {
5622
5622
  selectByIdentifier,
5623
5623
  selectPagination,
5624
5624
  selectPage,
5625
- paginationHasDifference
5625
+ linksHasDifference
5626
5626
  };
5627
5627
  }
5628
5628
  }