@mastra/client-js 0.10.12 → 0.10.13

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.
@@ -0,0 +1,20 @@
1
+
2
+ 
3
+ > @mastra/client-js@0.10.12 build /Users/ward/projects/mastra/mastra-oss/client-sdks/client-js
4
+ > tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting
5
+
6
+ CLI Building entry: src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.0
9
+ CLI Target: es2022
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ ESM dist/index.js 69.70 KB
14
+ ESM ⚡️ Build success in 143ms
15
+ CJS dist/index.cjs 69.98 KB
16
+ CJS ⚡️ Build success in 144ms
17
+ DTS Build start
18
+ DTS ⚡️ Build success in 1379ms
19
+ DTS dist/index.d.ts 40.80 KB
20
+ DTS dist/index.d.cts 40.80 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.13
4
+
5
+ ### Patch Changes
6
+
7
+ - @mastra/core@0.10.14
8
+
3
9
  ## 0.10.12
4
10
 
5
11
  ### Patch Changes