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

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.22-alpha.3 build /home/runner/work/mastra/mastra/client-sdks/client-js
2
+ > @mastra/client-js@0.1.22-alpha.4 build /home/runner/work/mastra/mastra/client-sdks/client-js
3
3
  > tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting
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
  ESM dist/index.js 38.25 KB
13
- ESM ⚡️ Build success in 1708ms
13
+ ESM ⚡️ Build success in 1681ms
14
14
  CJS dist/index.cjs 38.52 KB
15
- CJS ⚡️ Build success in 1710ms
15
+ CJS ⚡️ Build success in 1692ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 14928ms
17
+ DTS ⚡️ Build success in 14091ms
18
18
  DTS dist/index.d.ts 27.63 KB
19
19
  DTS dist/index.d.cts 27.63 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.22
4
+
5
+ ### Patch Changes
6
+
7
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
8
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
9
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
10
+ - 0c3d117: Add workflows to agent server handlers
11
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
12
+ - c2b980b: Fix multiple too-calls in AGUI
13
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
14
+ - 0b8b868: Added A2A support + streaming
15
+ - Updated dependencies [396be50]
16
+ - Updated dependencies [ab80e7e]
17
+ - Updated dependencies [c3bd795]
18
+ - Updated dependencies [da082f8]
19
+ - Updated dependencies [a5810ce]
20
+ - Updated dependencies [3e9c131]
21
+ - Updated dependencies [3171b5b]
22
+ - Updated dependencies [973e5ac]
23
+ - Updated dependencies [daf942f]
24
+ - Updated dependencies [0b8b868]
25
+ - Updated dependencies [9e1eff5]
26
+ - Updated dependencies [6fa1ad1]
27
+ - Updated dependencies [c28d7a0]
28
+ - Updated dependencies [edf1e88]
29
+ - @mastra/core@0.9.4
30
+
31
+ ## 0.1.22-alpha.4
32
+
33
+ ### Patch Changes
34
+
35
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
36
+ - Updated dependencies [3e9c131]
37
+ - @mastra/core@0.9.4-alpha.4
38
+
3
39
  ## 0.1.22-alpha.3
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.1.22-alpha.3",
3
+ "version": "0.1.22",
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.4-alpha.3"
31
+ "@mastra/core": "^0.9.4"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "zod": "^3.0.0"
@@ -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.4"
45
+ "@internal/lint": "0.0.5"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting",