create-mastra 1.0.0-beta.7 → 1.0.0-beta.8

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,15 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.0.0-beta.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Add delete workflow run API ([#10991](https://github.com/mastra-ai/mastra/pull/10991))
8
+
9
+ ```typescript
10
+ await workflow.deleteWorkflowRunById(runId);
11
+ ```
12
+
3
13
  ## 1.0.0-beta.7
4
14
 
5
15
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1231,7 +1231,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
1231
1231
  };
1232
1232
 
1233
1233
  var package_default = {
1234
- version: "1.0.0-beta.7"};
1234
+ version: "1.0.0-beta.8"};
1235
1235
  function getPackageManagerAddCommand(pm) {
1236
1236
  switch (pm) {
1237
1237
  case "npm":