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

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 21.58 KB
13
- ESM ⚡️ Build success in 1464ms
13
+ ESM ⚡️ Build success in 957ms
14
14
  CJS dist/index.cjs 21.76 KB
15
- CJS ⚡️ Build success in 1475ms
15
+ CJS ⚡️ Build success in 957ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 15172ms
17
+ DTS ⚡️ Build success in 11249ms
18
18
  DTS dist/index.d.ts 19.18 KB
19
19
  DTS dist/index.d.cts 19.18 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 0206617: Fix mastaClient cors error, remove default req headers
8
+ - 160f88e: Leverage aiSDK processDataStream util in MastraClient
9
+ - 3811029: Add identifying header
10
+ - Updated dependencies [b4fbc59]
11
+ - Updated dependencies [a838fde]
12
+ - Updated dependencies [a8bd4cf]
13
+ - Updated dependencies [7a3eeb0]
14
+ - Updated dependencies [0b54522]
15
+ - Updated dependencies [b3b34f5]
16
+ - Updated dependencies [1af25d5]
17
+ - Updated dependencies [a4686e8]
18
+ - Updated dependencies [6530ad1]
19
+ - Updated dependencies [27439ad]
20
+ - @mastra/core@0.7.0
21
+
3
22
  ## 0.1.13-alpha.3
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.1.13-alpha.3",
3
+ "version": "0.1.13",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "json-schema": "^0.4.0",
27
27
  "zod": "^3.24.2",
28
28
  "zod-to-json-schema": "^3.24.3",
29
- "@mastra/core": "^0.7.0-alpha.3"
29
+ "@mastra/core": "^0.7.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/preset-env": "^7.26.9",