@mastra/client-js 0.0.0-llamaindex-extract-20250416163822 → 0.0.0-mastra-3123-mcp-server-20250419180157

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 +51 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,14 +1,63 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-llamaindex-extract-20250416163822
3
+ ## 0.0.0-mastra-3123-mcp-server-20250419180157
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [08bb78e]
8
+ - Updated dependencies [ed2f549]
9
+ - Updated dependencies [7e92011]
7
10
  - Updated dependencies [9ee4293]
8
11
  - Updated dependencies [03f3cd0]
12
+ - Updated dependencies [71d9444]
13
+ - Updated dependencies [157c741]
9
14
  - Updated dependencies [8a8a73b]
15
+ - Updated dependencies [dc12442]
16
+ - Updated dependencies [fe3ae4d]
10
17
  - Updated dependencies [6f92295]
11
- - @mastra/core@0.0.0-llamaindex-extract-20250416163822
18
+ - @mastra/core@0.0.0-mastra-3123-mcp-server-20250419180157
19
+
20
+ ## 0.1.18-alpha.7
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [71d9444]
25
+ - @mastra/core@0.9.0-alpha.7
26
+
27
+ ## 0.1.18-alpha.6
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [157c741]
32
+ - @mastra/core@0.9.0-alpha.6
33
+
34
+ ## 0.1.18-alpha.5
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [08bb78e]
39
+ - @mastra/core@0.9.0-alpha.5
40
+
41
+ ## 0.1.18-alpha.4
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [7e92011]
46
+ - @mastra/core@0.9.0-alpha.4
47
+
48
+ ## 0.1.18-alpha.3
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [fe3ae4d]
53
+ - @mastra/core@0.9.0-alpha.3
54
+
55
+ ## 0.1.18-alpha.2
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [9ee4293]
60
+ - @mastra/core@0.8.4-alpha.2
12
61
 
13
62
  ## 0.1.18-alpha.1
14
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.0.0-llamaindex-extract-20250416163822",
3
+ "version": "0.0.0-mastra-3123-mcp-server-20250419180157",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "json-schema": "^0.4.0",
27
27
  "zod": "^3.24.2",
28
28
  "zod-to-json-schema": "^3.24.3",
29
- "@mastra/core": "0.0.0-llamaindex-extract-20250416163822"
29
+ "@mastra/core": "0.0.0-mastra-3123-mcp-server-20250419180157"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/preset-env": "^7.26.9",