@mastra/client-js 0.1.5-alpha.3 → 0.1.5

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.1.5-alpha.3 build /home/runner/work/mastra/mastra/client-sdks/client-js
2
+ > @mastra/client-js@0.1.5-alpha.4 build /home/runner/work/mastra/mastra/client-sdks/client-js
3
3
  > tsup src/index.ts --format esm,cjs --dts --clean --treeshake
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,10 +10,10 @@
10
10
  ESM Build start
11
11
  CJS Build start
12
12
  CJS dist/index.cjs 13.96 KB
13
- CJS ⚡️ Build success in 886ms
13
+ CJS ⚡️ Build success in 575ms
14
14
  ESM dist/index.js 13.86 KB
15
- ESM ⚡️ Build success in 892ms
15
+ ESM ⚡️ Build success in 575ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 10209ms
17
+ DTS ⚡️ Build success in 11509ms
18
18
  DTS dist/index.d.ts 13.64 KB
19
19
  DTS dist/index.d.cts 13.64 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
8
+ - 7a64aff: Add more types to client-js sdk
9
+ - bb4f447: Add support for commonjs
10
+ - Updated dependencies [0d185b1]
11
+ - Updated dependencies [ed55f1d]
12
+ - Updated dependencies [06aa827]
13
+ - Updated dependencies [0fd78ac]
14
+ - Updated dependencies [2512a93]
15
+ - Updated dependencies [e62de74]
16
+ - Updated dependencies [0d25b75]
17
+ - Updated dependencies [fd14a3f]
18
+ - Updated dependencies [8d13b14]
19
+ - Updated dependencies [3f369a2]
20
+ - Updated dependencies [3ee4831]
21
+ - Updated dependencies [4d4e1e1]
22
+ - Updated dependencies [bb4f447]
23
+ - Updated dependencies [108793c]
24
+ - Updated dependencies [5f28f44]
25
+ - Updated dependencies [dabecf4]
26
+ - @mastra/core@0.4.3
27
+
28
+ ## 0.1.5-alpha.4
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [dabecf4]
33
+ - @mastra/core@0.4.3-alpha.4
34
+
3
35
  ## 0.1.5-alpha.3
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.1.5-alpha.3",
3
+ "version": "0.1.5",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  "json-schema": "^0.4.0",
26
26
  "zod": "^3.24.1",
27
27
  "zod-to-json-schema": "^3.24.1",
28
- "@mastra/core": "^0.4.3-alpha.3"
28
+ "@mastra/core": "^0.4.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@babel/preset-env": "^7.26.0",