coveo.analytics 2.28.17 → 2.28.18
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/browser.mjs +1 -1
- package/dist/coveoua.browser.js +1 -1
- package/dist/coveoua.debug.js +1 -1
- package/dist/coveoua.js +1 -1
- package/dist/definitions/version.d.ts +1 -1
- package/dist/library.cjs +1 -1
- package/dist/library.es.js +3141 -0
- package/dist/library.js +86168 -0
- package/dist/library.mjs +1 -1
- package/dist/react-native.es.js +1 -1
- package/package.json +8 -7
package/dist/library.mjs
CHANGED
|
@@ -729,7 +729,7 @@ function sha1(bytes) {
|
|
|
729
729
|
const v5 = v35('v5', 0x50, sha1);
|
|
730
730
|
var uuidv5 = v5;
|
|
731
731
|
|
|
732
|
-
var libVersion = "2.28.
|
|
732
|
+
var libVersion = "2.28.18" ;
|
|
733
733
|
|
|
734
734
|
var getFormattedLocation = function (location) {
|
|
735
735
|
return "".concat(location.protocol, "//").concat(location.hostname).concat(location.pathname.indexOf('/') === 0 ? location.pathname : "/".concat(location.pathname)).concat(location.search);
|
package/dist/react-native.es.js
CHANGED
|
@@ -658,7 +658,7 @@ const addPageViewToHistory = (pageViewValue) => __awaiter(void 0, void 0, void 0
|
|
|
658
658
|
yield store.addElementAsync(historyElement);
|
|
659
659
|
});
|
|
660
660
|
|
|
661
|
-
const libVersion = "2.28.
|
|
661
|
+
const libVersion = "2.28.18" ;
|
|
662
662
|
|
|
663
663
|
const getFormattedLocation = (location) => `${location.protocol}//${location.hostname}${location.pathname.indexOf('/') === 0 ? location.pathname : `/${location.pathname}`}${location.search}`;
|
|
664
664
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coveo.analytics",
|
|
3
|
-
"version": "2.28.
|
|
3
|
+
"version": "2.28.18",
|
|
4
4
|
"description": "📈 Coveo analytics client (node and browser compatible) ",
|
|
5
5
|
"main": "dist/library.cjs",
|
|
6
6
|
"module": "dist/browser.mjs",
|
|
@@ -25,10 +25,14 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@types/uuid": "^9.0.0",
|
|
27
27
|
"cross-fetch": "^3.1.5",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"react-native-get-random-values": "^1.8.0",
|
|
29
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
30
|
+
"uuid": "^9.0.0"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
33
|
+
"@babel/core": "^7.19.6",
|
|
34
|
+
"@babel/preset-env": "7.21.4",
|
|
35
|
+
"@babel/register": "^7.21.0",
|
|
32
36
|
"@rollup/plugin-alias": "^5.0.0",
|
|
33
37
|
"@rollup/plugin-commonjs": "^24.1.0",
|
|
34
38
|
"@rollup/plugin-json": "^6.0.0",
|
|
@@ -41,16 +45,13 @@
|
|
|
41
45
|
"@types/mime": "0.0.29",
|
|
42
46
|
"@types/node": "^6.0.45",
|
|
43
47
|
"@types/uuid": "^9.0.0",
|
|
44
|
-
"@babel/core": "^7.19.6",
|
|
45
|
-
"@babel/register": "^7.21.0",
|
|
46
|
-
"@babel/preset-env": "7.21.4",
|
|
47
48
|
"coveralls": "^3.1.1",
|
|
48
49
|
"exports-loader": "0.6.4",
|
|
49
50
|
"fetch-mock": "^9.11.0",
|
|
50
51
|
"husky": "^4.3.0",
|
|
51
52
|
"jest": "^29.1.0",
|
|
52
|
-
"jsdom": "^21.1.1",
|
|
53
53
|
"jest-environment-jsdom": "^29.5.0",
|
|
54
|
+
"jsdom": "^21.1.1",
|
|
54
55
|
"lint-staged": "^13.2.1",
|
|
55
56
|
"prettier": "^2.8.7",
|
|
56
57
|
"rimraf": "^3.0.2",
|