@2uinc/frontend-component-xpert-chatbot 1.3.1 → 1.3.3
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 +0 -2
- package/dist/lib/index.min.js +1534 -1527
- package/package.json +1 -1
package/README.md
CHANGED
@@ -118,8 +118,6 @@ A CDN deployment occurs after the NPM deployment for clients that don't have Rea
|
|
118
118
|
|
119
119
|
</head>
|
120
120
|
<body>
|
121
|
-
<div id="xpert-chatbot-container"></div>
|
122
|
-
...
|
123
121
|
<script defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
|
124
122
|
</body>
|
125
123
|
```
|