@mastra/dane 0.0.2-alpha.32 → 0.0.2-alpha.34

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,9 +123,9 @@ 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.
127
- All packages in the 'packages' path get built next in parallel.
128
- The rest can be done in parallel.
126
+ Always build @mastra/core first.
127
+ Next packages found within the 'packages' directory should be built next in parallel.
128
+ After packages found within the 'integrations' directory should be built in parallel.
129
129
  dane should be built last.
130
130
  `);
131
131
  console.log(chalk.green(res.text));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dane",
3
- "version": "0.0.2-alpha.32",
3
+ "version": "0.0.2-alpha.34",
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/firecrawl": "1.0.4-alpha.32",
42
- "@mastra/engine": "0.0.5-alpha.40",
43
41
  "@mastra/core": "0.1.27-alpha.46",
42
+ "@mastra/engine": "0.0.5-alpha.40",
43
+ "@mastra/firecrawl": "1.0.4-alpha.32",
44
44
  "@mastra/memory": "0.0.2-alpha.26",
45
45
  "@mastra/github": "1.0.3-alpha.30",
46
- "@mastra/rag": "0.0.2-alpha.30",
47
- "@mastra/stabilityai": "1.0.1-alpha.21"
46
+ "@mastra/stabilityai": "1.0.1-alpha.21",
47
+ "@mastra/rag": "0.0.2-alpha.30"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "npx tsc",