create-mastra 0.17.0-alpha.0 → 0.17.1-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,15 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.17.1-alpha.0
4
+
5
+ ## 0.17.0
6
+
7
+ ### Patch Changes
8
+
9
+ - Pin `@rollup/*` dependencies to fixed versions (instead of using `^`) to: ([#8900](https://github.com/mastra-ai/mastra/pull/8900))
10
+ - Hotfix a bug inside `@rollup/plugin-commonjs`
11
+ - Have more control over the versions in the future to not have breakages over night
12
+
3
13
  ## 0.17.0-alpha.0
4
14
 
5
15
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1492,7 +1492,7 @@ var getModelIdentifier = (llmProvider) => {
1492
1492
  if (llmProvider === "openai") {
1493
1493
  return `'openai/gpt-4o-mini'`;
1494
1494
  } else if (llmProvider === "anthropic") {
1495
- return `'anthropic/claude-3-5-sonnet-20241022'`;
1495
+ return `'anthropic/claude-sonnet-4-5-20250929'`;
1496
1496
  } else if (llmProvider === "groq") {
1497
1497
  return `'groq/llama-3.3-70b-versatile'`;
1498
1498
  } else if (llmProvider === "google") {