@mastra/inngest 0.11.3-alpha.0 → 0.11.3-alpha.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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @mastra/inngest@0.11.3-alpha.0 build /home/runner/work/mastra/mastra/workflows/inngest
2
+ > @mastra/inngest@0.11.3-alpha.1 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
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 8949ms
9
+ TSC ⚡️ Build success in 7992ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
+ CLI Cleaning output folder
13
+ ESM Build start
14
+ CJS Build start
12
15
  Analysis will use the bundled TypeScript version 5.8.3
13
16
  Writing package typings: /home/runner/work/mastra/mastra/workflows/inngest/dist/_tsup-dts-rollup.d.ts
14
17
  Analysis will use the bundled TypeScript version 5.8.3
15
18
  Writing package typings: /home/runner/work/mastra/mastra/workflows/inngest/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 6476ms
17
- CLI Cleaning output folder
18
- ESM Build start
19
- CJS Build start
19
+ DTS ⚡️ Build success in 7020ms
20
20
  CJS dist/index.cjs 37.25 KB
21
- CJS ⚡️ Build success in 268ms
21
+ CJS ⚡️ Build success in 7338ms
22
22
  ESM dist/index.js 37.03 KB
23
- ESM ⚡️ Build success in 268ms
23
+ ESM ⚡️ Build success in 7338ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.11.3-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 515488a: dependencies updates:
8
+ - Updated dependency [`inngest@^3.39.2` ↗︎](https://www.npmjs.com/package/inngest/v/3.39.2) (from `^3.39.1`, in `dependencies`)
9
+ - Updated dependencies [7f6e403]
10
+ - @mastra/core@0.10.11-alpha.1
11
+
3
12
  ## 0.11.3-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -2,7 +2,7 @@ version: '3'
2
2
 
3
3
  services:
4
4
  inngest:
5
- image: inngest/inngest:v1.5.10
5
+ image: inngest/inngest:v1.8.2
6
6
  command: inngest dev -p 4000 -u http://host.docker.internal:4001/inngest/api --poll-interval=1
7
7
  ports:
8
8
  - '4000:4000'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.11.3-alpha.0",
3
+ "version": "0.11.3-alpha.1",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@inngest/realtime": "^0.3.1",
23
23
  "@opentelemetry/api": "^1.9.0",
24
- "inngest": "^3.39.1",
24
+ "inngest": "^3.39.2",
25
25
  "zod": "^3.25.67"
26
26
  },
27
27
  "devDependencies": {
@@ -39,9 +39,9 @@
39
39
  "typescript": "^5.8.3",
40
40
  "vitest": "^3.2.4",
41
41
  "@internal/lint": "0.0.17",
42
- "@mastra/core": "0.10.11-alpha.0",
42
+ "@mastra/core": "0.10.11-alpha.1",
43
43
  "@mastra/libsql": "0.11.0",
44
- "@mastra/deployer": "0.10.11-alpha.0"
44
+ "@mastra/deployer": "0.10.11-alpha.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@mastra/core": ">=0.10.9-0 <0.11.0-0"