@mastra/dane 0.0.2-alpha.37 → 0.0.2-alpha.38

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.
@@ -24,7 +24,7 @@ const getPacakgesToPublish = new Step({
24
24
  const resultObj = await agent.generate(`
25
25
  ONLY RETURN DATA IF WE HAVE PACKAGES TO PUBLISH. If we do not, return empty arrays.
26
26
  Can you format this for me ${result.text}?
27
- @mastra/core must be first. @mastra/dane should be listed after packages and integrations.
27
+ @mastra/core must be first. mastra must be second. @mastra/dane should be listed after packages and integrations.
28
28
  `, {
29
29
  output: z.object({
30
30
  packages: z.array(z.string()),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dane",
3
- "version": "0.0.2-alpha.37",
3
+ "version": "0.0.2-alpha.38",
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/core": "0.1.27-alpha.48",
42
41
  "@mastra/engine": "0.0.5-alpha.42",
42
+ "@mastra/core": "0.1.27-alpha.48",
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/rag": "0.0.2-alpha.32",
47
- "@mastra/stabilityai": "1.0.1-alpha.23"
46
+ "@mastra/stabilityai": "1.0.1-alpha.23",
47
+ "@mastra/rag": "0.0.2-alpha.32"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "npx tsc",