@pendo/agent 2.328.2 → 2.330.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/dom.esm.js +2 -2
- package/dist/pendo.module.js +573 -513
- package/dist/pendo.module.min.js +11 -11
- package/dist/servers.json +7 -7
- package/index.js +1 -1
- package/package.json +1 -1
package/dist/dom.esm.js
CHANGED
|
@@ -6790,7 +6790,7 @@ var ConfigReader = (function () {
|
|
|
6790
6790
|
* cookies, localStorage, click tracking, and metadata. Only displays guides
|
|
6791
6791
|
* that have been configured explicitly to show to this visitor.
|
|
6792
6792
|
*
|
|
6793
|
-
* @access
|
|
6793
|
+
* @access public
|
|
6794
6794
|
* @category Config/Guides
|
|
6795
6795
|
* @name doNotTrackGuides
|
|
6796
6796
|
* @default false
|
|
@@ -7505,7 +7505,7 @@ function applyMatrix2dRect(matrix2d, rect) {
|
|
|
7505
7505
|
return transformedRect;
|
|
7506
7506
|
}
|
|
7507
7507
|
|
|
7508
|
-
var VERSION = '2.
|
|
7508
|
+
var VERSION = '2.330.0_';
|
|
7509
7509
|
|
|
7510
7510
|
var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
|
|
7511
7511
|
|