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/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.40" ;
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);
@@ -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.40" ;
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.40",
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.20.2",
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",