@mastra/factory 0.7.0-alpha.4 → 0.7.0-alpha.5

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 +10 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/factory
2
2
 
3
+ ## 0.7.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Agent replies now fade in word by word as they stream, instead of snapping whole chunks of text into place. Each word appears whole, so the visible text trails the stream by at most one word. A block that changes shape while it grows — a paragraph turning into a list item — fades again. Text that has finished streaming renders as before. ([#21417](https://github.com/mastra-ai/mastra/pull/21417))
8
+
9
+ - Updated dependencies [[`59d8898`](https://github.com/mastra-ai/mastra/commit/59d8898c8cb48b342fe5bcb5eee803cc8cc95060), [`a40f915`](https://github.com/mastra-ai/mastra/commit/a40f9157690d89ef13ce825cc88e30be581de5d4)]:
10
+ - @mastra/core@1.59.0-alpha.5
11
+ - @mastra/code-sdk@1.2.1-alpha.5
12
+
3
13
  ## 0.7.0-alpha.4
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/factory",
3
- "version": "0.7.0-alpha.4",
3
+ "version": "0.7.0-alpha.5",
4
4
  "description": "Mastra Software Factory module: the server core behind the Mastra Software Factory — storage domains, integrations, and surfaces for agent-powered software delivery",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -52,10 +52,10 @@
52
52
  "hono": "^4.12.8",
53
53
  "zod": "^4.3.6",
54
54
  "@mastra/auth-studio": "1.3.3",
55
- "@mastra/code-sdk": "1.2.1-alpha.4",
56
55
  "@mastra/auth-workos": "1.6.4",
57
- "@mastra/slack": "1.6.1",
58
- "@mastra/core": "1.59.0-alpha.4"
56
+ "@mastra/code-sdk": "1.2.1-alpha.5",
57
+ "@mastra/core": "1.59.0-alpha.5",
58
+ "@mastra/slack": "1.6.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/node": "22.20.1",
@@ -64,9 +64,9 @@
64
64
  "typescript": "^6.0.3",
65
65
  "typescript-eslint": "^8.57.0",
66
66
  "vitest": "4.1.10",
67
+ "@internal/lint": "0.0.122",
67
68
  "@mastra/libsql": "1.20.0",
68
69
  "@internal/types-builder": "0.0.97",
69
- "@internal/lint": "0.0.122",
70
70
  "@mastra/pg": "1.20.0"
71
71
  },
72
72
  "engines": {