@metrone-io/sdk 1.0.0 → 1.0.1

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.
@@ -230,4 +230,3 @@ export declare class Metrone {
230
230
  }
231
231
  export declare function initAnalytics(config: AnalyticsConfig): Metrone;
232
232
  export declare function getAnalytics(): Metrone | null;
233
- //# sourceMappingURL=Metrone.d.ts.map
package/dist/index.d.ts CHANGED
@@ -2,8 +2,8 @@
2
2
  * Metrone SDK - Main Entry Point
3
3
  * Privacy-first, first-party web analytics with edge-side includes
4
4
  */
5
+ import { Metrone } from './core/Metrone';
5
6
  export { Metrone, initAnalytics, getAnalytics } from './core/Metrone';
6
- export { Metrone as default } from './core/Metrone';
7
- export type { AnalyticsConfig, EventData, CampaignData, UpdateInfo, } from './types';
8
- export declare const VERSION = "1.0.0";
9
- //# sourceMappingURL=index.d.ts.map
7
+ export type { AnalyticsConfig, EventData, CampaignData, UpdateInfo, AnalyticsEvent, BatchEvent, ConversionEvent, InteractionEvent, ProductViewEvent, WhatsAppClickEvent, PageViewEvent, DeviceInfo, LocationInfo, SessionInfo, AnalyticsStats, CampaignStats, ProjectInfo, ErrorInfo, ConsentInfo, AnalyticsCustomEvent, AnalyticsEventListener, AnalyticsSDK, AnalyticsProviderProps, AnalyticsContextValue, UseAnalyticsReturn, AnalyticsHookOptions, AnalyticsMiddleware, AnalyticsPlugin, AnalyticsConfigValidation, AnalyticsPerformanceMetrics, AnalyticsDebugInfo } from './types';
8
+ export declare const VERSION = "1.0.1";
9
+ export default Metrone;