@mastra/client-js 1.24.0-alpha.0 → 1.24.0-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,19 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 1.24.0-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`014e00f`](https://github.com/mastra-ai/mastra/commit/014e00f2b3a597a016b72f9901c6ab27d491f822)]:
8
+ - @mastra/core@1.42.0-alpha.2
9
+
10
+ ## 1.24.0-alpha.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`2bccba4`](https://github.com/mastra-ai/mastra/commit/2bccba4c03cadc815c2d54cbf4dd43a922140a8d), [`2bccba4`](https://github.com/mastra-ai/mastra/commit/2bccba4c03cadc815c2d54cbf4dd43a922140a8d), [`f2ab060`](https://github.com/mastra-ai/mastra/commit/f2ab060162bea81505fda553e2cee29c1979fd04), [`5d302c8`](https://github.com/mastra-ai/mastra/commit/5d302c8eda1a6ac74eab5e442c4f64db6cc97a06)]:
15
+ - @mastra/core@1.42.0-alpha.1
16
+
3
17
  ## 1.24.0-alpha.0
4
18
 
5
19
  ### Minor 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.24.0-alpha.0"
6
+ version: "1.24.0-alpha.2"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.24.0-alpha.0",
2
+ "version": "1.24.0-alpha.2",
3
3
  "package": "@mastra/client-js",
4
4
  "exports": {
5
5
  "RequestContext": {
@@ -213,7 +213,7 @@ await agent.sendStateSignal(
213
213
  id: 'browser',
214
214
  mode: 'snapshot',
215
215
  cacheKey: 'browser:https://example.com:3-tabs',
216
- contents: 'Browser is open on https://example.com with 3 tabs.',
216
+ contents: 'Browser is open. Active tab URL: https://example.com. 3 open tabs.',
217
217
  value: {
218
218
  activeUrl: 'https://example.com',
219
219
  tabCount: 3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "1.24.0-alpha.0",
3
+ "version": "1.24.0-alpha.2",
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
  "canonicalize": "^1.0.8",
40
40
  "jose": "^6.2.1",
41
41
  "json-schema": "^0.4.0",
42
- "@mastra/core": "1.42.0-alpha.0",
42
+ "@mastra/core": "1.42.0-alpha.2",
43
43
  "@mastra/schema-compat": "1.2.11"
44
44
  },
45
45
  "peerDependencies": {
@@ -58,8 +58,8 @@
58
58
  "zod": "^4.4.3",
59
59
  "@internal/ai-sdk-v4": "0.0.50",
60
60
  "@internal/lint": "0.0.103",
61
- "@internal/types-builder": "0.0.78",
62
- "@internal/ai-sdk-v5": "0.0.50"
61
+ "@internal/ai-sdk-v5": "0.0.50",
62
+ "@internal/types-builder": "0.0.78"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=22.13.0"