@mastra/client-js 0.10.21 → 0.10.22-alpha.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @mastra/client-js@0.10.21-alpha.3 build /home/runner/work/mastra/mastra/client-sdks/client-js
2
+ > @mastra/client-js@0.10.22-alpha.1 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
@@ -11,8 +11,8 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  ESM dist/index.js 76.44 KB
14
- ESM dist/index.js.map 164.02 KB
15
- ESM ⚡️ Build success in 2127ms
14
+ ESM dist/index.js.map 164.03 KB
15
+ ESM ⚡️ Build success in 2373ms
16
16
  CJS dist/index.cjs 76.75 KB
17
- CJS dist/index.cjs.map 164.21 KB
18
- CJS ⚡️ Build success in 2127ms
17
+ CJS dist/index.cjs.map 164.22 KB
18
+ CJS ⚡️ Build success in 2374ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.22-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6313063: Implement model switcher in playground
8
+ - Updated dependencies [6faaee5]
9
+ - Updated dependencies [4232b14]
10
+ - Updated dependencies [a89de7e]
11
+ - Updated dependencies [cf4f357]
12
+ - Updated dependencies [a722c0b]
13
+ - Updated dependencies [3b5fec7]
14
+ - @mastra/core@0.14.0-alpha.1
15
+
16
+ ## 0.10.22-alpha.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [c30bca8]
21
+ - @mastra/core@0.13.3-alpha.0
22
+
3
23
  ## 0.10.21
4
24
 
5
25
  ### Patch Changes