@meshagent/meshagent-tailwind 0.41.0 → 0.41.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [0.41.2]
2
+ - The default TypeScript chatbot template now runs as a standalone HTTP app with `/health` and `/api/chat`, supports public deployment metadata, and no longer depends on the runtime `@meshagent/meshagent` package.
3
+ - Added a new Anthropic chatbot template that talks to the room Anthropic proxy.
4
+ - Generated template dependencies now target `@types/node` 22.10.0, `tsx` 4.20.0, `@vercel/ncc` 0.38.3, and `typescript` 5.8.0.
5
+
6
+ ## [0.41.1]
7
+ - TypeScript feed subscription requests and responses now carry an optional `filename_datetime_format`.
8
+ - The chatbot UI template now builds and runs as a standalone Next.js app, deploys as a private websocket-enabled service with the `/messages` port, keeps messages pinned to the bottom, and updates Next.js to `16.2.6`.
9
+
1
10
  ## [0.41.0]
2
11
  - Added spec-based route models and route CRUD/listing APIs, including room and agent routes, with legacy-payload compatibility.
3
12
  - Managed-agent toolkit descriptions were simplified to omit `thumbnailUrl` and `pricing`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-tailwind",
3
- "version": "0.41.0",
3
+ "version": "0.41.2",
4
4
  "description": "Meshagent Tailwind Components",
5
5
  "homepage": "https://github.com/meshagent/meshagent-tailwind",
6
6
  "scripts": {
@@ -32,8 +32,8 @@
32
32
  "CHANGELOG.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@meshagent/meshagent": "^0.41.0",
36
- "@meshagent/meshagent-react": "^0.41.0",
35
+ "@meshagent/meshagent": "^0.41.2",
36
+ "@meshagent/meshagent-react": "^0.41.2",
37
37
  "@radix-ui/react-avatar": "^1.1.10",
38
38
  "@radix-ui/react-checkbox": "^1.3.2",
39
39
  "@radix-ui/react-dialog": "^1.1.14",