@mobil80-dev/chatbot-widget 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +5 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,11 @@ VaultChat is a lightweight JavaScript chat widget that can be embedded into any
11
11
  - No dependencies
12
12
  - Easy setup
13
13
 
14
+ ## 📦 Installation
15
+ ``` bash
16
+ npm install @mobil80-dev/chatbot-widget
17
+ ```
18
+
14
19
  ## 🌐 HTML / CSS
15
20
  ### 🚀 Usage
16
21
  ``` bash
@@ -25,10 +30,6 @@ VaultChat is a lightweight JavaScript chat widget that can be embedded into any
25
30
  ```
26
31
 
27
32
  ## 🧩 Vue
28
- ### 📦 Installation
29
- ``` bash
30
- npm install @mobil80-dev/chatbot-widget
31
-
32
33
  🚀 Usage (Vue 3)
33
34
  import { onMounted } from 'vue'
34
35
  import VaultChat from '@mobil80-dev/chatbot-widget'
@@ -41,10 +42,6 @@ onMounted(() => {
41
42
  })
42
43
  ```
43
44
  ## ⚛️ React
44
- ### 📦 Installation
45
- ``` bash
46
- npm install @mobil80-dev/chatbot-widget
47
- ```
48
45
 
49
46
  ## 🚀 Usage
50
47
  ``` bash
@@ -60,10 +57,6 @@ useEffect(() => {
60
57
  ```
61
58
 
62
59
  ## 🅰️ Angular
63
- ### 📦 Installation
64
- ``` bash
65
- npm install @mobil80-dev/chatbot-widget
66
- ```
67
60
 
68
61
  ## 🚀 Usage
69
62
  ``` bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobil80-dev/chatbot-widget",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Drop-in JavaScript chat widget for websites (no iframe, no framework)",
5
5
  "main": "index.js",
6
6
  "type": "module",