Skip to content

Commit c44e356

Browse files
committed
added missing exports
1 parent 2eca100 commit c44e356

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

packages/react-contextual-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-contextual-analytics",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "React Contextual Analytics (RCA) is a framework for collecting and emitting rich contextual analytics events to various analytics providers.",
55
"homepage": "https://github.com/0xdeafcafe/react-contextual-analytics#readme",
66
"bugs": {
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
export { useAnalytics } from './use-analytics';
1+
export { useAnalytics, type AnalyticsEmitter } from './use-analytics';
2+
export type { Map, PropsWithEmitterChild, Provider } from "./types";
23
export { AnalyticsBoundaryProvider } from './boundary-provider';
34
export { AnalyticsProvider } from './analytics-provider';
4-
export type { AnalyticsClient } from './client';
5+
export { type AnalyticsClient, createAnalyticsClient } from './client';

0 commit comments

Comments
 (0)