@mastra/inngest 0.0.0-fix-fetch-workflow-runs-20250624231457 → 0.0.0-fix-fetching-workflow-snapshots-20250625000954

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/inngest
2
2
 
3
- ## 0.0.0-fix-fetch-workflow-runs-20250624231457
3
+ ## 0.0.0-fix-fetching-workflow-snapshots-20250625000954
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -31,7 +31,7 @@
31
31
  - Updated dependencies [8ba1b51]
32
32
  - Updated dependencies [4efcfa0]
33
33
  - Updated dependencies [0e17048]
34
- - @mastra/core@0.0.0-fix-fetch-workflow-runs-20250624231457
34
+ - @mastra/core@0.0.0-fix-fetching-workflow-snapshots-20250625000954
35
35
 
36
36
  ## 0.11.0-alpha.3
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/inngest",
3
- "version": "0.0.0-fix-fetch-workflow-runs-20250624231457",
3
+ "version": "0.0.0-fix-fetching-workflow-snapshots-20250625000954",
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/libsql": "0.0.0-fix-fetch-workflow-runs-20250624231457",
41
- "@mastra/core": "0.0.0-fix-fetch-workflow-runs-20250624231457",
42
- "@mastra/deployer": "0.0.0-fix-fetch-workflow-runs-20250624231457",
43
- "@internal/lint": "0.0.0-fix-fetch-workflow-runs-20250624231457"
40
+ "@internal/lint": "0.0.0-fix-fetching-workflow-snapshots-20250625000954",
41
+ "@mastra/libsql": "0.0.0-fix-fetching-workflow-snapshots-20250625000954",
42
+ "@mastra/deployer": "0.0.0-fix-fetching-workflow-snapshots-20250625000954",
43
+ "@mastra/core": "0.0.0-fix-fetching-workflow-snapshots-20250625000954"
44
44
  },
45
45
  "peerDependencies": {
46
- "@mastra/core": "0.0.0-fix-fetch-workflow-runs-20250624231457"
46
+ "@mastra/core": "0.0.0-fix-fetching-workflow-snapshots-20250625000954"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",