@mastra/client-js 0.10.3 → 0.10.5-alpha.0

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.10.3-alpha.3 build /home/runner/work/mastra/mastra/client-sdks/client-js
2
+ > @mastra/client-js@0.10.5-alpha.0 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
@@ -9,11 +9,11 @@
9
9
  CLI Cleaning output folder
10
10
  ESM Build start
11
11
  CJS Build start
12
- CJS dist/index.cjs 46.65 KB
13
- CJS ⚡️ Build success in 2103ms
14
12
  ESM dist/index.js 46.36 KB
15
- ESM ⚡️ Build success in 2107ms
13
+ ESM ⚡️ Build success in 1229ms
14
+ CJS dist/index.cjs 46.65 KB
15
+ CJS ⚡️ Build success in 1218ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 14926ms
17
+ DTS ⚡️ Build success in 14740ms
18
18
  DTS dist/index.d.ts 32.85 KB
19
19
  DTS dist/index.d.cts 32.85 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.5-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 63f6b7d: dependencies updates:
8
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
9
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
10
+ - Updated dependencies [63f6b7d]
11
+ - Updated dependencies [36f1c36]
12
+ - Updated dependencies [10d352e]
13
+ - Updated dependencies [53d3c37]
14
+ - @mastra/core@0.10.6-alpha.0
15
+
16
+ ## 0.10.4
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [13c97f9]
21
+ - @mastra/core@0.10.5
22
+
3
23
  ## 0.10.3
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.10.3",
3
+ "version": "0.10.5-alpha.0",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -19,30 +19,35 @@
19
19
  },
20
20
  "./package.json": "./package.json"
21
21
  },
22
- "repository": "github:mastra-ai/client-js",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/mastra-ai/mastra.git",
25
+ "directory": "client-sdks/client-js"
26
+ },
27
+ "homepage": "https://github.com/mastra-ai/mastra/tree/main/client-sdks/client-js#readme",
23
28
  "license": "Elastic-2.0",
24
29
  "dependencies": {
25
30
  "@ag-ui/client": "^0.0.27",
26
- "@ai-sdk/ui-utils": "^1.1.19",
31
+ "@ai-sdk/ui-utils": "^1.2.11",
27
32
  "json-schema": "^0.4.0",
28
33
  "rxjs": "7.8.1",
29
- "zod": "^3.25.56",
34
+ "zod": "^3.25.57",
30
35
  "zod-to-json-schema": "^3.24.5",
31
- "@mastra/core": "0.10.4"
36
+ "@mastra/core": "0.10.6-alpha.0"
32
37
  },
33
38
  "peerDependencies": {
34
39
  "zod": "^3.0.0"
35
40
  },
36
41
  "devDependencies": {
37
- "@babel/preset-env": "^7.26.9",
38
- "@babel/preset-typescript": "^7.27.0",
42
+ "@babel/preset-env": "^7.27.2",
43
+ "@babel/preset-typescript": "^7.27.1",
39
44
  "@tsconfig/recommended": "^1.0.8",
40
45
  "@types/json-schema": "^7.0.15",
41
- "@types/node": "^20.17.57",
46
+ "@types/node": "^20.19.0",
42
47
  "tsup": "^8.5.0",
43
- "typescript": "^5.8.2",
44
- "vitest": "^3.2.2",
45
- "@internal/lint": "0.0.11"
48
+ "typescript": "^5.8.3",
49
+ "vitest": "^3.2.3",
50
+ "@internal/lint": "0.0.12"
46
51
  },
47
52
  "scripts": {
48
53
  "build": "tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting",