coveo.analytics 2.26.1 → 2.26.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coveoua.browser.js +1 -1
- package/dist/coveoua.browser.js.map +1 -1
- package/dist/coveoua.debug.js +2 -2
- package/dist/coveoua.debug.js.map +1 -1
- package/dist/coveoua.js +1 -1
- package/dist/coveoua.js.map +1 -1
- package/dist/definitions/react-native/index.d.ts +1 -0
- package/dist/definitions/src/react-native/index.d.ts +1 -0
- package/dist/definitions/version.d.ts +1 -1
- package/dist/library.es.js +2 -2
- package/dist/library.js +2 -2
- package/dist/react-native.es.js +118 -81514
- package/package.json +3 -2
- package/src/client/analytics.spec.ts +6 -0
- package/src/client/analytics.ts +1 -1
- package/src/react-native/index.ts +1 -0
- package/src/react-native/react-native.spec.ts +1 -1
- package/src/searchPage/searchPageClient.spec.ts +0 -1
package/dist/coveoua.debug.js
CHANGED
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
const v5 = v35('v5', 0x50, sha1);
|
|
725
725
|
var uuidv5 = v5;
|
|
726
726
|
|
|
727
|
-
var libVersion = "2.26.
|
|
727
|
+
var libVersion = "2.26.3" ;
|
|
728
728
|
|
|
729
729
|
var getFormattedLocation = function (location) {
|
|
730
730
|
return location.protocol + "//" + location.hostname + (location.pathname.indexOf('/') === 0 ? location.pathname : "/" + location.pathname) + location.search;
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
return __awaiter(this, void 0, void 0, function () {
|
|
1613
1613
|
return __generator(this, function (_a) {
|
|
1614
1614
|
if (validate(value)) {
|
|
1615
|
-
this.setCurrentVisitorId(value);
|
|
1615
|
+
this.setCurrentVisitorId(value.toLowerCase());
|
|
1616
1616
|
}
|
|
1617
1617
|
else {
|
|
1618
1618
|
if (!namespace) {
|