@mastra/inngest 0.16.0-alpha.0 → 0.16.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Update peer dependencies to match core package version bump (0.20.2) ([#8617](https://github.com/mastra-ai/mastra/pull/8617))
8
+
9
+ ### Patch Changes
10
+
11
+ - Add shouldPersistSnapshot to control when to persist run snapshot ([#8617](https://github.com/mastra-ai/mastra/pull/8617))
12
+
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), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
14
+ - @mastra/core@0.20.2
15
+
3
16
  ## 0.16.0-alpha.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.16.0-alpha.0",
3
+ "version": "0.16.0",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,11 +41,11 @@
41
41
  "tsup": "^8.5.0",
42
42
  "typescript": "^5.8.3",
43
43
  "vitest": "^3.2.4",
44
- "@internal/lint": "0.0.47",
44
+ "@internal/lint": "0.0.48",
45
45
  "@mastra/libsql": "0.15.1",
46
- "@mastra/deployer": "0.20.2-alpha.0",
47
- "@internal/types-builder": "0.0.22",
48
- "@mastra/core": "0.20.2-alpha.0"
46
+ "@mastra/deployer": "0.20.2",
47
+ "@internal/types-builder": "0.0.23",
48
+ "@mastra/core": "0.20.2"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@mastra/core": ">=0.20.2-0 <0.21.0-0",