@mastra/dane 0.0.2-alpha.37 → 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.
@@ -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()),
@@ -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.37",
3
+ "version": "0.0.2-alpha.39",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "files": [