@mastra/client-js 0.16.9-alpha.0 → 0.16.9

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 +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.16.9
4
+
5
+ ### Patch Changes
6
+
7
+ - update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
8
+
9
+ - Fixes issue where clicking the reset button in the model picker would fail to restore the original LanguageModelV2 (or any other types) object that was passed during agent construction. ([#9487](https://github.com/mastra-ai/mastra/pull/9487))
10
+
11
+ - Remove unused /model-providers API ([#9554](https://github.com/mastra-ai/mastra/pull/9554))
12
+
13
+ - Fix undefined runtimeContext using memory from playground ([#9548](https://github.com/mastra-ai/mastra/pull/9548))
14
+
15
+ - Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc), [`6d7e90d`](https://github.com/mastra-ai/mastra/commit/6d7e90db09713e6250f4d6c3d3cff1b4740e50f9), [`f78b908`](https://github.com/mastra-ai/mastra/commit/f78b9080e11af765969b36b4a619761056030840), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`e365eda`](https://github.com/mastra-ai/mastra/commit/e365eda45795b43707310531cac1e2ce4e5a0712)]:
16
+ - @mastra/core@0.24.0
17
+
3
18
  ## 0.16.9-alpha.0
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.16.9-alpha.0",
3
+ "version": "0.16.9",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -39,7 +39,7 @@
39
39
  "json-schema": "^0.4.0",
40
40
  "rxjs": "7.8.1",
41
41
  "zod-to-json-schema": "^3.24.6",
42
- "@mastra/core": "0.24.0-alpha.0"
42
+ "@mastra/core": "0.24.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "zod": "^3.25.0 || ^4.0.0"
@@ -57,8 +57,8 @@
57
57
  "tsup": "^8.5.0",
58
58
  "typescript": "^5.8.3",
59
59
  "vitest": "^3.2.4",
60
- "@internal/types-builder": "0.0.32",
61
- "@internal/lint": "0.0.57"
60
+ "@internal/lint": "0.0.58",
61
+ "@internal/types-builder": "0.0.33"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public",