@mastra/inngest 0.11.3-alpha.3 → 0.11.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.
@@ -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 9103ms
9
+ TSC ⚡️ Build success in 8648ms
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 6946ms
16
+ DTS ⚡️ Build success in 6783ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 37.03 KB
21
- ESM ⚡️ Build success in 354ms
21
+ ESM ⚡️ Build success in 287ms
22
22
  CJS dist/index.cjs 37.25 KB
23
- CJS ⚡️ Build success in 356ms
23
+ CJS ⚡️ Build success in 287ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.11.3
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
+ - defb5ae: dependencies updates:
10
+ - Updated dependency [`inngest@^3.40.0` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.0) (from `^3.39.2`, in `dependencies`)
11
+ - b790fd1: Ability to pass a function to .sleep()/.sleepUntil()
12
+ - c1cceea: Bump peerdeps of @matra/core
13
+ - Updated dependencies [2873c7f]
14
+ - Updated dependencies [1c1c6a1]
15
+ - Updated dependencies [f8ce2cc]
16
+ - Updated dependencies [8c846b6]
17
+ - Updated dependencies [c7bbf1e]
18
+ - Updated dependencies [8722d53]
19
+ - Updated dependencies [565cc0c]
20
+ - Updated dependencies [b790fd1]
21
+ - Updated dependencies [132027f]
22
+ - Updated dependencies [0c85311]
23
+ - Updated dependencies [d7ed04d]
24
+ - Updated dependencies [cb16baf]
25
+ - Updated dependencies [f36e4f1]
26
+ - Updated dependencies [7f6e403]
27
+ - @mastra/core@0.10.11
28
+
3
29
  ## 0.11.3-alpha.3
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.11.3-alpha.3",
3
+ "version": "0.11.3",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -38,10 +38,10 @@
38
38
  "tsup": "^8.5.0",
39
39
  "typescript": "^5.8.3",
40
40
  "vitest": "^3.2.4",
41
- "@mastra/core": "0.10.11-alpha.4",
41
+ "@internal/lint": "0.0.18",
42
42
  "@mastra/libsql": "0.11.0",
43
- "@mastra/deployer": "0.10.11-alpha.4",
44
- "@internal/lint": "0.0.17"
43
+ "@mastra/core": "0.10.11",
44
+ "@mastra/deployer": "0.10.11"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@mastra/core": ">=0.10.11-0 <0.11.0-0"