@namiruai/vue 1.6.0 → 1.8.0

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 +3 -12
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @namiruai/vue
2
2
 
3
- Vue 3 wrapper for the [Namiru.ai](https://namiru.ai) chat widget -- add AI customer support to your Vue app.
3
+ Vue 3 wrapper for the [Namiru.ai](https://namiru.ai) chat widget.
4
+
5
+ Namiru.ai lets you create AI-powered chat agents for your website in under 30 seconds. Paste your URL, and Namiru crawls your site to build a knowledge base. Your agent answers customer questions 24/7, collects leads through natural conversation, and tracks pain points so you can improve your product. One line of code to embed.
4
6
 
5
7
  ## Installation
6
8
 
@@ -39,8 +41,6 @@ import { NamiruChat } from '@namiruai/vue';
39
41
  mode="inline"
40
42
  width="100%"
41
43
  height="100%"
42
- @lead-capture="onLeadCapture"
43
- @session-start="onSessionStart"
44
44
  />
45
45
  </div>
46
46
  </template>
@@ -56,15 +56,6 @@ import { NamiruChat } from '@namiruai/vue';
56
56
  | `width` | `string` | Width for inline mode. |
57
57
  | `height` | `string` | Height for inline mode. |
58
58
 
59
- ### Events
60
-
61
- | Event | Payload | Description |
62
- |-------|---------|-------------|
63
- | `lead-capture` | `LeadCaptureData` | Emitted when a lead is captured. |
64
- | `feedback` | `'up' \| 'down'` | Emitted when user gives feedback. |
65
- | `session-start` | `string` | Emitted with session ID when chat starts. |
66
- | `session-end` | `string` | Emitted with session ID when chat ends. |
67
-
68
59
  ## Documentation
69
60
 
70
61
  For full documentation, visit [namiru.ai](https://namiru.ai).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@namiruai/vue",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "description": "Vue wrapper for Namiru AI chat widget",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -21,10 +21,6 @@
21
21
  "license": "MIT",
22
22
  "author": "Namiru <hello@namiru.ai>",
23
23
  "homepage": "https://namiru.ai",
24
- "repository": {
25
- "type": "git",
26
- "url": "https://github.com/namiru-ai/namiru"
27
- },
28
24
  "keywords": [
29
25
  "vue",
30
26
  "chat",