@mastra/dane 0.0.2-alpha.85 → 0.0.2-alpha.87
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;
|
|
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;AAoDrC,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"}
|
|
@@ -27,6 +27,20 @@ const packages_llm_text = `
|
|
|
27
27
|
- Format: @mastra/vector-{name} -> vector-stores/{name}
|
|
28
28
|
- Special case: @mastra/vector-astra -> vector-stores/astra-db
|
|
29
29
|
|
|
30
|
+
## 4. Integrations - STRICT RULES:
|
|
31
|
+
- ALL integration packages are under integrations/
|
|
32
|
+
@mastra/apollos -> integrations/apollo
|
|
33
|
+
@mastra/ashby -> integrations/ashby
|
|
34
|
+
@mastra/github -> integrations/github
|
|
35
|
+
@mastra/twilio -> integrations/twilio
|
|
36
|
+
@mastra/stripe -> integrations/stripe
|
|
37
|
+
@mastra/stabilityai -> integrations/stabilityai
|
|
38
|
+
@mastra/sendgrid -> integrations/sendgrid
|
|
39
|
+
@mastra/ragie -> integrations/ragie
|
|
40
|
+
@mastra/resend -> integrations/resend
|
|
41
|
+
@mastra/coda -> integrations/coda
|
|
42
|
+
@mastra/firecrawl -> integrations/firecrawl
|
|
43
|
+
|
|
30
44
|
##VALIDATION:
|
|
31
45
|
1. Never mix examples/ or integrations/ with package paths
|
|
32
46
|
2. Package paths must exactly match these patterns
|
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.87",
|
|
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/engine": "0.0.5-alpha.
|
|
44
|
-
"@mastra/
|
|
45
|
-
"@mastra/
|
|
46
|
-
"@mastra/
|
|
47
|
-
"@mastra/
|
|
48
|
-
"@mastra/
|
|
49
|
-
"@mastra/
|
|
42
|
+
"@mastra/core": "0.1.27-alpha.72",
|
|
43
|
+
"@mastra/engine": "0.0.5-alpha.67",
|
|
44
|
+
"@mastra/firecrawl": "1.0.4-alpha.63",
|
|
45
|
+
"@mastra/github": "1.0.3-alpha.56",
|
|
46
|
+
"@mastra/rag": "0.0.2-alpha.61",
|
|
47
|
+
"@mastra/memory": "0.0.2-alpha.53",
|
|
48
|
+
"@mastra/mcp": "0.0.1-alpha.14",
|
|
49
|
+
"@mastra/stabilityai": "1.0.1-alpha.47"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "npx tsc",
|