@namiruai/vue 1.5.0 → 1.7.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 +0 -11
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -39,8 +39,6 @@ import { NamiruChat } from '@namiruai/vue';
39
39
  mode="inline"
40
40
  width="100%"
41
41
  height="100%"
42
- @lead-capture="onLeadCapture"
43
- @session-start="onSessionStart"
44
42
  />
45
43
  </div>
46
44
  </template>
@@ -56,15 +54,6 @@ import { NamiruChat } from '@namiruai/vue';
56
54
  | `width` | `string` | Width for inline mode. |
57
55
  | `height` | `string` | Height for inline mode. |
58
56
 
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
57
  ## Documentation
69
58
 
70
59
  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.5.0",
3
+ "version": "1.7.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",