@meshagent/meshagent-react 0.41.7 → 0.42.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.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [0.42.0]
|
|
2
|
+
- Added project lookup by key.
|
|
3
|
+
- Container and room APIs now return structured `containerPort`/`hostPort` entries instead of integer port lists, which is a breaking response-shape change.
|
|
4
|
+
- `ContainerSpec`, `PortSpec`, and `RoutePathSpec` now support `template`, `host_port`, and `stripPrefix`, and room service URL resolution uses `host_port` when available.
|
|
5
|
+
- `createRoom` now serializes typed permissions, and container creation now accepts a `template` option.
|
|
6
|
+
|
|
7
|
+
## [0.41.10]
|
|
8
|
+
- Stability
|
|
9
|
+
|
|
10
|
+
## [0.41.9]
|
|
11
|
+
- Stability
|
|
12
|
+
|
|
13
|
+
## [0.41.8]
|
|
14
|
+
- Stability
|
|
15
|
+
|
|
1
16
|
## [0.41.7]
|
|
2
17
|
- Stability
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshagent/meshagent-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.0",
|
|
4
4
|
"description": "Meshagent React Client",
|
|
5
5
|
"homepage": "https://github.com/meshagent/meshagent-react",
|
|
6
6
|
"scripts": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"base-64": "^1.0.0",
|
|
37
37
|
"livekit-client": "^2.15.5",
|
|
38
38
|
"react": "^19.1.0",
|
|
39
|
-
"@meshagent/meshagent": "^0.
|
|
39
|
+
"@meshagent/meshagent": "^0.42.0",
|
|
40
40
|
"react-dom": "^19.1.0",
|
|
41
41
|
"typescript": "^5.8.3",
|
|
42
42
|
"uuid": "^14.0.0",
|