@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 CHANGED
@@ -7497,7 +7497,7 @@ function applyMatrix2dRect(matrix2d, rect) {
7497
7497
  return transformedRect;
7498
7498
  }
7499
7499
 
7500
- var VERSION = '2.327.1_';
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]),