@pendo/agent 2.317.1 → 2.317.2
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 +1 -1
- package/dist/pendo.module.js +3 -3
- package/dist/pendo.module.min.js +2 -2
- package/dist/servers.json +7 -7
- package/package.json +1 -1
package/dist/dom.esm.js
CHANGED
|
@@ -7473,7 +7473,7 @@ function applyMatrix2dRect(matrix2d, rect) {
|
|
|
7473
7473
|
return transformedRect;
|
|
7474
7474
|
}
|
|
7475
7475
|
|
|
7476
|
-
var VERSION = '2.317.
|
|
7476
|
+
var VERSION = '2.317.2_';
|
|
7477
7477
|
|
|
7478
7478
|
var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
|
|
7479
7479
|
|
package/dist/pendo.module.js
CHANGED
|
@@ -3956,8 +3956,8 @@ let SERVER = '';
|
|
|
3956
3956
|
let ASSET_HOST = '';
|
|
3957
3957
|
let ASSET_PATH = '';
|
|
3958
3958
|
let DESIGNER_SERVER = '';
|
|
3959
|
-
let VERSION = '2.317.
|
|
3960
|
-
let PACKAGE_VERSION = '2.317.
|
|
3959
|
+
let VERSION = '2.317.2_';
|
|
3960
|
+
let PACKAGE_VERSION = '2.317.2';
|
|
3961
3961
|
let LOADER = 'xhr';
|
|
3962
3962
|
/* eslint-enable web-sdk-eslint-rules/no-gulp-env-references */
|
|
3963
3963
|
/**
|
|
@@ -33955,7 +33955,7 @@ var FramesModule = (function () {
|
|
|
33955
33955
|
requests
|
|
33956
33956
|
};
|
|
33957
33957
|
function cloneGuide(guide) {
|
|
33958
|
-
var clonedGuide = _.pick(guide, 'id', 'name', 'launchMethod', 'isMultiStep', 'steps', 'control', 'lastUpdatedAt', 'language', 'state', 'polls', 'redisplay');
|
|
33958
|
+
var clonedGuide = _.pick(guide, 'id', 'name', 'launchMethod', 'isMultiStep', 'steps', 'control', 'lastUpdatedAt', 'language', 'state', 'polls', 'redisplay', 'channel');
|
|
33959
33959
|
clonedGuide.attributes = _.pick(guide.attributes, 'overrideAutoThrottling', 'priority', 'isAnnouncement', 'resourceCenter', 'device', 'sharedServiceVersion', 'embedConfig');
|
|
33960
33960
|
clonedGuide._shouldBeAddedToLauncher = _.isFunction(guide.shouldBeAddedToLauncher) ? guide.shouldBeAddedToLauncher() : (guide._shouldBeAddedToLauncher || false);
|
|
33961
33961
|
clonedGuide._shouldBeAddedToResourceCenter = _.isFunction(guide.shouldBeAddedToResourceCenter) ? guide.shouldBeAddedToResourceCenter() : (guide._shouldBeAddedToResourceCenter || false);
|