@mastra/inngest 0.10.2 → 0.10.3

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 6855ms
9
+ TSC ⚡️ Build success in 8132ms
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 6523ms
16
+ DTS ⚡️ Build success in 7089ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 22.54 KB
21
- ESM ⚡️ Build success in 333ms
21
+ ESM ⚡️ Build success in 343ms
22
22
  CJS dist/index.cjs 22.68 KB
23
- CJS ⚡️ Build success in 435ms
23
+ CJS ⚡️ Build success in 344ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.10.3
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 [d1ed912]
12
+ - Updated dependencies [f6fd25f]
13
+ - Updated dependencies [dffb67b]
14
+ - Updated dependencies [f1f1f1b]
15
+ - Updated dependencies [925ab94]
16
+ - Updated dependencies [f9816ae]
17
+ - Updated dependencies [82090c1]
18
+ - Updated dependencies [1b443fd]
19
+ - Updated dependencies [ce97900]
20
+ - Updated dependencies [f1309d3]
21
+ - Updated dependencies [14a2566]
22
+ - Updated dependencies [f7f8293]
23
+ - Updated dependencies [48eddb9]
24
+ - @mastra/core@0.10.4
25
+
26
+ ## 0.10.3-alpha.0
27
+
28
+ ### Patch Changes
29
+
30
+ - 1ccccff: dependencies updates:
31
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.2`, in `dependencies`)
32
+ - 1ccccff: dependencies updates:
33
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.2`, in `dependencies`)
34
+ - Updated dependencies [f6fd25f]
35
+ - Updated dependencies [dffb67b]
36
+ - Updated dependencies [f1309d3]
37
+ - Updated dependencies [f7f8293]
38
+ - @mastra/core@0.10.4-alpha.1
39
+
3
40
  ## 0.10.2
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,25 +21,25 @@
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",
41
- "@mastra/core": "0.10.2",
42
- "@internal/lint": "0.0.8"
40
+ "@internal/lint": "0.0.11",
41
+ "@mastra/core": "0.10.4",
42
+ "@mastra/deployer": "0.10.4"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@mastra/core": "^0.10.2-alpha.0"