@mastra/client-js 0.10.15-alpha.1 → 0.10.15-alpha.2

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.15-alpha.1 build /home/runner/work/mastra/mastra/client-sdks/client-js
2
+ > @mastra/client-js@0.10.15-alpha.2 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 71.60 KB
13
- CJS ⚡️ Build success in 2098ms
14
- ESM dist/index.js 71.31 KB
15
- ESM ⚡️ Build success in 2105ms
16
12
  DTS Build start
17
- DTS ⚡️ Build success in 17372ms
18
- DTS dist/index.d.ts 41.95 KB
19
- DTS dist/index.d.cts 41.95 KB
13
+ CJS dist/index.cjs 74.00 KB
14
+ CJS ⚡️ Build success in 1671ms
15
+ ESM dist/index.js 73.69 KB
16
+ ESM ⚡️ Build success in 1671ms
17
+ DTS ⚡️ Build success in 15548ms
18
+ DTS dist/index.d.ts 46.04 KB
19
+ DTS dist/index.d.cts 46.04 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.15-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
8
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
9
+ - 2affc57: Fix output type of network loop
10
+ - 032cb66: ClientJS
11
+ - 65e3395: Add Scores playground-ui and add scorer hooks
12
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
13
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
14
+ - Updated dependencies [f248d53]
15
+ - Updated dependencies [2affc57]
16
+ - Updated dependencies [66e13e3]
17
+ - Updated dependencies [edd9482]
18
+ - Updated dependencies [18344d7]
19
+ - Updated dependencies [9d372c2]
20
+ - Updated dependencies [40c2525]
21
+ - Updated dependencies [e473f27]
22
+ - Updated dependencies [032cb66]
23
+ - Updated dependencies [703ac71]
24
+ - Updated dependencies [a723d69]
25
+ - Updated dependencies [5889a31]
26
+ - Updated dependencies [65e3395]
27
+ - Updated dependencies [4933192]
28
+ - Updated dependencies [d1c77a4]
29
+ - Updated dependencies [bea9dd1]
30
+ - Updated dependencies [dcd4802]
31
+ - Updated dependencies [7ba91fa]
32
+ - @mastra/core@0.11.0-alpha.2
33
+
3
34
  ## 0.10.15-alpha.1
4
35
 
5
36
  ### Patch Changes
package/README.md CHANGED
@@ -80,6 +80,7 @@ const client = new MastraClient({
80
80
  - `getWorkflow(workflowId)`: Get a workflow instance
81
81
  - `workflow.details()`: Get workflow details
82
82
  - `workflow.createRun()`: Create workflow run
83
+ - `workflow.createRunAsync()`: Create workflow run (alias)
83
84
  - `workflow.startAsync(params)`: Execute the workflow and wait for execution results
84
85
  - `workflow.resumeAsync(parmas)`: Resume suspended workflow step async
85
86
  - `workflow.watch({runId},(record)=>{})`: Watch the step transitions of the workflow run