@mastra/client-js 0.0.0-workflow-timeout-issue-20260213181535 → 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 +2 -2
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
-
## 0.0.0-workflow-timeout-issue-
|
|
3
|
+
## 0.0.0-workflow-timeout-issue-20260220185702
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
- Updated instructions type to support both plain strings and structured instruction blocks ([#12864](https://github.com/mastra-ai/mastra/pull/12864))
|
|
104
104
|
|
|
105
105
|
- 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), [`0831bbb`](https://github.com/mastra-ai/mastra/commit/0831bbb5bc750c18e9b22b45f18687c964b70828), [`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), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947)]:
|
|
106
|
-
- @mastra/core@0.0.0-workflow-timeout-issue-
|
|
106
|
+
- @mastra/core@0.0.0-workflow-timeout-issue-20260220185702
|
|
107
107
|
|
|
108
108
|
## 1.3.0
|
|
109
109
|
|
package/dist/docs/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: mastra-client-js
|
|
|
3
3
|
description: Documentation for @mastra/client-js. Use when working with @mastra/client-js APIs, configuration, or implementation.
|
|
4
4
|
metadata:
|
|
5
5
|
package: "@mastra/client-js"
|
|
6
|
-
version: "0.0.0-workflow-timeout-issue-
|
|
6
|
+
version: "0.0.0-workflow-timeout-issue-20260220185702"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/client-js",
|
|
3
|
-
"version": "0.0.0-workflow-timeout-issue-
|
|
3
|
+
"version": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
4
4
|
"description": "The official TypeScript library for the Mastra Client API",
|
|
5
5
|
"author": "",
|
|
6
6
|
"type": "module",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@lukeed/uuid": "^2.0.1",
|
|
38
38
|
"json-schema": "^0.4.0",
|
|
39
|
-
"@mastra/
|
|
40
|
-
"@mastra/
|
|
39
|
+
"@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
40
|
+
"@mastra/schema-compat": "1.1.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"zod": "^3.25.0 || ^4.0.0"
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"typescript": "^5.9.3",
|
|
54
54
|
"vitest": "4.0.16",
|
|
55
55
|
"zod": "^3.25.76",
|
|
56
|
-
"@internal/ai-sdk-v4": "0.0.0-workflow-timeout-issue-
|
|
57
|
-
"@internal/ai-sdk-v5": "0.0.0-workflow-timeout-issue-
|
|
58
|
-
"@internal/
|
|
59
|
-
"@internal/
|
|
56
|
+
"@internal/ai-sdk-v4": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
57
|
+
"@internal/ai-sdk-v5": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
58
|
+
"@internal/types-builder": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
59
|
+
"@internal/lint": "0.0.0-workflow-timeout-issue-20260220185702"
|
|
60
60
|
},
|
|
61
61
|
"engines": {
|
|
62
62
|
"node": ">=22.13.0"
|