analytics-client
Advanced tools
Comparing version 1.5.0 to 1.6.0-changes-client-config-202c85add1f48ed47ce9d15f911d1b996bbcec69
@@ -7,2 +7,7 @@ # Change Log | ||
# v1.6.0 | ||
## (2021-04-22) | ||
* Added unsetParamsReferrerOnNewSession to client [Ezequiel Boehler] | ||
# v1.5.0 | ||
@@ -9,0 +14,0 @@ ## (2021-03-29) |
{ | ||
"name": "analytics-client", | ||
"version": "1.5.0", | ||
"version": "1.6.0-changes-client-config-202c85add1f48ed47ce9d15f911d1b996bbcec69", | ||
"description": "Convenient builders to compose analytics tools", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -31,2 +31,3 @@ "use strict"; | ||
amplConfig.sameSiteCookie = 'Lax'; | ||
amplConfig.unsetParamsReferrerOnNewSession = true; | ||
if (config.deviceId) { | ||
@@ -33,0 +34,0 @@ amplConfig.deviceId = config.deviceId; |
{ | ||
"name": "analytics-client", | ||
"version": "1.5.0", | ||
"version": "1.6.0-changes-client-config-202c85add1f48ed47ce9d15f911d1b996bbcec69", | ||
"description": "Convenient builders to compose analytics tools", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -100,2 +100,3 @@ import amplitude = require('amplitude-js'); | ||
amplConfig.sameSiteCookie = 'Lax'; | ||
amplConfig.unsetParamsReferrerOnNewSession = true; | ||
@@ -102,0 +103,0 @@ if (config.deviceId) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
312799
2571
2