@mastra/client-js 0.10.6-alpha.1 → 0.10.6-alpha.3

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @mastra/client-js@0.10.6-alpha.1 build /home/runner/work/mastra/mastra/client-sdks/client-js
2
+ > @mastra/client-js@0.10.6-alpha.3 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
  CLI Building entry: src/index.ts
@@ -9,11 +9,11 @@
9
9
  CLI Cleaning output folder
10
10
  ESM Build start
11
11
  CJS Build start
12
- ESM dist/index.js 46.95 KB
13
- ESM ⚡️ Build success in 1661ms
14
- CJS dist/index.cjs 47.24 KB
15
- CJS ⚡️ Build success in 1665ms
12
+ ESM dist/index.js 66.22 KB
13
+ ESM ⚡️ Build success in 1592ms
14
+ CJS dist/index.cjs 66.51 KB
15
+ CJS ⚡️ Build success in 1593ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 15248ms
18
- DTS dist/index.d.ts 33.64 KB
19
- DTS dist/index.d.cts 33.64 KB
17
+ DTS ⚡️ Build success in 18395ms
18
+ DTS dist/index.d.ts 39.17 KB
19
+ DTS dist/index.d.cts 39.17 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.6-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 18a5d59: clientTools client side execution
8
+ - Updated dependencies [792c4c0]
9
+ - Updated dependencies [502fe05]
10
+ - Updated dependencies [4efcfa0]
11
+ - @mastra/core@0.10.7-alpha.3
12
+
13
+ ## 0.10.6-alpha.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 8e1b6e9: dependencies updates:
18
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
19
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
20
+ - 5d74aab: vNext network in playground
21
+ - Updated dependencies [15e9d26]
22
+ - Updated dependencies [07d6d88]
23
+ - Updated dependencies [5d74aab]
24
+ - Updated dependencies [144eb0b]
25
+ - @mastra/core@0.10.7-alpha.2
26
+
3
27
  ## 0.10.6-alpha.1
4
28
 
5
29
  ### Patch Changes