@mastra/client-js 1.24.0-alpha.0 → 1.24.0-alpha.1
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,12 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 1.24.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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)]:
|
|
8
|
+
- @mastra/core@1.42.0-alpha.1
|
|
9
|
+
|
|
3
10
|
## 1.24.0-alpha.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
package/dist/docs/SKILL.md
CHANGED
|
@@ -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.
|
|
6
|
+
version: "1.24.0-alpha.1"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
|
@@ -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
|
|
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.
|
|
3
|
+
"version": "1.24.0-alpha.1",
|
|
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.
|
|
42
|
+
"@mastra/core": "1.42.0-alpha.1",
|
|
43
43
|
"@mastra/schema-compat": "1.2.11"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"vitest": "4.1.5",
|
|
58
58
|
"zod": "^4.4.3",
|
|
59
59
|
"@internal/ai-sdk-v4": "0.0.50",
|
|
60
|
-
"@internal/lint": "0.0.103",
|
|
61
60
|
"@internal/types-builder": "0.0.78",
|
|
62
|
-
"@internal/ai-sdk-v5": "0.0.50"
|
|
61
|
+
"@internal/ai-sdk-v5": "0.0.50",
|
|
62
|
+
"@internal/lint": "0.0.103"
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|
|
65
65
|
"node": ">=22.13.0"
|