@meshagent/meshagent-react 0.38.3 → 0.39.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 +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [0.39.0]
|
|
2
|
+
- Expanded TypeScript datasets client support for dataset index management (index configuration/remapping and index metadata).
|
|
3
|
+
- Added TypeScript datasets SQL cancellation API with typed cancel status/results.
|
|
4
|
+
- Applied “database” -> “datasets” terminology and toolkit/client updates across Node SDK clients (breaking for prior database-named usage).
|
|
5
|
+
- Updated Node SDK/client surfaces for improved LLM proxy “pipes”, custom LLM usage tracking, and pricing/usage reporting (including gpt-5.5 pricing).
|
|
6
|
+
- Updated a Node example dependency: `uuid` bumped to `^14.0.0` (from `^11.1.0`).
|
|
7
|
+
|
|
8
|
+
## [0.38.4]
|
|
9
|
+
- Stability
|
|
10
|
+
|
|
1
11
|
## [0.38.3]
|
|
2
12
|
- Breaking: TypeScript container image summaries now use `references`/`preferredRef` and metadata fields (timestamps/media type), and `inspectImage` returns manifests/layers/content size; `tags`/`size` are removed.
|
|
3
13
|
- `getUsage` now supports filters for users, room, provider, model, and usage type.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshagent/meshagent-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"description": "Meshagent React Client",
|
|
5
5
|
"homepage": "https://github.com/meshagent/meshagent-react",
|
|
6
6
|
"scripts": {
|
|
@@ -36,13 +36,13 @@
|
|
|
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.39.0",
|
|
40
40
|
"react-dom": "^19.1.0",
|
|
41
41
|
"typescript": "^5.8.3",
|
|
42
|
-
"uuid": "^
|
|
42
|
+
"uuid": "^14.0.0",
|
|
43
43
|
"yjs": "^13.6.7"
|
|
44
44
|
},
|
|
45
45
|
"overrides": {
|
|
46
46
|
"rollup": "4.52.5"
|
|
47
47
|
}
|
|
48
|
-
}
|
|
48
|
+
}
|