better-attribution
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,2 +7,4 @@ declare const DefaultQueryParams: string[]; | ||
}) => { | ||
firstTouchKey: string; | ||
lastTouchKey: string; | ||
getLastTouch: () => Record<string, string>; | ||
@@ -9,0 +11,0 @@ getFirstTouch: () => Record<string, string>; |
@@ -123,2 +123,4 @@ "use strict"; | ||
return { | ||
firstTouchKey, | ||
lastTouchKey, | ||
getLastTouch, | ||
@@ -125,0 +127,0 @@ getFirstTouch, |
{ | ||
"name": "better-attribution", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Track first and last attr", | ||
@@ -40,2 +40,2 @@ "publishConfig": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11661
241