@vendoai/ui 0.4.1 → 0.4.2
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.
- package/dist/eject-templates/activities/index.tsx +1 -1
- package/dist/eject-templates/templates.json +1 -1
- package/dist/eject-templates/thread/attachments.tsx +1 -1
- package/dist/eject-templates/thread/composer.tsx +1 -1
- package/dist/eject-templates/thread/index.tsx +1 -1
- package/dist/eject-templates/thread/message-data.ts +1 -1
- package/dist/eject-templates/thread/message-list.tsx +1 -1
- package/dist/eject-templates/thread/message.tsx +1 -1
- package/dist/eject-templates/thread/parts.tsx +1 -1
- package/dist/eject-templates/thread/scrolling.ts +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendoai/ui",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Headless hooks + optional chrome for Vendo: the client, every surface, the vendo-genui/v2 tree renderer, and the voice stage.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"remark-gfm": "^4.0.0",
|
|
64
64
|
"sucrase": "^3.35.0",
|
|
65
65
|
"zod": "^3.25.76",
|
|
66
|
-
"@vendoai/core": "0.4.
|
|
66
|
+
"@vendoai/core": "0.4.2"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"ai": "^6.0.0",
|