@mastra/agent-builder 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.
- package/CHANGELOG.md +3 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @mastra/agent-builder
|
|
2
2
|
|
|
3
|
-
## 0.0.0-workflow-timeout-issue-
|
|
3
|
+
## 0.0.0-workflow-timeout-issue-20260220185702
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 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)]:
|
|
8
|
-
- @mastra/core@0.0.0-workflow-timeout-issue-
|
|
9
|
-
- @mastra/memory@0.0.0-workflow-timeout-issue-
|
|
8
|
+
- @mastra/core@0.0.0-workflow-timeout-issue-20260220185702
|
|
9
|
+
- @mastra/memory@0.0.0-workflow-timeout-issue-20260220185702
|
|
10
10
|
|
|
11
11
|
## 1.0.3
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/agent-builder",
|
|
3
|
-
"version": "0.0.0-workflow-timeout-issue-
|
|
3
|
+
"version": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"ignore": "^7.0.5",
|
|
37
37
|
"semver": "^7.7.2",
|
|
38
38
|
"swpm": "^2.6.0",
|
|
39
|
-
"@mastra/memory": "0.0.0-workflow-timeout-issue-
|
|
39
|
+
"@mastra/memory": "0.0.0-workflow-timeout-issue-20260220185702"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "22.19.7",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"typescript-eslint": "^8.51.0",
|
|
51
51
|
"vitest": "4.0.16",
|
|
52
52
|
"zod": "^3.25.76",
|
|
53
|
-
"@internal/
|
|
54
|
-
"@internal/
|
|
55
|
-
"@internal/
|
|
56
|
-
"@mastra/core": "0.0.0-workflow-timeout-issue-
|
|
53
|
+
"@internal/lint": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
54
|
+
"@internal/types-builder": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
55
|
+
"@internal/ai-sdk-v5": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
56
|
+
"@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"typescript": ">=5.7.0",
|
|
60
60
|
"zod": "^3.25.0 || ^4.0.0",
|
|
61
|
-
"@mastra/core": "0.0.0-workflow-timeout-issue-
|
|
61
|
+
"@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702"
|
|
62
62
|
},
|
|
63
63
|
"peerDependenciesMeta": {
|
|
64
64
|
"typescript": {
|