@pendo/agent 2.332.1 → 2.332.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/README.md +1 -1
- package/dist/dom.esm.js +1 -1
- package/dist/pendo.module.js +2115 -23
- package/dist/pendo.module.min.js +7 -7
- package/dist/servers.json +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ We have created an [example extension](https://github.com/pendo-io/chrome-mv3-ex
|
|
|
109
109
|
|
|
110
110
|
## CLI
|
|
111
111
|
|
|
112
|
-
The Pendo package includes a CLI tool to be able to simplify a few actions providing greater control of the web SDK in your application. Once you have installed `@pendo/web-sdk` in your application, you will have access to the `pendo` script from your terminal (you can also use a tool like `npx` to make use of the `pendo` script without installing the package if desired by using `npx pendo`). The usage of this script can be found below or by typing `pendo` or `pendo help` into your terminal where the package is installed:
|
|
112
|
+
The Pendo package includes a CLI tool to be able to simplify a few actions providing greater control of the web SDK in your application. Once you have installed `@pendo/web-sdk` in your application, you will have access to the `pendo` script from your terminal (you can also use a tool like `npx` to make use of the `pendo` script without installing the package if desired by using `npx @pendo/web-sdk`). The usage of this script can be found below or by typing `pendo` or `pendo help` into your terminal where the package is installed:
|
|
113
113
|
|
|
114
114
|
> **Note**: If the config, copy, or designer commands are being used by your application, you might want to use those as part of your regular build process to ensure that you always maintain up to date versions of your config and of the static assets. For example, you could add a script to your package.json like below that you then call as part of your build:
|
|
115
115
|
|
package/dist/dom.esm.js
CHANGED
|
@@ -7522,7 +7522,7 @@ function applyMatrix2dRect(matrix2d, rect) {
|
|
|
7522
7522
|
return transformedRect;
|
|
7523
7523
|
}
|
|
7524
7524
|
|
|
7525
|
-
var VERSION = '2.332.
|
|
7525
|
+
var VERSION = '2.332.2_';
|
|
7526
7526
|
|
|
7527
7527
|
var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
|
|
7528
7528
|
|