@mastra/dane 0.0.2-alpha.82 → 0.0.2-alpha.84
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package-publisher.d.ts","sourceRoot":"","sources":["../../../src/mastra/agents/package-publisher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAqCrC,eAAO,MAAM,oBAAoB,iwBAa5B,CAAC;AAEN,eAAO,MAAM,qBAAqB,aAAc,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"package-publisher.d.ts","sourceRoot":"","sources":["../../../src/mastra/agents/package-publisher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAqCrC,eAAO,MAAM,oBAAoB,iwBAa5B,CAAC;AAEN,eAAO,MAAM,qBAAqB,aAAc,MAAM,EAAE,WAoDvD,CAAC;AAEF,eAAO,MAAM,uBAAuB,u2BAwBnC,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iDA+B/B,CAAC"}
|
|
@@ -63,7 +63,10 @@ export const BUILD_PACKAGES_PROMPT = (packages) => `
|
|
|
63
63
|
<!-- After core packages, build remaining packages by directory -->
|
|
64
64
|
<parallel_phase name="packages">
|
|
65
65
|
<description>Build remaining packages/ directory packages</description>
|
|
66
|
-
<action>Use pnpmBuild for each remaining
|
|
66
|
+
<action>Use pnpmBuild for each remaining package:
|
|
67
|
+
- All @mastra/* packages
|
|
68
|
+
- create-mastra package (in packages/create-mastra)
|
|
69
|
+
</action>
|
|
67
70
|
</parallel_phase>
|
|
68
71
|
|
|
69
72
|
<parallel_phase name="integrations">
|
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.84",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"sqlite3": "^5.1.7",
|
|
40
40
|
"typescript": "^5.5.4",
|
|
41
41
|
"zod": "^3.24.0",
|
|
42
|
-
"@mastra/
|
|
43
|
-
"@mastra/
|
|
44
|
-
"@mastra/
|
|
45
|
-
"@mastra/rag": "0.0.2-alpha.
|
|
46
|
-
"@mastra/
|
|
47
|
-
"@mastra/
|
|
48
|
-
"@mastra/
|
|
49
|
-
"@mastra/
|
|
42
|
+
"@mastra/firecrawl": "1.0.4-alpha.62",
|
|
43
|
+
"@mastra/github": "1.0.3-alpha.55",
|
|
44
|
+
"@mastra/engine": "0.0.5-alpha.66",
|
|
45
|
+
"@mastra/rag": "0.0.2-alpha.60",
|
|
46
|
+
"@mastra/memory": "0.0.2-alpha.52",
|
|
47
|
+
"@mastra/stabilityai": "1.0.1-alpha.46",
|
|
48
|
+
"@mastra/mcp": "0.0.1-alpha.13",
|
|
49
|
+
"@mastra/core": "0.1.27-alpha.71"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "npx tsc",
|