@mastra/client-js 0.1.21-alpha.1 → 0.1.21

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.
@@ -10,10 +10,10 @@
10
10
  ESM Build start
11
11
  CJS Build start
12
12
  CJS dist/index.cjs 35.18 KB
13
- CJS ⚡️ Build success in 1141ms
13
+ CJS ⚡️ Build success in 1096ms
14
14
  ESM dist/index.js 34.95 KB
15
- ESM ⚡️ Build success in 1145ms
15
+ ESM ⚡️ Build success in 1096ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 14023ms
17
+ DTS ⚡️ Build success in 13790ms
18
18
  DTS dist/index.d.ts 25.12 KB
19
19
  DTS dist/index.d.cts 25.12 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.21
4
+
5
+ ### Patch Changes
6
+
7
+ - 526c570: expose agent runtimeContext from clientSDK
8
+ - 36eb1aa: Fix AGUI text part
9
+ - 62c9e7d: Fix disappearing tool calls in streaming
10
+ - Updated dependencies [e450778]
11
+ - Updated dependencies [8902157]
12
+ - Updated dependencies [ca0dc88]
13
+ - Updated dependencies [526c570]
14
+ - Updated dependencies [d7a6a33]
15
+ - Updated dependencies [9cd1a46]
16
+ - Updated dependencies [b5d2de0]
17
+ - Updated dependencies [644f8ad]
18
+ - Updated dependencies [70dbf51]
19
+ - @mastra/core@0.9.3
20
+
3
21
  ## 0.1.21-alpha.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.1.21-alpha.1",
3
+ "version": "0.1.21",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -28,7 +28,7 @@
28
28
  "rxjs": "7.8.1",
29
29
  "zod": "^3.24.3",
30
30
  "zod-to-json-schema": "^3.24.5",
31
- "@mastra/core": "^0.9.3-alpha.1"
31
+ "@mastra/core": "^0.9.3"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "zod": "^3.24.2"
@@ -42,7 +42,7 @@
42
42
  "tsup": "^8.4.0",
43
43
  "typescript": "^5.8.2",
44
44
  "vitest": "^3.1.2",
45
- "@internal/lint": "0.0.3"
45
+ "@internal/lint": "0.0.4"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting",