@sprig-technologies/sprig-browser 2.23.1 → 2.23.3

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.
package/dist/index.d.ts CHANGED
@@ -872,6 +872,7 @@ interface Config {
872
872
  pageUrlEvents: PageUrlEvent[];
873
873
  path?: string;
874
874
  platform?: Platform;
875
+ previewKey?: string | null;
875
876
  replayNonce?: string;
876
877
  replaySettings?: object;
877
878
  requireUserIdForTracking: boolean;