@mastra/dane 0.0.2-alpha.28 → 0.0.2-alpha.30

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.
@@ -123,7 +123,10 @@ const buildPackages = new Step({
123
123
  }
124
124
  let res = await agent.generate(`
125
125
  Here are the packages that need to be built: ${pkgSet.join(',')}.
126
- We need to build core first. And dane last. The rest can be done in parallel.
126
+ We need to build core first.
127
+ All packages in the 'packages' path get built next in parallel.
128
+ The rest can be done in parallel.
129
+ dane should be built last.
127
130
  `);
128
131
  console.log(chalk.green(res.text));
129
132
  return { packages: pkgSet };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dane",
3
- "version": "0.0.2-alpha.28",
3
+ "version": "0.0.2-alpha.30",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -38,12 +38,12 @@
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.40",
42
41
  "@mastra/core": "0.1.27-alpha.46",
43
- "@mastra/github": "1.0.3-alpha.30",
44
42
  "@mastra/firecrawl": "1.0.4-alpha.32",
45
- "@mastra/stabilityai": "1.0.1-alpha.21",
43
+ "@mastra/engine": "0.0.5-alpha.40",
44
+ "@mastra/github": "1.0.3-alpha.30",
46
45
  "@mastra/memory": "0.0.2-alpha.26",
46
+ "@mastra/stabilityai": "1.0.1-alpha.21",
47
47
  "@mastra/rag": "0.0.2-alpha.30"
48
48
  },
49
49
  "scripts": {