@meshagent/meshagent-react 0.26.0 → 0.28.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.28.0]
2
+ - BREAKING: AgentChatContext and TaskContext were removed from the TypeScript agent API, and RemoteTaskRunner.ask now accepts only argument payloads.
3
+
4
+ ## [0.27.2]
5
+ - Stability
6
+
7
+ ## [0.27.1]
8
+ - Stability
9
+
10
+ ## [0.27.0]
11
+ - No Node.js/TypeScript source changes were introduced in this range; updates are dependency-focused.
12
+ - Updated third-party Node dev dependency `mocha` from `^11.1.0` to `^11.3.0` across SDK packages.
13
+ - Updated npm lockfile dependency resolution, including `yjs` to `13.6.29` and aligned Mocha transitives (`diff`, `minimatch`, `workerpool`).
14
+
1
15
  ## [0.26.0]
2
16
  - Stability
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-react",
3
- "version": "0.26.0",
3
+ "version": "0.28.0",
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.26.0",
37
+ "@meshagent/meshagent": "^0.28.0",
38
38
  "react-dom": "^19.1.0",
39
39
  "typescript": "^5.8.3",
40
40
  "uuid": "^11.1.0",