@pendo/agent 2.327.1 → 2.328.1
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 -1
- package/dist/pendo.module.js +719 -552
- package/dist/pendo.module.min.js +8 -106
- package/dist/servers.json +7 -7
- package/package.json +1 -1
package/dist/dom.esm.js
CHANGED
|
@@ -7497,7 +7497,7 @@ function applyMatrix2dRect(matrix2d, rect) {
|
|
|
7497
7497
|
return transformedRect;
|
|
7498
7498
|
}
|
|
7499
7499
|
|
|
7500
|
-
var VERSION = '2.
|
|
7500
|
+
var VERSION = '2.328.1_';
|
|
7501
7501
|
|
|
7502
7502
|
var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
|
|
7503
7503
|
|
|
@@ -8369,6 +8369,7 @@ Eventable.clear = function (events) {
|
|
|
8369
8369
|
new EventType('segmentFlagsReady', [DEBUG, LIFECYCLE]),
|
|
8370
8370
|
new EventType('segmentFlagsError', [DEBUG, LIFECYCLE]),
|
|
8371
8371
|
new EventType('guideListChanged', [DEBUG, LIFECYCLE]),
|
|
8372
|
+
new EventType('guidesReceived', [DEBUG, LIFECYCLE]),
|
|
8372
8373
|
new EventType('guideSeen', [DEBUG, LIFECYCLE]),
|
|
8373
8374
|
new EventType('guideNotSeen', [DEBUG, LIFECYCLE]),
|
|
8374
8375
|
new EventType('guideAdvanced', [DEBUG, LIFECYCLE]),
|