@usereq/widget 1.0.0-experimental.0 → 1.0.0-experimental.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 +15 -11
- package/dist/embed.js +5 -5
- package/dist/embed.js.map +1 -1
- package/dist/embed.mjs +1253 -897
- package/dist/embed.mjs.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usereq/widget",
|
|
3
|
-
"version": "1.0.0-experimental.
|
|
3
|
+
"version": "1.0.0-experimental.2",
|
|
4
4
|
"description": "The UserEQ embed runtime - the script a customer's page loads to render a published surface (chat, banner, testimonials, exit popup) and talk to its agent.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|