analytics-client
Advanced tools
Comparing version 1.0.0-amplitude-init-changes-0831c5555c3a815d5801761b2ee55571f16c624e to 1.0.0-amplitude-init-changes-2c0e4d9909d0b2a40220c5ed17bc3f69a152735f
@@ -11,2 +11,3 @@ # Change Log | ||
* Changes on how device_id is treated on init [Ezequiel Boehler] | ||
* Changes on how device_id is treated on init [Ezequiel Boehler] | ||
@@ -13,0 +14,0 @@ # v0.12.1 |
{ | ||
"name": "analytics-client", | ||
"version": "1.0.0-amplitude-init-changes-0831c5555c3a815d5801761b2ee55571f16c624e", | ||
"version": "1.0.0-amplitude-init-changes-2c0e4d9909d0b2a40220c5ed17bc3f69a152735f", | ||
"description": "Convenient builders to compose analytics tools", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -11,3 +11,2 @@ "use strict"; | ||
this.deviceIds = new Set(); | ||
this.passedDeviceId = ''; | ||
this.optOutRequsted = false; | ||
@@ -14,0 +13,0 @@ var storedValue = Cookies.get(config_1.COOKIES_DEVICE_IDS); |
{ | ||
"name": "analytics-client", | ||
"version": "1.0.0-amplitude-init-changes-0831c5555c3a815d5801761b2ee55571f16c624e", | ||
"version": "1.0.0-amplitude-init-changes-2c0e4d9909d0b2a40220c5ed17bc3f69a152735f", | ||
"description": "Convenient builders to compose analytics tools", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -18,3 +18,3 @@ import * as Cookies from 'js-cookie'; | ||
private deviceIds: Set<string> = new Set(); | ||
private passedDeviceId: string | null = ''; | ||
private passedDeviceId: string | null; | ||
private optOutRequsted: boolean = false; | ||
@@ -21,0 +21,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
285288
2136