v1.18.0
Feature
Enhance lastVisited timestamp logic to handle prefetch requests
- Added checks in shouldUpdateLastVisitedTimestamp to skip updates for explicit prefetch requests and browser prefetch headers.
- Updated safeFetch to include an isPrefetch option, signaling background prefetch requests to prevent lastVisited updates.
- Improved caching logic in precache-user-data to utilize the new isPrefetch flag for better handling of background requests.
