@mastra/dane 0.0.2-alpha.38 → 0.0.2-alpha.39
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.
|
@@ -124,6 +124,7 @@ const buildPackages = new Step({
|
|
|
124
124
|
let res = await agent.generate(`
|
|
125
125
|
Here are the packages that need to be built: ${pkgSet.join(',')}.
|
|
126
126
|
Always build @mastra/core first.
|
|
127
|
+
Always build mastra second.
|
|
127
128
|
Next packages found within the 'packages' directory should be built next in parallel.
|
|
128
129
|
After packages found within the 'integrations' directory should be built in parallel.
|
|
129
130
|
dane should be built last.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/dane",
|
|
3
|
-
"version": "0.0.2-alpha.
|
|
3
|
+
"version": "0.0.2-alpha.39",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"sqlite3": "^5.1.7",
|
|
39
39
|
"typescript": "^5.5.4",
|
|
40
40
|
"zod": "^3.24.0",
|
|
41
|
-
"@mastra/engine": "0.0.5-alpha.42",
|
|
42
41
|
"@mastra/core": "0.1.27-alpha.48",
|
|
42
|
+
"@mastra/engine": "0.0.5-alpha.42",
|
|
43
43
|
"@mastra/firecrawl": "1.0.4-alpha.34",
|
|
44
44
|
"@mastra/github": "1.0.3-alpha.32",
|
|
45
45
|
"@mastra/memory": "0.0.2-alpha.28",
|
|
46
|
-
"@mastra/
|
|
47
|
-
"@mastra/
|
|
46
|
+
"@mastra/rag": "0.0.2-alpha.32",
|
|
47
|
+
"@mastra/stabilityai": "1.0.1-alpha.23"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "npx tsc",
|