@mastra/inngest 0.10.2-alpha.3 → 0.10.2

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.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 7362ms
9
+ TSC ⚡️ Build success in 6855ms
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 6523ms
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 333ms
22
+ CJS dist/index.cjs 22.68 KB
23
+ CJS ⚡️ Build success in 435ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 195c428: Add runId to step execute fn
8
+ - 12b7002: Add serializedStepGraph to workflow run snapshot in storage
9
+ - f0d559f: Fix peerdeps for alpha channel
10
+ - 1ee6894: inngest production url fix
11
+ - Updated dependencies [ee77e78]
12
+ - Updated dependencies [592a2db]
13
+ - Updated dependencies [e5dc18d]
14
+ - Updated dependencies [ab5adbe]
15
+ - Updated dependencies [1e8bb40]
16
+ - Updated dependencies [1b5fc55]
17
+ - Updated dependencies [195c428]
18
+ - Updated dependencies [f73e11b]
19
+ - Updated dependencies [37643b8]
20
+ - Updated dependencies [99fd6cf]
21
+ - Updated dependencies [c5bf1ce]
22
+ - Updated dependencies [add596e]
23
+ - Updated dependencies [8dc94d8]
24
+ - Updated dependencies [ecebbeb]
25
+ - Updated dependencies [79d5145]
26
+ - Updated dependencies [12b7002]
27
+ - Updated dependencies [2901125]
28
+ - @mastra/core@0.10.2
29
+
3
30
  ## 0.10.2-alpha.3
4
31
 
5
32
  ### 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.2",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,12 +37,12 @@
37
37
  "tsup": "^8.4.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
+ "@mastra/deployer": "0.10.2",
41
+ "@mastra/core": "0.10.2",
42
+ "@internal/lint": "0.0.8"
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",