@meshagent/meshagent-tailwind 0.29.2 → 0.30.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/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [0.30.0]
2
+ - Breaking: tool invocation now uses toolkit-based `room.invoke`/`room.*` events with streaming tool-call chunks, and `RemoteToolkit` registration follows the new room-scoped protocol.
3
+ - Added a Containers client with image listing/pulling, container lifecycle operations, and exec/log streaming.
4
+ - Storage client replaced handle-based writes with streaming upload/download, download URLs, and size metadata.
5
+ - Database and Sync clients now stream inserts/queries/search and sync updates with typed value handling; messaging/queues/developer clients updated to toolkit invocation.
6
+
7
+ ## [0.29.4]
8
+ - Stability
9
+
10
+ ## [0.29.3]
11
+ - Stability
12
+
1
13
  ## [0.29.2]
2
14
  - Stability
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-tailwind",
3
- "version": "0.29.2",
3
+ "version": "0.30.0",
4
4
  "description": "Meshagent Tailwind Components",
5
5
  "homepage": "https://github.com/meshagent/meshagent-tailwind",
6
6
  "scripts": {
@@ -30,8 +30,8 @@
30
30
  "CHANGELOG.md"
31
31
  ],
32
32
  "dependencies": {
33
- "@meshagent/meshagent": "^0.29.2",
34
- "@meshagent/meshagent-react": "^0.29.2",
33
+ "@meshagent/meshagent": "^0.30.0",
34
+ "@meshagent/meshagent-react": "^0.30.0",
35
35
  "@radix-ui/react-avatar": "^1.1.10",
36
36
  "@radix-ui/react-checkbox": "^1.3.2",
37
37
  "@radix-ui/react-dialog": "^1.1.14",