@mobil80-dev/chatbot-widget 1.0.6 → 1.0.7

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 +7 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm install @mobil80-dev/chatbot-widget
18
18
 
19
19
  ## 🌐 HTML / CSS
20
20
  ### 🚀 Usage
21
- ``` bash
21
+ ```
22
22
  <script type="module">
23
23
  import VaultChat from 'https://unpkg.com/@mobil80-dev/chatbot-widget/dist/index.js'
24
24
 
@@ -30,7 +30,8 @@ npm install @mobil80-dev/chatbot-widget
30
30
  ```
31
31
 
32
32
  ## 🧩 Vue
33
- 🚀 Usage (Vue 3)
33
+ ## 🚀 Usage (Vue 3)
34
+ ```
34
35
  import { onMounted } from 'vue'
35
36
  import VaultChat from '@mobil80-dev/chatbot-widget'
36
37
 
@@ -43,8 +44,8 @@ onMounted(() => {
43
44
  ```
44
45
  ## ⚛️ React
45
46
 
46
- ## 🚀 Usage
47
- ``` bash
47
+ ### 🚀 Usage
48
+ ```
48
49
  import { useEffect } from 'react'
49
50
  import VaultChat from '@mobil80-dev/chatbot-widget'
50
51
 
@@ -58,8 +59,8 @@ useEffect(() => {
58
59
 
59
60
  ## 🅰️ Angular
60
61
 
61
- ## 🚀 Usage
62
- ``` bash
62
+ ### 🚀 Usage
63
+ ```
63
64
  import VaultChat from '@mobil80-dev/chatbot-widget'
64
65
 
65
66
  VaultChat.init({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobil80-dev/chatbot-widget",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Drop-in JavaScript chat widget for websites (no iframe, no framework)",
5
5
  "main": "index.js",
6
6
  "type": "module",