Skip to content

Commit

Permalink
Merge pull request #331 from vietredweb/update-event
Browse files Browse the repository at this point in the history
Update export
  • Loading branch information
vietredweb authored Dec 24, 2024
2 parents 428aca7 + 4156ce9 commit 2449bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aesirx-analytics",
"version": "2.3.3",
"version": "2.3.4",
"license": "GPL-3.0-only",
"author": "AesirX",
"repository": "https://gitlab.redweb.dk/aesirx/analytics",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { default as AnalyticsNext } from './AnalyticsNext';
export { default as AnalyticsReact } from './AnalyticsReact';
export { trackEvent } from './utils';
export { trackEvent, startTracker, endTrackerVisibilityState } from './utils';
export { AnalyticsContext } from './utils/AnalyticsContextProvider';
export { default as getFingerprint } from './lib/fingerprint';
export { default as OptInConsent } from './Components/OptInConsent';

0 comments on commit 2449bd5

Please sign in to comment.