create-mastra 0.0.0-fix-ai-sdk-dependency-20251124104209 → 0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # create-mastra
2
2
 
3
- ## 0.0.0-fix-ai-sdk-dependency-20251124104209
3
+ ## 0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -24,6 +24,8 @@
24
24
 
25
25
  - fix: detect bun runtime and cleanup on failure ([#10242](https://github.com/mastra-ai/mastra/pull/10242))
26
26
 
27
+ - Add timeTravel APIs and add timeTravel feature to studio ([#10361](https://github.com/mastra-ai/mastra/pull/10361))
28
+
27
29
  - Fix scorer filtering for SpanScoring, add error and info message for user ([#10160](https://github.com/mastra-ai/mastra/pull/10160))
28
30
 
29
31
  - Fix double scroll on agent chat container ([#10253](https://github.com/mastra-ai/mastra/pull/10253))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mastra",
3
- "version": "0.0.0-fix-ai-sdk-dependency-20251124104209",
3
+ "version": "0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939",
4
4
  "description": "Create Mastra apps with one command",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -51,8 +51,8 @@
51
51
  "rollup-plugin-esbuild": "^6.2.1",
52
52
  "rollup-plugin-node-externals": "^8.0.1",
53
53
  "typescript": "^5.8.3",
54
- "@internal/lint": "0.0.0-fix-ai-sdk-dependency-20251124104209",
55
- "mastra": "0.0.0-fix-ai-sdk-dependency-20251124104209"
54
+ "@internal/lint": "0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939",
55
+ "mastra": "0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=22.13.0"