@mastra/inngest 0.11.6 → 0.11.7

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.5 build /home/runner/work/mastra/mastra/workflows/inngest
2
+ > @mastra/inngest@0.11.7-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
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 8731ms
9
+ TSC ⚡️ Build success in 9663ms
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 6279ms
16
+ DTS ⚡️ Build success in 6756ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 38.32 KB
21
- CJS ⚡️ Build success in 365ms
22
20
  ESM dist/index.js 38.07 KB
23
- ESM ⚡️ Build success in 365ms
21
+ ESM ⚡️ Build success in 331ms
22
+ CJS dist/index.cjs 38.32 KB
23
+ CJS ⚡️ Build success in 331ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.11.7
4
+
5
+ ### Patch Changes
6
+
7
+ - f42c4c2: update peer deps for packages to latest core range
8
+ - Updated dependencies [510e2c8]
9
+ - Updated dependencies [2f72fb2]
10
+ - Updated dependencies [27cc97a]
11
+ - Updated dependencies [3f89307]
12
+ - Updated dependencies [9eda7d4]
13
+ - Updated dependencies [9d49408]
14
+ - Updated dependencies [41daa63]
15
+ - Updated dependencies [ad0a58b]
16
+ - Updated dependencies [254a36b]
17
+ - Updated dependencies [2ecf658]
18
+ - Updated dependencies [7a7754f]
19
+ - Updated dependencies [fc92d80]
20
+ - Updated dependencies [e0f73c6]
21
+ - Updated dependencies [0b89602]
22
+ - Updated dependencies [4d37822]
23
+ - Updated dependencies [23a6a7c]
24
+ - Updated dependencies [cda801d]
25
+ - Updated dependencies [a77c823]
26
+ - Updated dependencies [ff9c125]
27
+ - Updated dependencies [09bca64]
28
+ - Updated dependencies [b8efbb9]
29
+ - Updated dependencies [71466e7]
30
+ - Updated dependencies [0c99fbe]
31
+ - @mastra/core@0.12.0
32
+
33
+ ## 0.11.7-alpha.0
34
+
35
+ ### Patch Changes
36
+
37
+ - f42c4c2: update peer deps for packages to latest core range
38
+ - @mastra/core@0.12.0-alpha.5
39
+
3
40
  ## 0.11.6
4
41
 
5
42
  ### Patch Changes
@@ -2,7 +2,7 @@ version: '3'
2
2
 
3
3
  services:
4
4
  inngest:
5
- image: inngest/inngest:v1.8.2
5
+ image: inngest/inngest:v1.10.0
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.6",
3
+ "version": "0.11.7",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,24 +27,24 @@
27
27
  "devDependencies": {
28
28
  "inngest-cli": "1.8.2",
29
29
  "@ai-sdk/openai": "^1.3.22",
30
- "@hono/node-server": "^1.14.4",
30
+ "@hono/node-server": "^1.17.1",
31
31
  "@microsoft/api-extractor": "^7.52.8",
32
32
  "@types/node": "^20.19.0",
33
33
  "ai": "^4.3.16",
34
34
  "eslint": "^9.30.1",
35
35
  "execa": "^9.6.0",
36
36
  "get-port": "7.1.0",
37
- "hono": "^4.8.4",
37
+ "hono": "^4.8.9",
38
38
  "tsup": "^8.5.0",
39
39
  "typescript": "^5.8.3",
40
40
  "vitest": "^3.2.4",
41
- "@internal/lint": "0.0.22",
42
- "@mastra/libsql": "0.11.2",
43
- "@mastra/core": "0.11.1",
44
- "@mastra/deployer": "0.11.1"
41
+ "@internal/lint": "0.0.24",
42
+ "@mastra/core": "0.12.0",
43
+ "@mastra/deployer": "0.12.0",
44
+ "@mastra/libsql": "0.12.0"
45
45
  },
46
46
  "peerDependencies": {
47
- "@mastra/core": ">=0.11.0-0 <0.12.0-0"
47
+ "@mastra/core": ">=0.11.0-0 <0.13.0-0"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",