@pindai-ai/chat-widget 2.0.0 → 2.0.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -75,7 +75,7 @@ Add this to your website before the closing `</body>` tag:
75
75
  <script>
76
76
  document.addEventListener('DOMContentLoaded', function () {
77
77
  window.PindaiChatWidget.init({
78
- webhookUrl: 'https://your-backend.com/webhook/chat' // Change this to your backend URL
78
+ webhookUrl: 'https://your-backend.com/webhook/chat' // Your n8n webhook URL
79
79
  });
80
80
  });
81
81
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pindai-ai/chat-widget",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Modern, accessible chat widget for Pindai.ai",
5
5
  "main": "dist/pindai-chat-widget.js",
6
6
  "style": "dist/pindai-chat-widget.css",
@@ -58,4 +58,4 @@
58
58
  "node": ">=16.0.0",
59
59
  "npm": ">=8.0.0"
60
60
  }
61
- }
61
+ }