Skip to content

Commit

Permalink
feat(createAlgoliaInsightsPlugin): use [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Mar 20, 2023
1 parent f5298f4 commit 13dab72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
} from './types';

const VIEW_EVENT_DELAY = 400;
const ALGOLIA_INSIGHTS_VERSION = '2.3.0';
const ALGOLIA_INSIGHTS_VERSION = '2.4.0';
const ALGOLIA_INSIGHTS_SRC = `https://cdn.jsdelivr.net/npm/search-insights@${ALGOLIA_INSIGHTS_VERSION}/dist/search-insights.min.js`;

type SendViewedObjectIDsParams = {
Expand Down

0 comments on commit 13dab72

Please sign in to comment.