@mastra/client-js 0.10.1-alpha.3 → 0.10.1
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 +3 -3
- package/CHANGELOG.md +22 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[32mESM[39m [1mdist/index.js [22m[32m43.40 KB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 1799ms
|
|
14
14
|
[32mCJS[39m [1mdist/index.cjs [22m[32m43.69 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 1803ms
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
|
-
[32mDTS[39m ⚡️ Build success in
|
|
17
|
+
[32mDTS[39m ⚡️ Build success in 14331ms
|
|
18
18
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m31.64 KB[39m
|
|
19
19
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m31.64 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 267773e: Show map config on workflow graph
|
|
8
|
+
Highlight borders for conditions too on workflow graph
|
|
9
|
+
Fix watch stream
|
|
10
|
+
- 5343f93: Move emitter to symbol to make private
|
|
11
|
+
- f622cfa: Make some properties of CreateMemoryThreadParams optional
|
|
12
|
+
- 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
|
|
13
|
+
- Updated dependencies [d70b807]
|
|
14
|
+
- Updated dependencies [6d16390]
|
|
15
|
+
- Updated dependencies [1e4a421]
|
|
16
|
+
- Updated dependencies [200d0da]
|
|
17
|
+
- Updated dependencies [bf5f17b]
|
|
18
|
+
- Updated dependencies [5343f93]
|
|
19
|
+
- Updated dependencies [38aee50]
|
|
20
|
+
- Updated dependencies [5c41100]
|
|
21
|
+
- Updated dependencies [d6a759b]
|
|
22
|
+
- Updated dependencies [6015bdf]
|
|
23
|
+
- @mastra/core@0.10.1
|
|
24
|
+
|
|
3
25
|
## 0.10.1-alpha.3
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/client-js",
|
|
3
|
-
"version": "0.10.1
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "The official TypeScript library for the Mastra Client API",
|
|
5
5
|
"author": "",
|
|
6
6
|
"type": "module",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"tsup": "^8.4.0",
|
|
43
43
|
"typescript": "^5.8.2",
|
|
44
44
|
"vitest": "^3.1.2",
|
|
45
|
-
"@internal/lint": "0.0.
|
|
46
|
-
"@mastra/core": "0.10.1
|
|
45
|
+
"@internal/lint": "0.0.7",
|
|
46
|
+
"@mastra/core": "0.10.1"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting",
|