@mastra/client-js 0.0.0-fix-generate-title-20250616171351 → 0.0.0-fix-fetch-workflow-runs-20250624231457
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/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +128 -3
- package/README.md +1 -1
- package/dist/index.cjs +606 -15
- package/dist/index.d.cts +166 -4
- package/dist/index.d.ts +166 -4
- package/dist/index.js +607 -16
- package/package.json +5 -5
- package/src/client.ts +71 -1
- package/src/example.ts +4 -1
- package/src/resources/agent.ts +530 -12
- package/src/resources/base.ts +1 -0
- package/src/resources/network-memory-thread.ts +63 -0
- package/src/resources/network.ts +2 -3
- package/src/resources/vNextNetwork.ts +147 -0
- package/src/resources/workflow.ts +4 -4
- package/src/types.ts +61 -0
- package/src/utils/process-client-tools.ts +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/client-js@0.10.
|
|
2
|
+
> @mastra/client-js@0.10.6-alpha.5 build /home/runner/work/mastra/mastra/client-sdks/client-js
|
|
3
3
|
> tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
[34mCLI[39m Cleaning output folder
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
|
-
[32mCJS[39m [1mdist/index.cjs [22m[
|
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
-
[32mESM[39m [1mdist/index.js [22m[
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m66.50 KB[39m
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 356ms
|
|
14
|
+
[32mESM[39m [1mdist/index.js [22m[32m66.21 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 357ms
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
19
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[
|
|
17
|
+
[32mDTS[39m ⚡️ Build success in 2466ms
|
|
18
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m39.17 KB[39m
|
|
19
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m39.17 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,94 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
-
## 0.0.0-fix-
|
|
3
|
+
## 0.0.0-fix-fetch-workflow-runs-20250624231457
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8e1b6e9: dependencies updates:
|
|
8
|
+
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
9
|
+
- 9bf1d55: Fix runtimeContext in mastra server, client SDK
|
|
10
|
+
- 18a5d59: clientTools client side execution
|
|
11
|
+
- 5d74aab: vNext network in playground
|
|
12
|
+
- bee3fe4: Fix client side tool calling
|
|
13
|
+
- Updated dependencies [15e9d26]
|
|
14
|
+
- Updated dependencies [d1baedb]
|
|
15
|
+
- Updated dependencies [d8f2d19]
|
|
16
|
+
- Updated dependencies [4d21bf2]
|
|
17
|
+
- Updated dependencies [07d6d88]
|
|
18
|
+
- Updated dependencies [9d52b17]
|
|
19
|
+
- Updated dependencies [2097952]
|
|
20
|
+
- Updated dependencies [792c4c0]
|
|
21
|
+
- Updated dependencies [5d74aab]
|
|
22
|
+
- Updated dependencies [a8b194f]
|
|
23
|
+
- Updated dependencies [4fb0cc2]
|
|
24
|
+
- Updated dependencies [d2a7a31]
|
|
25
|
+
- Updated dependencies [502fe05]
|
|
26
|
+
- Updated dependencies [144eb0b]
|
|
27
|
+
- Updated dependencies [8ba1b51]
|
|
28
|
+
- Updated dependencies [4efcfa0]
|
|
29
|
+
- Updated dependencies [0e17048]
|
|
30
|
+
- @mastra/core@0.0.0-fix-fetch-workflow-runs-20250624231457
|
|
31
|
+
|
|
32
|
+
## 0.10.6-alpha.5
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- bee3fe4: Fix client side tool calling
|
|
37
|
+
- @mastra/core@0.10.7-alpha.5
|
|
38
|
+
|
|
39
|
+
## 0.10.6-alpha.4
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- Updated dependencies [a8b194f]
|
|
44
|
+
- @mastra/core@0.10.7-alpha.4
|
|
45
|
+
|
|
46
|
+
## 0.10.6-alpha.3
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- 18a5d59: clientTools client side execution
|
|
51
|
+
- Updated dependencies [792c4c0]
|
|
52
|
+
- Updated dependencies [502fe05]
|
|
53
|
+
- Updated dependencies [4efcfa0]
|
|
54
|
+
- @mastra/core@0.10.7-alpha.3
|
|
55
|
+
|
|
56
|
+
## 0.10.6-alpha.2
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- 8e1b6e9: dependencies updates:
|
|
61
|
+
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
62
|
+
- 9bf1d55: Fix runtimeContext in mastra server, client SDK
|
|
63
|
+
- 5d74aab: vNext network in playground
|
|
64
|
+
- Updated dependencies [15e9d26]
|
|
65
|
+
- Updated dependencies [07d6d88]
|
|
66
|
+
- Updated dependencies [5d74aab]
|
|
67
|
+
- Updated dependencies [144eb0b]
|
|
68
|
+
- @mastra/core@0.10.7-alpha.2
|
|
69
|
+
|
|
70
|
+
## 0.10.6-alpha.1
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- Updated dependencies [d1baedb]
|
|
75
|
+
- Updated dependencies [4d21bf2]
|
|
76
|
+
- Updated dependencies [2097952]
|
|
77
|
+
- Updated dependencies [4fb0cc2]
|
|
78
|
+
- Updated dependencies [d2a7a31]
|
|
79
|
+
- Updated dependencies [0e17048]
|
|
80
|
+
- @mastra/core@0.10.7-alpha.1
|
|
81
|
+
|
|
82
|
+
## 0.10.6-alpha.0
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- Updated dependencies [d8f2d19]
|
|
87
|
+
- Updated dependencies [9d52b17]
|
|
88
|
+
- Updated dependencies [8ba1b51]
|
|
89
|
+
- @mastra/core@0.10.7-alpha.0
|
|
90
|
+
|
|
91
|
+
## 0.10.5
|
|
4
92
|
|
|
5
93
|
### Patch Changes
|
|
6
94
|
|
|
@@ -10,15 +98,52 @@
|
|
|
10
98
|
- ee9af57: Add api for polling run execution result and get run by id
|
|
11
99
|
- 3270d9d: Fix runtime context being undefined
|
|
12
100
|
- Updated dependencies [63f6b7d]
|
|
13
|
-
- Updated dependencies [
|
|
101
|
+
- Updated dependencies [12a95fc]
|
|
102
|
+
- Updated dependencies [4b0f8a6]
|
|
103
|
+
- Updated dependencies [51264a5]
|
|
104
|
+
- Updated dependencies [8e6f677]
|
|
105
|
+
- Updated dependencies [d70c420]
|
|
14
106
|
- Updated dependencies [ee9af57]
|
|
15
107
|
- Updated dependencies [36f1c36]
|
|
108
|
+
- Updated dependencies [2a16996]
|
|
16
109
|
- Updated dependencies [10d352e]
|
|
110
|
+
- Updated dependencies [9589624]
|
|
17
111
|
- Updated dependencies [53d3c37]
|
|
18
112
|
- Updated dependencies [751c894]
|
|
19
113
|
- Updated dependencies [577ce3a]
|
|
20
114
|
- Updated dependencies [9260b3a]
|
|
21
|
-
- @mastra/core@0.
|
|
115
|
+
- @mastra/core@0.10.6
|
|
116
|
+
|
|
117
|
+
## 0.10.5-alpha.5
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- Updated dependencies [12a95fc]
|
|
122
|
+
- Updated dependencies [51264a5]
|
|
123
|
+
- Updated dependencies [8e6f677]
|
|
124
|
+
- @mastra/core@0.10.6-alpha.5
|
|
125
|
+
|
|
126
|
+
## 0.10.5-alpha.4
|
|
127
|
+
|
|
128
|
+
### Patch Changes
|
|
129
|
+
|
|
130
|
+
- Updated dependencies [9589624]
|
|
131
|
+
- @mastra/core@0.10.6-alpha.4
|
|
132
|
+
|
|
133
|
+
## 0.10.5-alpha.3
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- Updated dependencies [d70c420]
|
|
138
|
+
- Updated dependencies [2a16996]
|
|
139
|
+
- @mastra/core@0.10.6-alpha.3
|
|
140
|
+
|
|
141
|
+
## 0.10.5-alpha.2
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- Updated dependencies [4b0f8a6]
|
|
146
|
+
- @mastra/core@0.10.6-alpha.2
|
|
22
147
|
|
|
23
148
|
## 0.10.5-alpha.1
|
|
24
149
|
|
package/README.md
CHANGED