@mastra/inngest 0.10.2-alpha.3 → 0.10.3-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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @mastra/inngest@0.10.2-alpha.3 build /home/runner/work/mastra/mastra/workflows/inngest
2
+ > @mastra/inngest@0.10.3-alpha.0 build /home/runner/work/mastra/mastra/workflows/inngest
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.4.0
7
+ CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 7362ms
9
+ TSC ⚡️ Build success in 8783ms
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 6361ms
16
+ DTS ⚡️ Build success in 6725ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 22.68 KB
21
- CJS ⚡️ Build success in 207ms
22
20
  ESM dist/index.js 22.54 KB
23
- ESM ⚡️ Build success in 306ms
21
+ ESM ⚡️ Build success in 319ms
22
+ CJS dist/index.cjs 22.68 KB
23
+ CJS ⚡️ Build success in 320ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.10.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 1ccccff: dependencies updates:
8
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.2`, in `dependencies`)
9
+ - 1ccccff: dependencies updates:
10
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.2`, in `dependencies`)
11
+ - Updated dependencies [f6fd25f]
12
+ - Updated dependencies [dffb67b]
13
+ - Updated dependencies [f1309d3]
14
+ - Updated dependencies [f7f8293]
15
+ - @mastra/core@0.10.4-alpha.1
16
+
17
+ ## 0.10.2
18
+
19
+ ### Patch Changes
20
+
21
+ - 195c428: Add runId to step execute fn
22
+ - 12b7002: Add serializedStepGraph to workflow run snapshot in storage
23
+ - f0d559f: Fix peerdeps for alpha channel
24
+ - 1ee6894: inngest production url fix
25
+ - Updated dependencies [ee77e78]
26
+ - Updated dependencies [592a2db]
27
+ - Updated dependencies [e5dc18d]
28
+ - Updated dependencies [ab5adbe]
29
+ - Updated dependencies [1e8bb40]
30
+ - Updated dependencies [1b5fc55]
31
+ - Updated dependencies [195c428]
32
+ - Updated dependencies [f73e11b]
33
+ - Updated dependencies [37643b8]
34
+ - Updated dependencies [99fd6cf]
35
+ - Updated dependencies [c5bf1ce]
36
+ - Updated dependencies [add596e]
37
+ - Updated dependencies [8dc94d8]
38
+ - Updated dependencies [ecebbeb]
39
+ - Updated dependencies [79d5145]
40
+ - Updated dependencies [12b7002]
41
+ - Updated dependencies [2901125]
42
+ - @mastra/core@0.10.2
43
+
3
44
  ## 0.10.2-alpha.3
4
45
 
5
46
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.10.2-alpha.3",
3
+ "version": "0.10.3-alpha.0",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@inngest/realtime": "^0.3.1",
23
23
  "inngest": "^3.35.1",
24
- "zod": "^3.24.2",
24
+ "zod": "^3.25.56",
25
25
  "@opentelemetry/api": "^1.9.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@ai-sdk/openai": "^1.3.22",
29
- "@hono/node-server": "^1.14.1",
30
- "@microsoft/api-extractor": "^7.52.2",
31
- "@types/node": "^20.17.27",
29
+ "@hono/node-server": "^1.14.3",
30
+ "@microsoft/api-extractor": "^7.52.8",
31
+ "@types/node": "^20.17.57",
32
32
  "ai": "^4.3.15",
33
- "eslint": "^9.23.0",
34
- "execa": "^9.5.2",
33
+ "eslint": "^9.28.0",
34
+ "execa": "^9.6.0",
35
35
  "get-port": "7.1.0",
36
36
  "hono": "^4.7.7",
37
- "tsup": "^8.4.0",
37
+ "tsup": "^8.5.0",
38
38
  "typescript": "^5.8.2",
39
39
  "vitest": "^2.1.9",
40
- "@mastra/deployer": "0.10.2-alpha.5",
41
- "@internal/lint": "0.0.7",
42
- "@mastra/core": "0.10.2-alpha.5"
40
+ "@internal/lint": "0.0.10",
41
+ "@mastra/deployer": "0.10.4-alpha.1",
42
+ "@mastra/core": "0.10.4-alpha.1"
43
43
  },
44
44
  "peerDependencies": {
45
- "@mastra/core": "^0.10.0-alpha.0"
45
+ "@mastra/core": "^0.10.2-alpha.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",