@mastra/client-js 0.10.12 → 0.10.14-alpha.0
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 +19 -0
- package/CHANGELOG.md +20 -2
- package/dist/index.cjs +2294 -0
- package/dist/index.d.cts +1194 -0
- package/dist/index.d.ts +1194 -0
- package/dist/index.js +2288 -0
- package/package.json +3 -2
- package/src/client.ts +48 -2
- package/src/resources/agent.ts +3 -2
- package/src/resources/vNextNetwork.ts +22 -5
- package/src/types.ts +2 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
> @mastra/client-js@0.10.14-alpha.0 build /home/runner/work/mastra/mastra/client-sdks/client-js
|
|
3
|
+
> tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting
|
|
4
|
+
|
|
5
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v8.5.0
|
|
8
|
+
[34mCLI[39m Target: es2022
|
|
9
|
+
[34mCLI[39m Cleaning output folder
|
|
10
|
+
[34mESM[39m Build start
|
|
11
|
+
[34mCJS[39m Build start
|
|
12
|
+
[32mESM[39m [1mdist/index.js [22m[32m71.12 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 2219ms
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m71.41 KB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 2251ms
|
|
16
|
+
[34mDTS[39m Build start
|
|
17
|
+
[32mDTS[39m ⚡️ Build success in 17443ms
|
|
18
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m41.95 KB[39m
|
|
19
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m41.95 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,28 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
-
## 0.10.
|
|
3
|
+
## 0.10.14-alpha.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 31f9f6b: Replace crypto randomUUID in client SDK"
|
|
8
|
+
- 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
|
|
9
|
+
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
10
|
+
- Updated dependencies [db5cc15]
|
|
11
|
+
- Updated dependencies [5237998]
|
|
12
|
+
- Updated dependencies [37c1acd]
|
|
13
|
+
- Updated dependencies [1aa60b1]
|
|
14
|
+
- Updated dependencies [89ec9d4]
|
|
15
|
+
- Updated dependencies [626b0f4]
|
|
16
|
+
- Updated dependencies [c22a91f]
|
|
17
|
+
- Updated dependencies [f7403ab]
|
|
18
|
+
- Updated dependencies [6c89d7f]
|
|
19
|
+
- @mastra/core@0.10.15-alpha.0
|
|
20
|
+
|
|
21
|
+
## 0.10.13
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- @mastra/core@0.10.14
|
|
8
26
|
|
|
9
27
|
## 0.10.11
|
|
10
28
|
|