@ombori/ga-settings
Advanced tools
Comparing version 2.169.0 to 2.169.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.169.1](https://github.com/ombori/gridapp/compare/v2.169.0...v2.169.1) (2022-02-09) | ||
### Bug Fixes | ||
* device id in ga-settings for xorg screen module ([90de13f](https://github.com/ombori/gridapp/commit/90de13f83c36bec3dc4b9479a696258baea9298f)) | ||
# [2.169.0](https://github.com/ombori/gridapp/compare/v2.168.0...v2.169.0) (2022-02-09) | ||
@@ -8,0 +19,0 @@ |
@@ -114,3 +114,3 @@ "use strict"; | ||
if (Object.keys(hashParams).length || Object.keys(userAgentDeviceInfo).length) { | ||
return __assign(__assign(__assign({}, userAgentDeviceInfo), hashParams), { accessId: hashParams.browserId, accessToken: hashParams.accessKey }); | ||
return __assign(__assign(__assign({}, userAgentDeviceInfo), hashParams), { id: hashParams.browserId, accessId: hashParams.browserId, accessToken: hashParams.accessKey }); | ||
} | ||
@@ -117,0 +117,0 @@ if (is_dev_1.default) |
{ | ||
"name": "@ombori/ga-settings", | ||
"version": "2.169.0", | ||
"version": "2.169.1", | ||
"main": "dist/index.js", | ||
@@ -19,3 +19,3 @@ "license": "UNLICENSED", | ||
}, | ||
"gitHead": "dde0da8404e1b1d7ea11872f2efe9c58f3ca4261" | ||
"gitHead": "b38843ac70e31e43bbda1624f01802b370e931f9" | ||
} |
@@ -184,2 +184,3 @@ import { useEffect, useState, useRef } from 'react'; | ||
...hashParams, | ||
id: hashParams.browserId, | ||
accessId: hashParams.browserId, | ||
@@ -186,0 +187,0 @@ accessToken: hashParams.accessKey, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35452
601