@meshagent/meshagent-tailwind 0.39.7 → 0.39.8
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/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.39.8]
|
|
2
|
+
- TypeScript API: `RoomContainer` now includes a required `ports: number[]` field (and validation) in container listings
|
|
3
|
+
- TypeScript API: `ContainerSpec` now supports optional fields `private`, `on_demand`, and `writable_root_fs`
|
|
4
|
+
- React developer-console package: refactored view switching to use strongly-typed tab configs and reorganized the console UI into grouped primary/resource/terminal tab groups
|
|
5
|
+
- React developer-console package: updated console layouts to wire the developer terminal/container/image/logs/metrics/traces panes into the new tab/view structure
|
|
6
|
+
- Build tooling: developer-console package `build:types` now runs declaration-path rewrite as part of type generation
|
|
7
|
+
|
|
1
8
|
## [0.39.7]
|
|
2
9
|
- Updated Meshagent JS/TS package manifests so inter-package dependencies are aligned to the new Meshagent version (`@meshagent/*` packages now depend on the updated `^0.39.6` versions).
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshagent/meshagent-tailwind",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.8",
|
|
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.
|
|
36
|
-
"@meshagent/meshagent-react": "^0.39.
|
|
35
|
+
"@meshagent/meshagent": "^0.39.8",
|
|
36
|
+
"@meshagent/meshagent-react": "^0.39.8",
|
|
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",
|