@mastra/inngest 0.0.0-workflow-deno-20250616115451 → 0.0.0-workflow-deno-20250616130925

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 +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/inngest
2
2
 
3
- ## 0.0.0-workflow-deno-20250616115451
3
+ ## 0.0.0-workflow-deno-20250616130925
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -20,7 +20,7 @@
20
20
  - Updated dependencies [53d3c37]
21
21
  - Updated dependencies [577ce3a]
22
22
  - Updated dependencies [9260b3a]
23
- - @mastra/core@0.0.0-workflow-deno-20250616115451
23
+ - @mastra/core@0.0.0-workflow-deno-20250616130925
24
24
 
25
25
  ## 0.10.5-alpha.0
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.0.0-workflow-deno-20250616115451",
3
+ "version": "0.0.0-workflow-deno-20250616130925",
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.0-workflow-deno-20250616115451",
41
- "@mastra/libsql": "0.0.0-workflow-deno-20250616115451",
42
- "@mastra/deployer": "0.0.0-workflow-deno-20250616115451",
43
- "@mastra/core": "0.0.0-workflow-deno-20250616115451"
40
+ "@mastra/core": "0.0.0-workflow-deno-20250616130925",
41
+ "@mastra/libsql": "0.0.0-workflow-deno-20250616130925",
42
+ "@mastra/deployer": "0.0.0-workflow-deno-20250616130925",
43
+ "@internal/lint": "0.0.0-workflow-deno-20250616130925"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@mastra/core": "^0.10.2-alpha.0"