@meshagent/meshagent-react 0.39.0 → 0.39.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.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [0.39.2]
|
|
2
|
+
- 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
|
+
|
|
4
|
+
## [0.39.1]
|
|
5
|
+
- Added `*Page` interfaces and new `Meshagent` TypeScript methods for paged listing (e.g., `getUsersInProjectPage`, `listMailboxesPage`, `listFeedsPage`, `listRoutesPage`, `listUniqueUsersWithGrantsPage`, `listOAuthClientsPage`, etc.) returning `{ items, total }`-style page payloads.
|
|
6
|
+
- Updated existing list methods to accept `count`/`offset`/`filter` options and to default to paged fetching (default page-size behavior updated).
|
|
7
|
+
- Improved payload parsing/validation for mailboxes (including mapping `room_id` into the Dart/JS-facing `roomId` shape).
|
|
8
|
+
|
|
1
9
|
## [0.39.0]
|
|
2
10
|
- Expanded TypeScript datasets client support for dataset index management (index configuration/remapping and index metadata).
|
|
3
11
|
- Added TypeScript datasets SQL cancellation API with typed cancel status/results.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshagent/meshagent-react",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.2",
|
|
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.
|
|
39
|
+
"@meshagent/meshagent": "^0.39.2",
|
|
40
40
|
"react-dom": "^19.1.0",
|
|
41
41
|
"typescript": "^5.8.3",
|
|
42
42
|
"uuid": "^14.0.0",
|