@mastra/client-js 1.13.4-alpha.0 → 1.13.4-alpha.2

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,20 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 1.13.4-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`4ba3bb1`](https://github.com/mastra-ai/mastra/commit/4ba3bb1e465ad2ddaba3bbf2bc47e0faec32985e), [`2a69802`](https://github.com/mastra-ai/mastra/commit/2a69802a0fc6d8a25a77fa6a42276e9d59a83914)]:
8
+ - @mastra/core@1.25.0-alpha.2
9
+ - @mastra/schema-compat@1.2.8-alpha.0
10
+
11
+ ## 1.13.4-alpha.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`8fad147`](https://github.com/mastra-ai/mastra/commit/8fad14759804179c8e080ce4d9dec6ef1a808b31), [`582644c`](https://github.com/mastra-ai/mastra/commit/582644c4a87f83b4f245a84d72b9e8590585012e), [`5d84914`](https://github.com/mastra-ai/mastra/commit/5d84914e0e520c642a40329b210b413fcd139898), [`fd2f314`](https://github.com/mastra-ai/mastra/commit/fd2f31473d3449b6b97e837ef8641264377f41a7), [`e80fead`](https://github.com/mastra-ai/mastra/commit/e80fead1412cc0d1b2f7d6a1ce5017d9e0098ff7), [`0287b64`](https://github.com/mastra-ai/mastra/commit/0287b644a5c3272755cf3112e71338106664103b)]:
16
+ - @mastra/core@1.25.0-alpha.1
17
+
3
18
  ## 1.13.4-alpha.0
4
19
 
5
20
  ### 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.13.4-alpha.0"
6
+ version: "1.13.4-alpha.2"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.13.4-alpha.0",
2
+ "version": "1.13.4-alpha.2",
3
3
  "package": "@mastra/client-js",
4
4
  "exports": {},
5
5
  "modules": {}
@@ -68,5 +68,5 @@ const scores = await mastraClient.listScoresBySpan({
68
68
 
69
69
  ## Related
70
70
 
71
- - [Agents API](https://mastra.ai/reference/client-js/agents) - Learn about agent interactions that generate traces
72
- - [Workflows API](https://mastra.ai/reference/client-js/workflows) - Understand workflow execution monitoring
71
+ - [Agents API](https://mastra.ai/reference/client-js/agents): Learn about agent interactions that generate traces
72
+ - [Workflows API](https://mastra.ai/reference/client-js/workflows): Understand workflow execution monitoring
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "1.13.4-alpha.0",
3
+ "version": "1.13.4-alpha.2",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -37,8 +37,8 @@
37
37
  "@ai-sdk/ui-utils": "^1.2.11",
38
38
  "@lukeed/uuid": "^2.0.1",
39
39
  "json-schema": "^0.4.0",
40
- "@mastra/core": "1.24.2-alpha.0",
41
- "@mastra/schema-compat": "1.2.7"
40
+ "@mastra/core": "1.25.0-alpha.2",
41
+ "@mastra/schema-compat": "1.2.8-alpha.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "zod": "^3.25.0 || ^4.0.0"
@@ -53,8 +53,8 @@
53
53
  "typescript": "^5.9.3",
54
54
  "vitest": "4.0.18",
55
55
  "zod": "^4.3.6",
56
- "@internal/ai-sdk-v5": "0.0.29",
57
56
  "@internal/ai-sdk-v4": "0.0.29",
57
+ "@internal/ai-sdk-v5": "0.0.29",
58
58
  "@internal/lint": "0.0.82",
59
59
  "@internal/types-builder": "0.0.57"
60
60
  },