coveo.analytics 2.30.40 → 2.30.41
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 +3 -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 +3 -1
- package/dist/library.js +1 -1
- package/dist/library.mjs +1 -1
- package/dist/react-native.es.js +3 -1
- package/package.json +2 -2
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.30.
|
|
732
|
+
var libVersion = "2.30.41" ;
|
|
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
|
@@ -15,6 +15,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
15
15
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
16
16
|
PERFORMANCE OF THIS SOFTWARE.
|
|
17
17
|
***************************************************************************** */
|
|
18
|
+
/* global Reflect, Promise */
|
|
19
|
+
|
|
18
20
|
|
|
19
21
|
function __rest(s, e) {
|
|
20
22
|
var t = {};
|
|
@@ -665,7 +667,7 @@ const addPageViewToHistory = (pageViewValue) => __awaiter(void 0, void 0, void 0
|
|
|
665
667
|
yield store.addElementAsync(historyElement);
|
|
666
668
|
});
|
|
667
669
|
|
|
668
|
-
const libVersion = "2.30.
|
|
670
|
+
const libVersion = "2.30.41" ;
|
|
669
671
|
|
|
670
672
|
const getFormattedLocation = (location) => `${location.protocol}//${location.hostname}${location.pathname.indexOf('/') === 0 ? location.pathname : `/${location.pathname}`}${location.search}`;
|
|
671
673
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coveo.analytics",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.41",
|
|
4
4
|
"description": "📈 Coveo analytics client (node and browser compatible) ",
|
|
5
5
|
"main": "dist/library.cjs",
|
|
6
6
|
"module": "dist/browser.mjs",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"lint-staged": "^13.2.1",
|
|
58
58
|
"prettier": "^2.8.7",
|
|
59
59
|
"rimraf": "^3.0.2",
|
|
60
|
-
"rollup": "^3.
|
|
60
|
+
"rollup": "^3.29.5",
|
|
61
61
|
"rollup-plugin-copy": "^3.5.0",
|
|
62
62
|
"rollup-plugin-serve": "^1.0.1",
|
|
63
63
|
"rollup-plugin-typescript2": "^0.34.0",
|