@meshagent/meshagent-react 0.16.0 → 0.17.1

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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [0.17.1]
2
+ - Stability
3
+
4
+ ## [0.17.0]
5
+ - Updated `yjs` dependency from `^13.6.7` to `^13.6.28`
6
+ - Prevented “maximum call stack size exceeded” when encoding large document state/state vectors by switching to chunked base64 conversion in the entrypoint
7
+ - Breaking: removed `AgentDescription.requires` from the TypeScript agent client model/serialization
8
+ - Updated the Dart/Flutter entrypoint build target to output the bundled JS into the Flutter package
9
+
1
10
  ## [0.16.0]
2
11
  - Stability
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-react",
3
- "version": "0.16.0",
3
+ "version": "0.17.1",
4
4
  "description": "Meshagent React Client",
5
5
  "homepage": "https://github.com/meshagent/meshagent-react",
6
6
  "scripts": {
@@ -34,7 +34,7 @@
34
34
  "base-64": "^1.0.0",
35
35
  "livekit-client": "^2.15.5",
36
36
  "react": "^19.1.0",
37
- "@meshagent/meshagent": "^0.16.0",
37
+ "@meshagent/meshagent": "^0.17.1",
38
38
  "react-dom": "^19.1.0",
39
39
  "typescript": "^5.8.3",
40
40
  "uuid": "^11.1.0",