@mastra/client-js 0.0.0-vnext-inngest-20250506121901 → 0.0.0-vnext-inngest-20250506123700

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 +3 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-vnext-inngest-20250506121901
3
+ ## 0.0.0-vnext-inngest-20250506123700
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,6 +12,7 @@
12
12
  Use serializedStepGraph in vNext workflow graph
13
13
  - 2429c74: Add get workflow runs api to client-js
14
14
  - 2e4f8e9: Agui client integration
15
+ - Updated dependencies [6052aa6]
15
16
  - Updated dependencies [967b41c]
16
17
  - Updated dependencies [3d2fb5c]
17
18
  - Updated dependencies [26738f4]
@@ -25,7 +26,7 @@
25
26
  - Updated dependencies [17826a9]
26
27
  - Updated dependencies [fba031f]
27
28
  - Updated dependencies [51e6923]
28
- - @mastra/core@0.0.0-vnext-inngest-20250506121901
29
+ - @mastra/core@0.0.0-vnext-inngest-20250506123700
29
30
 
30
31
  ## 0.1.20-alpha.5
31
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.0.0-vnext-inngest-20250506121901",
3
+ "version": "0.0.0-vnext-inngest-20250506123700",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -28,7 +28,7 @@
28
28
  "rxjs": "7.8.1",
29
29
  "zod": "^3.24.2",
30
30
  "zod-to-json-schema": "^3.24.3",
31
- "@mastra/core": "0.0.0-vnext-inngest-20250506121901"
31
+ "@mastra/core": "0.0.0-vnext-inngest-20250506123700"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "zod": "^3.24.2"
@@ -42,7 +42,7 @@
42
42
  "tsup": "^8.4.0",
43
43
  "typescript": "^5.8.2",
44
44
  "vitest": "^3.1.2",
45
- "@internal/lint": "0.0.0-vnext-inngest-20250506121901"
45
+ "@internal/lint": "0.0.0-vnext-inngest-20250506123700"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting",