chatnest 3.4.3 → 3.4.5
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 +2 -2
- package/dist/chatnest.min.js +1 -1
- package/package.json +385 -341
- package/.gitattributes +0 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ A lightweight, customizable AI chat widget. Drop it into any website in minutes.
|
|
|
12
12
|
|
|
13
13
|
**CDN**
|
|
14
14
|
```html
|
|
15
|
-
<script src="https://cdn.jsdelivr.net/npm/chatnest@3.4.
|
|
15
|
+
<script src="https://cdn.jsdelivr.net/npm/chatnest@3.4.5/dist/chatnest.min.js"></script>
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
**npm**
|
|
@@ -28,7 +28,7 @@ import Chatnest from 'chatnest';
|
|
|
28
28
|
## Quick Start
|
|
29
29
|
|
|
30
30
|
```html
|
|
31
|
-
<script src="https://cdn.jsdelivr.net/npm/chatnest@3.4.
|
|
31
|
+
<script src="https://cdn.jsdelivr.net/npm/chatnest@3.4.5/dist/chatnest.min.js"></script>
|
|
32
32
|
<script>
|
|
33
33
|
document.addEventListener('DOMContentLoaded', () => {
|
|
34
34
|
new Chatnest({
|