@mastra/inngest 0.13.0-alpha.1 → 0.13.1-alpha.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.
- package/CHANGELOG.md +30 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @mastra/inngest
|
|
2
2
|
|
|
3
|
+
## 0.13.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dependencies updates: ([#7612](https://github.com/mastra-ai/mastra/pull/7612))
|
|
8
|
+
- Updated dependency [`inngest@^3.40.2` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.2) (from `^3.40.1`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
|
|
10
|
+
- @mastra/core@0.16.1-alpha.2
|
|
11
|
+
|
|
12
|
+
## 0.13.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- 376913a: Update peerdeps of @mastra/core
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- fd83526: Stream agent events with workflow `.streamVNext()`
|
|
21
|
+
- c9f4e4a: Pass tracing context to scorer run
|
|
22
|
+
- Updated dependencies [8fbf79e]
|
|
23
|
+
- Updated dependencies [fd83526]
|
|
24
|
+
- Updated dependencies [d0b90ab]
|
|
25
|
+
- Updated dependencies [6f5eb7a]
|
|
26
|
+
- Updated dependencies [a01cf14]
|
|
27
|
+
- Updated dependencies [a9e50ee]
|
|
28
|
+
- Updated dependencies [5397eb4]
|
|
29
|
+
- Updated dependencies [c9f4e4a]
|
|
30
|
+
- Updated dependencies [0acbc80]
|
|
31
|
+
- @mastra/core@0.16.0
|
|
32
|
+
|
|
3
33
|
## 0.13.0-alpha.1
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/inngest",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1-alpha.0",
|
|
4
4
|
"description": "Mastra Inngest integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@inngest/realtime": "^0.3.1",
|
|
27
27
|
"@opentelemetry/api": "^1.9.0",
|
|
28
|
-
"inngest": "^3.40.
|
|
28
|
+
"inngest": "^3.40.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"inngest-cli": "1.8.2",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"tsup": "^8.5.0",
|
|
42
42
|
"typescript": "^5.8.3",
|
|
43
43
|
"vitest": "^3.2.4",
|
|
44
|
-
"@
|
|
45
|
-
"@mastra/
|
|
46
|
-
"@mastra/deployer": "0.16.
|
|
47
|
-
"@internal/
|
|
48
|
-
"@
|
|
44
|
+
"@mastra/core": "0.16.1-alpha.2",
|
|
45
|
+
"@mastra/libsql": "0.14.0",
|
|
46
|
+
"@mastra/deployer": "0.16.1-alpha.2",
|
|
47
|
+
"@internal/lint": "0.0.36",
|
|
48
|
+
"@internal/types-builder": "0.0.11"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@mastra/core": ">=0.16.0-0 <0.17.0-0",
|