@mastra/inngest 0.12.4-alpha.0 → 0.13.0

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 +32 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 376913a: Update peerdeps of @mastra/core
8
+
9
+ ### Patch Changes
10
+
11
+ - fd83526: Stream agent events with workflow `.streamVNext()`
12
+ - c9f4e4a: Pass tracing context to scorer run
13
+ - Updated dependencies [8fbf79e]
14
+ - Updated dependencies [fd83526]
15
+ - Updated dependencies [d0b90ab]
16
+ - Updated dependencies [6f5eb7a]
17
+ - Updated dependencies [a01cf14]
18
+ - Updated dependencies [a9e50ee]
19
+ - Updated dependencies [5397eb4]
20
+ - Updated dependencies [c9f4e4a]
21
+ - Updated dependencies [0acbc80]
22
+ - @mastra/core@0.16.0
23
+
24
+ ## 0.13.0-alpha.1
25
+
26
+ ### Minor Changes
27
+
28
+ - 376913a: Update peerdeps of @mastra/core
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [8fbf79e]
33
+ - @mastra/core@0.16.0-alpha.1
34
+
3
35
  ## 0.12.4-alpha.0
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.12.4-alpha.0",
3
+ "version": "0.13.0",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,14 +41,14 @@
41
41
  "tsup": "^8.5.0",
42
42
  "typescript": "^5.8.3",
43
43
  "vitest": "^3.2.4",
44
- "@internal/lint": "0.0.35",
45
- "@mastra/libsql": "0.13.9-alpha.0",
46
- "@mastra/core": "0.16.0-alpha.0",
47
- "@mastra/deployer": "0.16.0-alpha.0",
48
- "@internal/types-builder": "0.0.10"
44
+ "@internal/lint": "0.0.36",
45
+ "@mastra/libsql": "0.14.0",
46
+ "@mastra/deployer": "0.16.0",
47
+ "@internal/types-builder": "0.0.11",
48
+ "@mastra/core": "0.16.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@mastra/core": ">=0.15.3-0 <0.16.0-0",
51
+ "@mastra/core": ">=0.16.0-0 <0.17.0-0",
52
52
  "zod": "^3.25.0 || ^4.0.0"
53
53
  },
54
54
  "homepage": "https://mastra.ai",