@pendo/agent 2.275.0 → 2.275.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
@@ -7224,7 +7224,7 @@ function getScreenPosition(element) {
7224
7224
  };
7225
7225
  }
7226
7226
 
7227
- var VERSION = '2.275.0_';
7227
+ var VERSION = '2.275.1_';
7228
7228
  function isExtensionAgent() {
7229
7229
  var installType = getPendoConfigValue('installType') || getPendoConfigFromEnclosingScope().installType;
7230
7230
  return installType === EXTENSION_INSTALL_TYPE;
@@ -3891,8 +3891,8 @@ var SERVER = '';
3891
3891
  var ASSET_HOST = '';
3892
3892
  var ASSET_PATH = '';
3893
3893
  var DESIGNER_ENV = '';
3894
- var VERSION = '2.275.0_';
3895
- var PACKAGE_VERSION = '2.275.0';
3894
+ var VERSION = '2.275.1_';
3895
+ var PACKAGE_VERSION = '2.275.1';
3896
3896
  var LOADER = 'xhr';
3897
3897
  /* eslint-enable agent-eslint-rules/no-gulp-env-references */
3898
3898
  /**
@@ -37274,6 +37274,9 @@ var FormValidation = (function () {
37274
37274
  pendo.attachEvent(document, 'input', debouncedValidate);
37275
37275
  }
37276
37276
  function teardown() {
37277
+ if (!pluginApi) {
37278
+ return;
37279
+ }
37277
37280
  if (designerModeCheckInterval) {
37278
37281
  clearInterval(designerModeCheckInterval);
37279
37282
  designerModeCheckInterval = null;