@mastra/inngest 0.11.0-alpha.3 → 0.11.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.
@@ -6,18 +6,18 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 9690ms
9
+ TSC ⚡️ Build success in 9007ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/workflows/inngest/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.8.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/workflows/inngest/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 6869ms
16
+ DTS ⚡️ Build success in 6069ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 32.72 KB
21
- CJS ⚡️ Build success in 247ms
22
20
  ESM dist/index.js 32.52 KB
23
- ESM ⚡️ Build success in 322ms
21
+ ESM ⚡️ Build success in 218ms
22
+ CJS dist/index.cjs 32.72 KB
23
+ CJS ⚡️ Build success in 287ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8a3bfd2: Update peerdeps to latest core
8
+
9
+ ### Patch Changes
10
+
11
+ - 8e1b6e9: dependencies updates:
12
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
13
+ - 9d52b17: Fix inngest workflows streaming and add step metadata
14
+ - 4fb0cc2: Type safe variable mapping
15
+ - 502fe05: createRun() -> createRunAsync()
16
+ - 4efcfa0: Added bail() method and more ergonomic suspend function return value
17
+ - Updated dependencies [15e9d26]
18
+ - Updated dependencies [d1baedb]
19
+ - Updated dependencies [d8f2d19]
20
+ - Updated dependencies [4d21bf2]
21
+ - Updated dependencies [07d6d88]
22
+ - Updated dependencies [9d52b17]
23
+ - Updated dependencies [2097952]
24
+ - Updated dependencies [792c4c0]
25
+ - Updated dependencies [5d74aab]
26
+ - Updated dependencies [a8b194f]
27
+ - Updated dependencies [4fb0cc2]
28
+ - Updated dependencies [d2a7a31]
29
+ - Updated dependencies [502fe05]
30
+ - Updated dependencies [144eb0b]
31
+ - Updated dependencies [8ba1b51]
32
+ - Updated dependencies [4efcfa0]
33
+ - Updated dependencies [0e17048]
34
+ - @mastra/core@0.10.7
35
+
3
36
  ## 0.11.0-alpha.3
4
37
 
5
38
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.11.0-alpha.3",
3
+ "version": "0.11.0",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,10 +37,10 @@
37
37
  "tsup": "^8.5.0",
38
38
  "typescript": "^5.8.3",
39
39
  "vitest": "^2.1.9",
40
- "@internal/lint": "0.0.13",
41
- "@mastra/core": "0.10.7-alpha.3",
42
- "@mastra/deployer": "0.10.7-alpha.3",
43
- "@mastra/libsql": "0.11.0-alpha.3"
40
+ "@internal/lint": "0.0.14",
41
+ "@mastra/core": "0.10.7",
42
+ "@mastra/libsql": "0.11.0",
43
+ "@mastra/deployer": "0.10.7"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@mastra/core": ">=0.10.7-0 <0.11.0-0"