@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.
- package/.turbo/turbo-build.log +20 -0
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +2246 -0
- package/dist/index.d.cts +1166 -0
- package/dist/index.d.ts +1166 -0
- package/dist/index.js +2240 -0
- package/package.json +2 -2
|
@@ -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
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
7
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
[34mCLI[39m tsup v8.5.0
|
|
9
|
+
[34mCLI[39m Target: es2022
|
|
10
|
+
[34mCLI[39m Cleaning output folder
|
|
11
|
+
[34mESM[39m Build start
|
|
12
|
+
[34mCJS[39m Build start
|
|
13
|
+
[32mESM[39m [1mdist/index.js [22m[32m69.70 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 143ms
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m69.98 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ 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
|