create-mastra 1.3.17-alpha.0 → 1.3.17

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,11 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.3.17
4
+
5
+ ## 1.3.17-alpha.2
6
+
7
+ ## 1.3.17-alpha.1
8
+
3
9
  ## 1.3.17-alpha.0
4
10
 
5
11
  ## 1.3.16
package/dist/index.js CHANGED
@@ -2637,7 +2637,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
2637
2637
  };
2638
2638
 
2639
2639
  var package_default = {
2640
- version: "1.3.17-alpha.0"};
2640
+ version: "1.3.17"};
2641
2641
  var logger = createLogger(false);
2642
2642
  function createLogger(debug = false) {
2643
2643
  return new PinoLogger({
@@ -3048,7 +3048,7 @@ Start the development server:
3048
3048
  ${packageManager} run dev
3049
3049
  \`\`\`
3050
3050
 
3051
- Open [http://localhost:4111](http://localhost:4111) in your browser to access [Mastra Studio](https://mastra.ai/docs/getting-started/studio). It provides an interactive UI for building and testing your agents, along with a REST API that exposes your Mastra application as a local service. This lets you start building without worrying about integration right away.
3051
+ Open [http://localhost:4111](http://localhost:4111) in your browser to access [Mastra Studio](https://mastra.ai/docs/studio/overview). It provides an interactive UI for building and testing your agents, along with a REST API that exposes your Mastra application as a local service. This lets you start building without worrying about integration right away.
3052
3052
 
3053
3053
  You can start editing files inside the \`src/mastra\` directory. The development server will automatically reload whenever you make changes.
3054
3054