create-mastra 1.23.0-alpha.1 → 1.23.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 +8 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 1.23.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed prerelease project creation to keep using the running create-mastra release channel when npm dist-tags have not finished updating. ([#20723](https://github.com/mastra-ai/mastra/pull/20723))
|
|
8
|
+
|
|
9
|
+
## 1.23.0-alpha.2
|
|
10
|
+
|
|
3
11
|
## 1.23.0-alpha.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -20341,6 +20341,7 @@ let EntityType = /* @__PURE__ */ (function(EntityType2) {
|
|
|
20341
20341
|
EntityType2["INPUT_STEP_PROCESSOR"] = "input_step_processor";
|
|
20342
20342
|
EntityType2["OUTPUT_PROCESSOR"] = "output_processor";
|
|
20343
20343
|
EntityType2["OUTPUT_STEP_PROCESSOR"] = "output_step_processor";
|
|
20344
|
+
EntityType2["TOOL_RESULT_PROCESSOR"] = "tool_result_processor";
|
|
20344
20345
|
EntityType2["WORKFLOW_STEP"] = "workflow_step";
|
|
20345
20346
|
EntityType2["TOOL"] = "tool";
|
|
20346
20347
|
EntityType2["WORKFLOW_RUN"] = "workflow_run";
|