@pendo/web-sdk 2.311.3 → 2.312.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 +1 -1
- package/dist/pendo.debugger.min.js +6 -6
- package/dist/pendo.module.js +75 -58
- package/dist/pendo.module.min.js +10 -10
- package/dist/servers.json +7 -7
- package/package.json +1 -1
package/dist/dom.esm.js
CHANGED
|
@@ -7441,7 +7441,7 @@ function applyMatrix2dRect(matrix2d, rect) {
|
|
|
7441
7441
|
return transformedRect;
|
|
7442
7442
|
}
|
|
7443
7443
|
|
|
7444
|
-
var VERSION = '2.
|
|
7444
|
+
var VERSION = '2.312.1_';
|
|
7445
7445
|
|
|
7446
7446
|
var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
|
|
7447
7447
|
|