@mastra/inngest 0.0.0-fix-maxSteps-modelsetting-playground-20251008194458 → 0.0.0-fix-read-json-esm-20251009172143

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -3
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
1
  # @mastra/inngest
2
2
 
3
- ## 0.0.0-fix-maxSteps-modelsetting-playground-20251008194458
3
+ ## 0.0.0-fix-read-json-esm-20251009172143
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#8647](https://github.com/mastra-ai/mastra/pull/8647))
8
+ - Updated dependency [`@inngest/realtime@^0.4.4` ↗︎](https://www.npmjs.com/package/@inngest/realtime/v/0.4.4) (from `^0.3.1`, in `dependencies`)
9
+
10
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8674](https://github.com/mastra-ai/mastra/pull/8674))
11
+
12
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
13
+
14
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
15
+
16
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8676](https://github.com/mastra-ai/mastra/pull/8676))
17
+
18
+ - Updated dependencies [[`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0)]:
19
+ - @mastra/core@0.0.0-fix-read-json-esm-20251009172143
20
+
21
+ ## 0.16.0
4
22
 
5
23
  ### Minor Changes
6
24
 
@@ -10,8 +28,8 @@
10
28
 
11
29
  - Add shouldPersistSnapshot to control when to persist run snapshot ([#8617](https://github.com/mastra-ai/mastra/pull/8617))
12
30
 
13
- - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372)]:
14
- - @mastra/core@0.0.0-fix-maxSteps-modelsetting-playground-20251008194458
31
+ - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
32
+ - @mastra/core@0.20.2
15
33
 
16
34
  ## 0.16.0-alpha.0
17
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458",
3
+ "version": "0.0.0-fix-read-json-esm-20251009172143",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dependencies": {
26
- "@inngest/realtime": "^0.3.1",
26
+ "@inngest/realtime": "^0.4.4",
27
27
  "@opentelemetry/api": "^1.9.0",
28
28
  "inngest": "^3.40.3"
29
29
  },
@@ -34,22 +34,22 @@
34
34
  "@microsoft/api-extractor": "^7.52.8",
35
35
  "@types/node": "^20.19.0",
36
36
  "ai": "^4.3.19",
37
- "eslint": "^9.35.0",
37
+ "eslint": "^9.36.0",
38
38
  "execa": "^9.6.0",
39
39
  "get-port": "7.1.0",
40
40
  "hono": "^4.9.7",
41
41
  "tsup": "^8.5.0",
42
42
  "typescript": "^5.8.3",
43
43
  "vitest": "^3.2.4",
44
- "@internal/lint": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458",
45
- "@mastra/libsql": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458",
46
- "@mastra/deployer": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458",
47
- "@mastra/core": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458",
48
- "@internal/types-builder": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458"
44
+ "@internal/lint": "0.0.0-fix-read-json-esm-20251009172143",
45
+ "@mastra/libsql": "0.0.0-fix-read-json-esm-20251009172143",
46
+ "@internal/types-builder": "0.0.0-fix-read-json-esm-20251009172143",
47
+ "@mastra/core": "0.0.0-fix-read-json-esm-20251009172143",
48
+ "@mastra/deployer": "0.0.0-fix-read-json-esm-20251009172143"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "zod": "^3.25.0 || ^4.0.0",
52
- "@mastra/core": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458"
52
+ "@mastra/core": "0.0.0-fix-read-json-esm-20251009172143"
53
53
  },
54
54
  "homepage": "https://mastra.ai",
55
55
  "repository": {