@mastra/factory 0.2.1-alpha.2 → 0.2.1-alpha.3
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/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/factory",
|
|
3
|
-
"version": "0.2.1-alpha.
|
|
3
|
+
"version": "0.2.1-alpha.3",
|
|
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,8 +52,8 @@
|
|
|
52
52
|
"zod": "^4.3.6",
|
|
53
53
|
"@mastra/auth-studio": "1.3.2",
|
|
54
54
|
"@mastra/auth-workos": "1.6.4",
|
|
55
|
-
"@mastra/code-sdk": "1.0.2-alpha.
|
|
56
|
-
"@mastra/core": "1.53.0-alpha.
|
|
55
|
+
"@mastra/code-sdk": "1.0.2-alpha.3",
|
|
56
|
+
"@mastra/core": "1.53.0-alpha.3"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/node": "22.20.1",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"typescript-eslint": "^8.57.0",
|
|
64
64
|
"vitest": "4.1.10",
|
|
65
65
|
"@mastra/libsql": "1.17.1-alpha.0",
|
|
66
|
-
"@internal/lint": "0.0.116",
|
|
67
66
|
"@mastra/pg": "1.17.0",
|
|
68
|
-
"@internal/types-builder": "0.0.91"
|
|
67
|
+
"@internal/types-builder": "0.0.91",
|
|
68
|
+
"@internal/lint": "0.0.116"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=22.19.0"
|