@mastra/client-js 0.0.0-roamin-openaivoice-speak-options-passing-20250926163614 → 0.0.0-scorer-agentnames-conditional-20250926065249

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-roamin-openaivoice-speak-options-passing-20250926163614
3
+ ## 0.0.0-scorer-agentnames-conditional-20250926065249
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  - Fix duplicate messages being created using clientTools with client-js sdk ([#8187](https://github.com/mastra-ai/mastra/pull/8187))
12
12
 
13
- - Updated dependencies [[`dc099b4`](https://github.com/mastra-ai/mastra/commit/dc099b40fb31147ba3f362f98d991892033c4c67), [`b342a68`](https://github.com/mastra-ai/mastra/commit/b342a68e1399cf1ece9ba11bda112db89d21118c), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`623ffaf`](https://github.com/mastra-ai/mastra/commit/623ffaf2d969e11e99a0224633cf7b5a0815c857), [`9fc1613`](https://github.com/mastra-ai/mastra/commit/9fc16136400186648880fd990119ac15f7c02ee4), [`61f62aa`](https://github.com/mastra-ai/mastra/commit/61f62aa31bc88fe4ddf8da6240dbcfbeb07358bd), [`db1891a`](https://github.com/mastra-ai/mastra/commit/db1891a4707443720b7cd8a260dc7e1d49b3609c), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5)]:
14
- - @mastra/core@0.0.0-roamin-openaivoice-speak-options-passing-20250926163614
13
+ - Updated dependencies [[`dc099b4`](https://github.com/mastra-ai/mastra/commit/dc099b40fb31147ba3f362f98d991892033c4c67), [`b342a68`](https://github.com/mastra-ai/mastra/commit/b342a68e1399cf1ece9ba11bda112db89d21118c), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`623ffaf`](https://github.com/mastra-ai/mastra/commit/623ffaf2d969e11e99a0224633cf7b5a0815c857), [`9fc1613`](https://github.com/mastra-ai/mastra/commit/9fc16136400186648880fd990119ac15f7c02ee4), [`61f62aa`](https://github.com/mastra-ai/mastra/commit/61f62aa31bc88fe4ddf8da6240dbcfbeb07358bd), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5)]:
14
+ - @mastra/core@0.0.0-scorer-agentnames-conditional-20250926065249
15
15
 
16
16
  ## 0.14.0-alpha.0
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/client-js",
3
- "version": "0.0.0-roamin-openaivoice-speak-options-passing-20250926163614",
3
+ "version": "0.0.0-scorer-agentnames-conditional-20250926065249",
4
4
  "description": "The official TypeScript library for the Mastra Client API",
5
5
  "author": "",
6
6
  "type": "module",
@@ -39,7 +39,7 @@
39
39
  "json-schema": "^0.4.0",
40
40
  "rxjs": "7.8.1",
41
41
  "zod-to-json-schema": "^3.24.6",
42
- "@mastra/core": "0.0.0-roamin-openaivoice-speak-options-passing-20250926163614"
42
+ "@mastra/core": "0.0.0-scorer-agentnames-conditional-20250926065249"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "zod": "^3.25.0 || ^4.0.0"
@@ -56,8 +56,8 @@
56
56
  "tsup": "^8.5.0",
57
57
  "typescript": "^5.8.3",
58
58
  "vitest": "^3.2.4",
59
- "@internal/types-builder": "0.0.0-roamin-openaivoice-speak-options-passing-20250926163614",
60
- "@internal/lint": "0.0.0-roamin-openaivoice-speak-options-passing-20250926163614"
59
+ "@internal/lint": "0.0.0-scorer-agentnames-conditional-20250926065249",
60
+ "@internal/types-builder": "0.0.0-scorer-agentnames-conditional-20250926065249"
61
61
  },
62
62
  "scripts": {
63
63
  "lint": "eslint .",