makethisbetter 1.29.0 → 1.30.0

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.
@@ -1,7 +1,3 @@
1
- export interface ClarityData {
2
- project_id: string;
3
- user_id: string;
4
- session_id: string;
5
- }
6
- export declare function collectClarityData(): Promise<ClarityData | null>;
1
+ import type { SessionRecordingData } from './session-recordings.js';
2
+ export declare function collectClarityRecording(): Promise<SessionRecordingData | null>;
7
3
  //# sourceMappingURL=clarity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"clarity.d.ts","sourceRoot":"","sources":["../../src/context/clarity.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,kBAAkB,IAAI,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC,CAkChE"}
1
+ {"version":3,"file":"clarity.d.ts","sourceRoot":"","sources":["../../src/context/clarity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAEhE,wBAAgB,uBAAuB,IAAI,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC,CAoC9E"}
@@ -0,0 +1,3 @@
1
+ import type { SessionRecordingData } from './session-recordings.js';
2
+ export declare function collectPostHogRecording(): SessionRecordingData | null;
3
+ //# sourceMappingURL=posthog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"posthog.d.ts","sourceRoot":"","sources":["../../src/context/posthog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAEhE,wBAAgB,uBAAuB,IAAI,oBAAoB,GAAG,IAAI,CAsBrE"}
@@ -0,0 +1,6 @@
1
+ export interface SessionRecordingData {
2
+ session_id: string;
3
+ replay_url: string;
4
+ }
5
+ export declare function collectSessionRecordings(): Promise<Record<string, SessionRecordingData>>;
6
+ //# sourceMappingURL=session-recordings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"session-recordings.d.ts","sourceRoot":"","sources":["../../src/context/session-recordings.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,wBAAsB,wBAAwB,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,CAU9F"}