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

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 +18 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,29 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-vnextWorkflows-20250416071310
3
+ ## 0.0.0-vnextWorkflows-20250417075051
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [9ee4293]
7
8
  - Updated dependencies [03f3cd0]
8
9
  - Updated dependencies [8a8a73b]
10
+ - Updated dependencies [fe3ae4d]
9
11
  - Updated dependencies [6f92295]
10
- - @mastra/core@0.0.0-vnextWorkflows-20250416071310
12
+ - @mastra/core@0.0.0-vnextWorkflows-20250417075051
13
+
14
+ ## 0.1.18-alpha.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [fe3ae4d]
19
+ - @mastra/core@0.9.0-alpha.3
20
+
21
+ ## 0.1.18-alpha.2
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [9ee4293]
26
+ - @mastra/core@0.8.4-alpha.2
11
27
 
12
28
  ## 0.1.18-alpha.1
13
29
 
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-20250417075051",
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-20250417075051"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/preset-env": "^7.26.9",