@pendo/agent 2.313.0 → 2.314.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 CHANGED
@@ -6798,7 +6798,6 @@ var ConfigReader = (function () {
6798
6798
  * @type {number}
6799
6799
  */
6800
6800
  addOption('guideSeenTimeoutLength', [PENDO_CONFIG_SRC, SNIPPET_SRC], 10000);
6801
- // addOption('guideTimeout', [SNIPPET_SRC]); // old, use guides.timeout instead
6802
6801
  /**
6803
6802
  * If `true`, guides will be verified against their saved content hash before display to ensure validity of
6804
6803
  * guide content.
@@ -7463,7 +7462,7 @@ function applyMatrix2dRect(matrix2d, rect) {
7463
7462
  return transformedRect;
7464
7463
  }
7465
7464
 
7466
- var VERSION = '2.313.0_';
7465
+ var VERSION = '2.314.0_';
7467
7466
 
7468
7467
  var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
7469
7468