@mastra/inngest 1.2.1-alpha.0 → 1.2.1

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 +9 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add `entityName` to workflow span creation in the Inngest workflow engine, parallel to the core fix in #14949. Without this, workflows created via `init(inngest).createWorkflow({...})` show up as "unknown" in the metrics dashboard's workflow trace volume tab even when they have an explicit `id`. ([#15182](https://github.com/mastra-ai/mastra/pull/15182))
8
+
9
+ - Updated dependencies [[`ef94400`](https://github.com/mastra-ai/mastra/commit/ef9440049402596b31f2ab976c5e4508f6cb6c91), [`3db852b`](https://github.com/mastra-ai/mastra/commit/3db852bff74e29f60d415a7b0f1583d6ce2bad92)]:
10
+ - @mastra/core@1.24.1
11
+
3
12
  ## 1.2.1-alpha.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "1.2.1-alpha.0",
3
+ "version": "1.2.1",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -52,13 +52,13 @@
52
52
  "typescript": "^5.9.3",
53
53
  "vitest": "4.0.18",
54
54
  "zod": "^4.3.6",
55
- "@internal/lint": "0.0.81",
56
- "@internal/workflow-test-utils": "0.0.11",
57
- "@mastra/core": "1.24.1-alpha.0",
58
- "@mastra/deployer": "1.24.1-alpha.0",
59
- "@internal/types-builder": "0.0.56",
60
- "@mastra/observability": "1.9.0-alpha.0",
61
- "@mastra/libsql": "1.8.0"
55
+ "@internal/lint": "0.0.82",
56
+ "@internal/types-builder": "0.0.57",
57
+ "@internal/workflow-test-utils": "0.0.12",
58
+ "@mastra/deployer": "1.24.1",
59
+ "@mastra/libsql": "1.8.0",
60
+ "@mastra/observability": "1.9.0",
61
+ "@mastra/core": "1.24.1"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@mastra/core": ">=1.1.0-0 <2.0.0-0",