@mastra/client-js 0.10.23 → 0.10.24-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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @mastra/client-js@0.10.23-alpha.1 build /home/runner/work/mastra/mastra/client-sdks/client-js
2
+ > @mastra/client-js@0.10.24-alpha.0 build /home/runner/work/mastra/mastra/client-sdks/client-js
3
3
  > tsup --config tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,9 +10,9 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.cjs 93.90 KB
14
- CJS dist/index.cjs.map 201.12 KB
15
- CJS ⚡️ Build success in 3066ms
16
13
  ESM dist/index.js 93.57 KB
17
- ESM dist/index.js.map 200.93 KB
18
- ESM ⚡️ Build success in 3069ms
14
+ ESM dist/index.js.map 200.94 KB
15
+ ESM ⚡️ Build success in 2793ms
16
+ CJS dist/index.cjs 93.90 KB
17
+ CJS dist/index.cjs.map 201.13 KB
18
+ CJS ⚡️ Build success in 2792ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.24-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6949](https://github.com/mastra-ai/mastra/pull/6949) [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1) Thanks [@CalebBarnes](https://github.com/CalebBarnes)! - stream/generate vnext: simplify internal output schema handling, improve types and typescript generics, and add jsdoc comments
8
+
9
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
10
+ - @mastra/core@0.14.2-alpha.0
11
+
3
12
  ## 0.10.23
4
13
 
5
14
  ### Patch Changes