@mastra/client-js 1.15.1-alpha.2 → 1.15.2-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,21 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 1.15.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove incorrect deprecation markers from `getTask()` and `cancelTask()` in the Mastra A2A client. ([#15941](https://github.com/mastra-ai/mastra/pull/15941))
8
+
9
+ - Updated dependencies [[`d587199`](https://github.com/mastra-ai/mastra/commit/d5871993c0371bde2b0717d6b47194755baa1443)]:
10
+ - @mastra/core@1.29.2-alpha.0
11
+
12
+ ## 1.15.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`6db978c`](https://github.com/mastra-ai/mastra/commit/6db978c42e94e75540a504f7230086f0b5cd35f9), [`512a013`](https://github.com/mastra-ai/mastra/commit/512a013f285aa9c0aa8f08a35b2ce09f9938b017), [`e9becde`](https://github.com/mastra-ai/mastra/commit/e9becdeed9176b9f8392e557bde12b933f99cf7a), [`703a443`](https://github.com/mastra-ai/mastra/commit/703a44390c587d9c0b8ae94ec4edd8afb2a74044), [`808df1b`](https://github.com/mastra-ai/mastra/commit/808df1b39358b5f10b7317107e42b1fda7c87185)]:
17
+ - @mastra/core@1.29.1
18
+
3
19
  ## 1.15.1-alpha.2
4
20
 
5
21
  ### 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.15.1-alpha.2"
6
+ version: "1.15.2-alpha.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.15.1-alpha.2",
2
+ "version": "1.15.2-alpha.0",
3
3
  "package": "@mastra/client-js",
4
4
  "exports": {
5
5
  "RequestContext": {
package/dist/index.cjs CHANGED
@@ -2829,7 +2829,6 @@ var A2A = class extends BaseResource {
2829
2829
  });
2830
2830
  }
2831
2831
  /**
2832
- * @deprecated
2833
2832
  * Get the status and result of a task.
2834
2833
  * @param params - Parameters for querying the task
2835
2834
  * @returns Promise containing the JSON-RPC response envelope
@@ -2846,7 +2845,6 @@ var A2A = class extends BaseResource {
2846
2845
  });
2847
2846
  }
2848
2847
  /**
2849
- * @deprecated
2850
2848
  * Cancel a running task.
2851
2849
  * @param params - Parameters identifying the task to cancel
2852
2850
  * @returns Promise containing the task response