@aparte/vue 0.16.5 → 0.16.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 +2 -2
  2. package/package.json +7 -4
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @aparte/vue
2
2
 
3
- Vue 3.5+ wrapper for [aparté](https://github.com/apartejs/aparte) — an ergonomic `<AparteChat>`
4
- component plus composables (`useAparteChat`, `useAparteClient`, `useConversationManager`) over the
3
+ The **Vue AI chat component** of [aparté](https://github.com/apartejs/aparte) — an ergonomic
4
+ `<AparteChat>` (Vue 3.5+) plus composables (`useAparteChat`, `useAparteClient`, `useConversationManager`) over the
5
5
  framework-agnostic web components in `@aparte/core`.
6
6
 
7
7
  ```bash
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@aparte/vue",
3
- "version": "0.16.5",
3
+ "version": "0.16.7",
4
+ "homepage": "https://apartejs.dev/frameworks/vue/",
4
5
  "description": "Vue 3 wrapper for aparté — an ergonomic <AparteChat> component plus composables over the framework-agnostic web components.",
5
6
  "type": "module",
6
7
  "sideEffects": false,
@@ -24,7 +25,7 @@
24
25
  "node": ">=18"
25
26
  },
26
27
  "peerDependencies": {
27
- "@aparte/core": ">=0.16.5 <1.0.0",
28
+ "@aparte/core": ">=0.16.7 <1.0.0",
28
29
  "vue": "^3.5.0"
29
30
  },
30
31
  "devDependencies": {
@@ -35,7 +36,7 @@
35
36
  "vite": "^6.0.0",
36
37
  "vue": "^3.5.0",
37
38
  "vue-tsc": "^2.0.0",
38
- "@aparte/core": "0.16.5"
39
+ "@aparte/core": "0.16.7"
39
40
  },
40
41
  "keywords": [
41
42
  "vue",
@@ -43,7 +44,9 @@
43
44
  "aparte",
44
45
  "chat",
45
46
  "ai",
46
- "web-components"
47
+ "web-components",
48
+ "chat-ui",
49
+ "ai-chat"
47
50
  ],
48
51
  "license": "MIT",
49
52
  "repository": {