@mastra/client-js 1.33.1-alpha.0 → 1.34.0-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 1.34.0-alpha.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Added `autoPublish` to stored agent updates so callers can activate a newly created version immediately. ([#19794](https://github.com/mastra-ai/mastra/pull/19794))
8
+
9
+ ```ts
10
+ await client.getStoredAgent('agent-id').update({
11
+ instructions: 'Updated instructions',
12
+ autoPublish: true,
13
+ });
14
+ ```
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`df6a9ce`](https://github.com/mastra-ai/mastra/commit/df6a9ce87214f7aadb2edfe62f67605fe998a0a4)]:
19
+ - @mastra/core@1.52.2-alpha.0
20
+
21
+ ## 1.33.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`55adddf`](https://github.com/mastra-ai/mastra/commit/55adddfda2a170b00c112bf37d677e8ce5b65d5a)]:
26
+ - @mastra/core@1.52.1
27
+
3
28
  ## 1.33.1-alpha.0
4
29
 
5
30
  ### Patch Changes
@@ -3,7 +3,7 @@ name: mastra-client-js
3
3
  description: Documentation for @mastra/client-js. Use when working with @mastra/client-js APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/client-js"
6
- version: "1.33.1-alpha.0"
6
+ version: "1.34.0-alpha.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.33.1-alpha.0",
2
+ "version": "1.34.0-alpha.0",
3
3
  "package": "@mastra/client-js",
4
4
  "exports": {
5
5
  "RequestContext": {