@mastra/client-js 0.0.0-vnextWorkflows-20250416071310 → 0.0.0-vnextWorkflows-20250421054100

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,13 +1,62 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-vnextWorkflows-20250416071310
3
+ ## 0.0.0-vnextWorkflows-20250421054100
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [08bb78e]
8
+ - Updated dependencies [ed2f549]
9
+ - Updated dependencies [7e92011]
10
+ - Updated dependencies [9ee4293]
7
11
  - Updated dependencies [03f3cd0]
12
+ - Updated dependencies [71d9444]
13
+ - Updated dependencies [157c741]
8
14
  - Updated dependencies [8a8a73b]
15
+ - Updated dependencies [fe3ae4d]
9
16
  - Updated dependencies [6f92295]
10
- - @mastra/core@0.0.0-vnextWorkflows-20250416071310
17
+ - @mastra/core@0.0.0-vnextWorkflows-20250421054100
18
+
19
+ ## 0.1.18-alpha.7
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [71d9444]
24
+ - @mastra/core@0.9.0-alpha.7
25
+
26
+ ## 0.1.18-alpha.6
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [157c741]
31
+ - @mastra/core@0.9.0-alpha.6
32
+
33
+ ## 0.1.18-alpha.5
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [08bb78e]
38
+ - @mastra/core@0.9.0-alpha.5
39
+
40
+ ## 0.1.18-alpha.4
41
+
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies [7e92011]
45
+ - @mastra/core@0.9.0-alpha.4
46
+
47
+ ## 0.1.18-alpha.3
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [fe3ae4d]
52
+ - @mastra/core@0.9.0-alpha.3
53
+
54
+ ## 0.1.18-alpha.2
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [9ee4293]
59
+ - @mastra/core@0.8.4-alpha.2
11
60
 
12
61
  ## 0.1.18-alpha.1
13
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.0.0-vnextWorkflows-20250416071310",
3
+ "version": "0.0.0-vnextWorkflows-20250421054100",
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-vnextWorkflows-20250416071310"
29
+ "@mastra/core": "0.0.0-vnextWorkflows-20250421054100"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/preset-env": "^7.26.9",