@meshagent/meshagent-tailwind 0.39.2 → 0.39.4

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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [0.39.4]
2
+ - Updated the Node/TS React dev package dependency graph to the newer `@meshagent/meshagent` and `@meshagent/meshagent-react` versions (`^0.38.4`) and upgraded supporting UI dependencies (including `shadcn` `^4.5.0`, `radix-ui` `^1.4.3`, and `lucide-react` `^0.525.0`).
3
+ - Updated build tooling in the React dev package (new `build:js` / `build:types` scripts using TS configs) to match the updated packaging workflow.
4
+ - Added a new shadcn/radix-based Tabs component for the developer console UI.
5
+ - Added/updated React hooks for terminal/developer-console functionality, including a WASM web terminal integration hook.
6
+ - ESM/CJS compatibility improvements in the TS SDK bundle/entrypoint, and updated TypeScript client service-spec serialization to omit `id` when creating services.
7
+
8
+ ## [0.39.3]
9
+ - Stability
10
+
1
11
  ## [0.39.2]
2
12
  - Aligned NodeJS/TypeScript SDK package versions and intra-SDK dependency references to `0.39.1` (from `0.39.0`), including updates to the `meshagent-docs` TypeScript example package.
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-tailwind",
3
- "version": "0.39.2",
3
+ "version": "0.39.4",
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.39.2",
36
- "@meshagent/meshagent-react": "^0.39.2",
35
+ "@meshagent/meshagent": "^0.39.4",
36
+ "@meshagent/meshagent-react": "^0.39.4",
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",