@mastra/inngest 1.8.0 → 1.8.1-alpha.0
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/CHANGELOG.md +9 -0
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/inngest
|
|
2
2
|
|
|
3
|
+
## 1.8.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Removed the unused @opentelemetry/core dependency. It was left over from an earlier tracing workaround and pulled a vulnerable version (GHSA-8988-4f7v-96qf) into installs. ([#18793](https://github.com/mastra-ai/mastra/pull/18793))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`700619b`](https://github.com/mastra-ai/mastra/commit/700619b61d572e592cbaaf758121d168844ca4d2), [`0c3d4bc`](https://github.com/mastra-ai/mastra/commit/0c3d4bcae13ea3699d379403e6f350d5cf4efe9f), [`17369b2`](https://github.com/mastra-ai/mastra/commit/17369b25250561e9ed994ae509be1d15bfb33bcb), [`bcae929`](https://github.com/mastra-ai/mastra/commit/bcae929945cbf265bd9f327cc715ecafa072b5b9), [`b33822e`](https://github.com/mastra-ai/mastra/commit/b33822e8d470884954b02f7b0745407ee4ef74b1), [`d5c11e3`](https://github.com/mastra-ai/mastra/commit/d5c11e3ba5045969caa7272a7bd1fd141c93ab6c), [`ff80671`](https://github.com/mastra-ai/mastra/commit/ff8067185e208b27198b4e5b71803013175c3643), [`dab1257`](https://github.com/mastra-ai/mastra/commit/dab1257b64e4ed576dc5038bb7a3f7072338bc9f), [`705ff39`](https://github.com/mastra-ai/mastra/commit/705ff3969e57214ff2fdaf3815d751dd558886ed), [`e6fbd5b`](https://github.com/mastra-ai/mastra/commit/e6fbd5bfdc28e92c0c0433f29aa1bc152d3430f6), [`6f2026c`](https://github.com/mastra-ai/mastra/commit/6f2026cdf114ff1e21e49133ca774ec7d5085059), [`f890eda`](https://github.com/mastra-ai/mastra/commit/f890eda2c8a2ae83d9b30bc6d85842f93b6c266b)]:
|
|
10
|
+
- @mastra/core@1.49.0-alpha.3
|
|
11
|
+
|
|
3
12
|
## 1.8.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/inngest",
|
|
3
|
-
"version": "1.8.0",
|
|
3
|
+
"version": "1.8.1-alpha.0",
|
|
4
4
|
"description": "Mastra Inngest integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@opentelemetry/api": "^1.9.1",
|
|
37
|
-
"@opentelemetry/core": "^1.30.1",
|
|
38
37
|
"inngest": "^4.5.0"
|
|
39
38
|
},
|
|
40
39
|
"devDependencies": {
|
|
@@ -63,10 +62,10 @@
|
|
|
63
62
|
"zod": "^4.4.3",
|
|
64
63
|
"@internal/lint": "0.0.110",
|
|
65
64
|
"@internal/types-builder": "0.0.85",
|
|
65
|
+
"@mastra/libsql": "1.15.0-alpha.0",
|
|
66
|
+
"@mastra/core": "1.49.0-alpha.3",
|
|
66
67
|
"@internal/workflow-test-utils": "0.0.24",
|
|
67
|
-
"@mastra/
|
|
68
|
-
"@mastra/deployer": "1.48.0",
|
|
69
|
-
"@mastra/core": "1.48.0",
|
|
68
|
+
"@mastra/deployer": "1.49.0-alpha.3",
|
|
70
69
|
"@mastra/observability": "1.15.2"
|
|
71
70
|
},
|
|
72
71
|
"peerDependencies": {
|