analytics-client
Advanced tools
Comparing version 1.2.0-fix-passedDeviceId-type-d16732fc533953fc42bab03bb58dbe454f6fb4e1 to 1.2.0-fix-passedDeviceId-type-ea4579a8ddf1a499342466cf6c4a59c25b005547
@@ -10,2 +10,3 @@ # Change Log | ||
* Changed return type of getPassedDeviceId [Ezequiel Boehler] | ||
* Changed type of passedDeviceId on url-params Changed it from null to undefined on url-params.ts [Ezequiel Boehler] | ||
@@ -12,0 +13,0 @@ |
{ | ||
"name": "analytics-client", | ||
"version": "1.2.0-fix-passedDeviceId-type-d16732fc533953fc42bab03bb58dbe454f6fb4e1", | ||
"version": "1.2.0-fix-passedDeviceId-type-ea4579a8ddf1a499342466cf6c4a59c25b005547", | ||
"description": "Convenient builders to compose analytics tools", | ||
@@ -5,0 +5,0 @@ "repository": { |
{ | ||
"name": "analytics-client", | ||
"version": "1.2.0-fix-passedDeviceId-type-d16732fc533953fc42bab03bb58dbe454f6fb4e1", | ||
"version": "1.2.0-fix-passedDeviceId-type-ea4579a8ddf1a499342466cf6c4a59c25b005547", | ||
"description": "Convenient builders to compose analytics tools", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -109,3 +109,3 @@ import * as Cookies from 'js-cookie'; | ||
*/ | ||
getPassedDeviceId() { | ||
getPassedDeviceId(): string | undefined { | ||
return this.passedDeviceId; | ||
@@ -112,0 +112,0 @@ } |
Sorry, the diff of this file is too big to display
289314