@mastra/client-js 0.12.0-alpha.1 → 0.12.1-alpha.0
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 +28 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.12.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
|
|
8
|
+
- @mastra/core@0.16.1-alpha.0
|
|
9
|
+
|
|
10
|
+
## 0.12.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 6155cfc: Remove AGUI implementation from client-js
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
|
|
19
|
+
- 5397eb4: Add public URL support when adding files in Multi Modal
|
|
20
|
+
- Updated dependencies [8fbf79e]
|
|
21
|
+
- Updated dependencies [fd83526]
|
|
22
|
+
- Updated dependencies [d0b90ab]
|
|
23
|
+
- Updated dependencies [6f5eb7a]
|
|
24
|
+
- Updated dependencies [a01cf14]
|
|
25
|
+
- Updated dependencies [a9e50ee]
|
|
26
|
+
- Updated dependencies [5397eb4]
|
|
27
|
+
- Updated dependencies [c9f4e4a]
|
|
28
|
+
- Updated dependencies [0acbc80]
|
|
29
|
+
- @mastra/core@0.16.0
|
|
30
|
+
|
|
3
31
|
## 0.12.0-alpha.1
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/client-js",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1-alpha.0",
|
|
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.16.
|
|
42
|
+
"@mastra/core": "0.16.1-alpha.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/
|
|
61
|
-
"@internal/
|
|
60
|
+
"@internal/types-builder": "0.0.11",
|
|
61
|
+
"@internal/lint": "0.0.36"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"lint": "eslint .",
|