@mastra/editor 0.0.0-workflow-timeout-issue-20260219210834 → 0.0.0-workflow-timeout-issue-20260220185702

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/editor
2
2
 
3
- ## 0.0.0-workflow-timeout-issue-20260219210834
3
+ ## 0.0.0-workflow-timeout-issue-20260220185702
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -102,9 +102,9 @@
102
102
  ### Patch Changes
103
103
 
104
104
  - Updated dependencies [[`7ef618f`](https://github.com/mastra-ai/mastra/commit/7ef618f3c49c27e2f6b27d7f564c557c0734325b), [`b373564`](https://github.com/mastra-ai/mastra/commit/b37356491d43b4d53067f10cb669abaf2502f218), [`b896b41`](https://github.com/mastra-ai/mastra/commit/b896b41343de7fcc14442fb40fe82d189e65bbe2), [`6415277`](https://github.com/mastra-ai/mastra/commit/6415277a438faa00db2af850ead5dee25f40c428), [`191bc3a`](https://github.com/mastra-ai/mastra/commit/191bc3adfdbe4b262dbc93b7d9c3d6c6a3c8ef92), [`0831bbb`](https://github.com/mastra-ai/mastra/commit/0831bbb5bc750c18e9b22b45f18687c964b70828), [`74fb394`](https://github.com/mastra-ai/mastra/commit/74fb3944f51f55e1fc1ca65eede4254d8fe72aa3), [`63f7eda`](https://github.com/mastra-ai/mastra/commit/63f7eda605eb3e0c8c35ee3912ffe7c999c69f69), [`a5b67a3`](https://github.com/mastra-ai/mastra/commit/a5b67a3589a74415feb663a55d1858324a2afde9), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`cb8c38e`](https://github.com/mastra-ai/mastra/commit/cb8c38e6f855ad190383a7112ba95abef072d490), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947)]:
105
- - @mastra/core@0.0.0-workflow-timeout-issue-20260219210834
106
- - @mastra/memory@0.0.0-workflow-timeout-issue-20260219210834
107
- - @mastra/mcp@0.0.0-workflow-timeout-issue-20260219210834
105
+ - @mastra/core@0.0.0-workflow-timeout-issue-20260220185702
106
+ - @mastra/memory@0.0.0-workflow-timeout-issue-20260220185702
107
+ - @mastra/mcp@0.0.0-workflow-timeout-issue-20260220185702
108
108
 
109
109
  ## 0.3.0
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/editor",
3
- "version": "0.0.0-workflow-timeout-issue-20260219210834",
3
+ "version": "0.0.0-workflow-timeout-issue-20260220185702",
4
4
  "description": "Mastra Editor for agent management and instantiation",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -55,24 +55,24 @@
55
55
  "@arcadeai/arcadejs": "^2.2.0",
56
56
  "@composio/core": "^0.6.3",
57
57
  "@composio/mastra": "^0.6.3",
58
- "@mastra/memory": "0.0.0-workflow-timeout-issue-20260219210834",
59
- "@mastra/schema-compat": "1.1.0"
58
+ "@mastra/schema-compat": "1.1.0",
59
+ "@mastra/memory": "0.0.0-workflow-timeout-issue-20260220185702"
60
60
  },
61
61
  "devDependencies": {
62
62
  "tsup": "^8.0.2",
63
63
  "typescript": "^5.9.3",
64
64
  "vitest": "4.0.16",
65
65
  "zod": "^3.25.76",
66
- "@internal/ai-sdk-v4": "0.0.0-workflow-timeout-issue-20260219210834",
67
- "@internal/ai-v6": "0.0.0-workflow-timeout-issue-20260219210834",
68
- "@internal/ai-sdk-v5": "0.0.0-workflow-timeout-issue-20260219210834",
69
- "@mastra/libsql": "0.0.0-workflow-timeout-issue-20260219210834",
70
- "@mastra/core": "0.0.0-workflow-timeout-issue-20260219210834"
66
+ "@internal/ai-sdk-v4": "0.0.0-workflow-timeout-issue-20260220185702",
67
+ "@internal/ai-sdk-v5": "0.0.0-workflow-timeout-issue-20260220185702",
68
+ "@internal/ai-v6": "0.0.0-workflow-timeout-issue-20260220185702",
69
+ "@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702",
70
+ "@mastra/libsql": "0.0.0-workflow-timeout-issue-20260220185702"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "zod": "^3.25.0 || ^4.0.0",
74
74
  "@mastra/mcp": "1.0.0",
75
- "@mastra/core": "0.0.0-workflow-timeout-issue-20260219210834"
75
+ "@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702"
76
76
  },
77
77
  "peerDependenciesMeta": {
78
78
  "@mastra/mcp": {