@mastra/client-js 0.0.0-storage-20250225005900 → 0.0.0-support-d1-client-20250701191943

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,16 +1,19 @@
1
-
2
- 
3
- > @mastra/client-js@0.1.4-alpha.0 build /Users/ward/projects/mastra/mastra/client-sdks/client-js
4
- > tsup-node src/index.ts --format esm --dts --clean --treeshake
5
-
6
- CLI Building entry: src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.3.6
9
- CLI Target: es2022
10
- CLI Cleaning output folder
11
- ESM Build start
12
- ESM dist/index.mjs 13.56 KB
13
- ESM ⚡️ Build success in 119ms
14
- DTS Build start
15
- DTS ⚡️ Build success in 2785ms
16
- DTS dist/index.d.mts 13.64 KB
1
+
2
+ > @mastra/client-js@0.10.7 build /home/runner/work/mastra/mastra/client-sdks/client-js
3
+ > tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.0
8
+ CLI Target: es2022
9
+ CLI Cleaning output folder
10
+ ESM Build start
11
+ CJS Build start
12
+ ESM dist/index.js 67.94 KB
13
+ ESM ⚡️ Build success in 2390ms
14
+ CJS dist/index.cjs 68.23 KB
15
+ CJS ⚡️ Build success in 2395ms
16
+ DTS Build start
17
+ DTS ⚡️ Build success in 16098ms
18
+ DTS dist/index.d.ts 40.25 KB
19
+ DTS dist/index.d.cts 40.25 KB