@mastra/client-js 0.10.22-alpha.0 → 0.10.22-alpha.2

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