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

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 +2 -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-20250506123700
3
+ ## 0.0.0-vnext-inngest-20250506132005
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -26,7 +26,7 @@
26
26
  - Updated dependencies [17826a9]
27
27
  - Updated dependencies [fba031f]
28
28
  - Updated dependencies [51e6923]
29
- - @mastra/core@0.0.0-vnext-inngest-20250506123700
29
+ - @mastra/core@0.0.0-vnext-inngest-20250506132005
30
30
 
31
31
  ## 0.1.20-alpha.5
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.0.0-vnext-inngest-20250506123700",
3
+ "version": "0.0.0-vnext-inngest-20250506132005",
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-20250506123700"
31
+ "@mastra/core": "0.0.0-vnext-inngest-20250506132005"
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-20250506123700"
45
+ "@internal/lint": "0.0.0-vnext-inngest-20250506132005"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting",