@mastra/client-js 1.21.0-alpha.8 → 1.21.0-alpha.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 1.21.0-alpha.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Port the `yj/magnificent-marquess` frontend stack onto `rain-purpose`. ([#17105](https://github.com/mastra-ai/mastra/pull/17105))
8
+ - `@mastra/client-js`: new `ToolProvider` resource and a `getModelPolicy` accessor on the root client. Route types regenerated for the new endpoints.
9
+ - `@internal/playground`: Agent Builder routes (agents, skills, infrastructure, favorite, library) wired into the router, `RoutePermissionGuard` and `RoleImpersonationProvider` applied to the app shell, new login layout, role-impersonation banner, `useRestoreFocus` hook, `StudioIndexRedirect` home, and supporting tweaks across agents, browser view, LLM, and CMS surfaces.
10
+
11
+ Existing client-tools-on-signals work and the unrouted Agent Builder view/edit pages are preserved.
12
+
3
13
  ## 1.21.0-alpha.8
4
14
 
5
15
  ### Patch Changes
@@ -3,7 +3,7 @@ name: mastra-client-js
3
3
  description: Documentation for @mastra/client-js. Use when working with @mastra/client-js APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/client-js"
6
- version: "1.21.0-alpha.8"
6
+ version: "1.21.0-alpha.9"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.21.0-alpha.8",
2
+ "version": "1.21.0-alpha.9",
3
3
  "package": "@mastra/client-js",
4
4
  "exports": {
5
5
  "RequestContext": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "1.21.0-alpha.8",
3
+ "version": "1.21.0-alpha.9",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -39,8 +39,8 @@
39
39
  "canonicalize": "^1.0.8",
40
40
  "jose": "^6.2.1",
41
41
  "json-schema": "^0.4.0",
42
- "@mastra/core": "1.37.0-alpha.8",
43
- "@mastra/schema-compat": "1.2.10"
42
+ "@mastra/schema-compat": "1.2.10",
43
+ "@mastra/core": "1.37.0-alpha.8"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "zod": "^3.25.0 || ^4.0.0"
@@ -56,9 +56,9 @@
56
56
  "vitest": "4.1.5",
57
57
  "zod": "^4.4.3",
58
58
  "@internal/ai-sdk-v4": "0.0.44",
59
- "@internal/ai-sdk-v5": "0.0.44",
59
+ "@internal/types-builder": "0.0.72",
60
60
  "@internal/lint": "0.0.97",
61
- "@internal/types-builder": "0.0.72"
61
+ "@internal/ai-sdk-v5": "0.0.44"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=22.13.0"