@mastra/inngest 0.10.5-alpha.1 → 0.10.5
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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +25 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.5.0
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 8101ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/workflows/inngest/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/workflows/inngest/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 6203ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
|
-
[32mESM[39m [1mdist/index.js [22m[32m26.65 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in 178ms
|
|
22
20
|
[32mCJS[39m [1mdist/index.cjs [22m[32m26.84 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
21
|
+
[32mCJS[39m ⚡️ Build success in 304ms
|
|
22
|
+
[32mESM[39m [1mdist/index.js [22m[32m26.65 KB[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 305ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/inngest
|
|
2
2
|
|
|
3
|
+
## 0.10.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 63f6b7d: dependencies updates:
|
|
8
|
+
- Updated dependency [`inngest@^3.39.1` ↗︎](https://www.npmjs.com/package/inngest/v/3.39.1) (from `^3.35.1`, in `dependencies`)
|
|
9
|
+
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
10
|
+
- ee9af57: Add api for polling run execution result and get run by id
|
|
11
|
+
- Updated dependencies [63f6b7d]
|
|
12
|
+
- Updated dependencies [12a95fc]
|
|
13
|
+
- Updated dependencies [4b0f8a6]
|
|
14
|
+
- Updated dependencies [51264a5]
|
|
15
|
+
- Updated dependencies [8e6f677]
|
|
16
|
+
- Updated dependencies [d70c420]
|
|
17
|
+
- Updated dependencies [ee9af57]
|
|
18
|
+
- Updated dependencies [36f1c36]
|
|
19
|
+
- Updated dependencies [2a16996]
|
|
20
|
+
- Updated dependencies [10d352e]
|
|
21
|
+
- Updated dependencies [9589624]
|
|
22
|
+
- Updated dependencies [53d3c37]
|
|
23
|
+
- Updated dependencies [751c894]
|
|
24
|
+
- Updated dependencies [577ce3a]
|
|
25
|
+
- Updated dependencies [9260b3a]
|
|
26
|
+
- @mastra/core@0.10.6
|
|
27
|
+
|
|
3
28
|
## 0.10.5-alpha.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/inngest",
|
|
3
|
-
"version": "0.10.5
|
|
3
|
+
"version": "0.10.5",
|
|
4
4
|
"description": "Mastra Inngest integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"tsup": "^8.5.0",
|
|
38
38
|
"typescript": "^5.8.3",
|
|
39
39
|
"vitest": "^2.1.9",
|
|
40
|
-
"@internal/lint": "0.0.
|
|
41
|
-
"@mastra/core": "0.10.6
|
|
42
|
-
"@mastra/
|
|
43
|
-
"@mastra/
|
|
40
|
+
"@internal/lint": "0.0.13",
|
|
41
|
+
"@mastra/core": "0.10.6",
|
|
42
|
+
"@mastra/libsql": "0.10.3",
|
|
43
|
+
"@mastra/deployer": "0.10.6"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mastra/core": "^0.10.2-alpha.0"
|