@mastra/client-js 0.12.0-alpha.0 → 0.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6155cfc: Remove AGUI implementation from client-js
8
+
9
+ ### Patch Changes
10
+
11
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
12
+ - 5397eb4: Add public URL support when adding files in Multi Modal
13
+ - Updated dependencies [8fbf79e]
14
+ - Updated dependencies [fd83526]
15
+ - Updated dependencies [d0b90ab]
16
+ - Updated dependencies [6f5eb7a]
17
+ - Updated dependencies [a01cf14]
18
+ - Updated dependencies [a9e50ee]
19
+ - Updated dependencies [5397eb4]
20
+ - Updated dependencies [c9f4e4a]
21
+ - Updated dependencies [0acbc80]
22
+ - @mastra/core@0.16.0
23
+
24
+ ## 0.12.0-alpha.1
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [8fbf79e]
29
+ - @mastra/core@0.16.0-alpha.1
30
+
3
31
  ## 0.12.0-alpha.0
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.12.0-alpha.0",
3
+ "version": "0.12.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.0-alpha.0"
42
+ "@mastra/core": "0.16.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/lint": "0.0.35",
61
- "@internal/types-builder": "0.0.10"
60
+ "@internal/types-builder": "0.0.11",
61
+ "@internal/lint": "0.0.36"
62
62
  },
63
63
  "scripts": {
64
64
  "lint": "eslint .",