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

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @mastra/inngest
2
2
 
3
- ## 0.0.0-workflow-deno-20250616130925
3
+ ## 0.0.0-workflow-deno-20250616132510
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 3ca9a67: Make createRun async to support storage
7
+ - b0c32de: Make createRun async to support storage
8
8
 
9
9
  ### Patch Changes
10
10
 
@@ -16,11 +16,11 @@
16
16
  - Updated dependencies [ee9af57]
17
17
  - Updated dependencies [36f1c36]
18
18
  - Updated dependencies [10d352e]
19
- - Updated dependencies [3ca9a67]
19
+ - Updated dependencies [b0c32de]
20
20
  - Updated dependencies [53d3c37]
21
21
  - Updated dependencies [577ce3a]
22
22
  - Updated dependencies [9260b3a]
23
- - @mastra/core@0.0.0-workflow-deno-20250616130925
23
+ - @mastra/core@0.0.0-workflow-deno-20250616132510
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-20250616130925",
3
+ "version": "0.0.0-workflow-deno-20250616132510",
4
4
  "description": "Mastra Inngest integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,13 +37,13 @@
37
37
  "tsup": "^8.5.0",
38
38
  "typescript": "^5.8.3",
39
39
  "vitest": "^2.1.9",
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"
40
+ "@mastra/core": "0.0.0-workflow-deno-20250616132510",
41
+ "@mastra/libsql": "0.0.0-workflow-deno-20250616132510",
42
+ "@internal/lint": "0.0.0-workflow-deno-20250616132510",
43
+ "@mastra/deployer": "0.0.0-workflow-deno-20250616132510"
44
44
  },
45
45
  "peerDependencies": {
46
- "@mastra/core": "^0.10.2-alpha.0"
46
+ "@mastra/core": "0.0.0-workflow-deno-20250616132510"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",