coveo.analytics 2.31.0 → 2.32.0
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.browser.js.map +1 -1
- package/dist/coveoua.debug.js +1 -1
- 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 +0 -1
- package/dist/definitions/version.d.ts +1 -1
- package/dist/library.cjs +1 -1
- package/dist/library.es.js +1 -1
- package/dist/library.js +1 -1
- package/dist/library.mjs +1 -1
- package/dist/react-native.es.js +1 -1
- package/package.json +5 -5
- package/src/react-native/index.ts +3 -0
- package/src/react-native/react-native.spec.ts +9 -0
package/dist/coveoua.debug.js
CHANGED
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
v5.DNS = DNS;
|
|
665
665
|
v5.URL = URL$1;
|
|
666
666
|
|
|
667
|
-
var libVersion = "2.
|
|
667
|
+
var libVersion = "2.32.0";
|
|
668
668
|
|
|
669
669
|
var getFormattedLocation = function (location) {
|
|
670
670
|
return "".concat(location.protocol, "//").concat(location.hostname).concat(location.pathname.indexOf('/') === 0 ? location.pathname : "/".concat(location.pathname)).concat(location.search);
|