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

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
  ESM dist/index.js 43.40 KB
13
- ESM ⚡️ Build success in 891ms
13
+ ESM ⚡️ Build success in 1799ms
14
14
  CJS dist/index.cjs 43.69 KB
15
- CJS ⚡️ Build success in 892ms
15
+ CJS ⚡️ Build success in 1803ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 14678ms
17
+ DTS ⚡️ Build success in 14331ms
18
18
  DTS dist/index.d.ts 31.64 KB
19
19
  DTS dist/index.d.cts 31.64 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 267773e: Show map config on workflow graph
8
+ Highlight borders for conditions too on workflow graph
9
+ Fix watch stream
10
+ - 5343f93: Move emitter to symbol to make private
11
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
12
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
13
+ - Updated dependencies [d70b807]
14
+ - Updated dependencies [6d16390]
15
+ - Updated dependencies [1e4a421]
16
+ - Updated dependencies [200d0da]
17
+ - Updated dependencies [bf5f17b]
18
+ - Updated dependencies [5343f93]
19
+ - Updated dependencies [38aee50]
20
+ - Updated dependencies [5c41100]
21
+ - Updated dependencies [d6a759b]
22
+ - Updated dependencies [6015bdf]
23
+ - @mastra/core@0.10.1
24
+
3
25
  ## 0.10.1-alpha.3
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.10.1-alpha.3",
3
+ "version": "0.10.1",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -42,8 +42,8 @@
42
42
  "tsup": "^8.4.0",
43
43
  "typescript": "^5.8.2",
44
44
  "vitest": "^3.1.2",
45
- "@internal/lint": "0.0.6",
46
- "@mastra/core": "0.10.1-alpha.3"
45
+ "@internal/lint": "0.0.7",
46
+ "@mastra/core": "0.10.1"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting",