@pendo/agent 2.319.1 → 2.319.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 +952 -949
- package/dist/pendo.module.min.js +158 -5
- 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.319.
|
|
7476
|
+
var VERSION = '2.319.2_';
|
|
7477
7477
|
|
|
7478
7478
|
var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
|
|
7479
7479
|
|