@mastra/dane 0.0.2-alpha.107 → 0.0.2-alpha.108

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.
@@ -10,12 +10,12 @@ export declare const dane: Agent<{
10
10
  data: import("zod").ZodString;
11
11
  }, "strip", import("zod").ZodTypeAny, {
12
12
  data: string;
13
- file: string;
14
13
  action: string;
14
+ file: string;
15
15
  }, {
16
16
  data: string;
17
- file: string;
18
17
  action: string;
18
+ file: string;
19
19
  }>, import("zod").ZodObject<{
20
20
  message: import("zod").ZodString;
21
21
  }, "strip", import("zod").ZodTypeAny, {
@@ -28,12 +28,12 @@ export declare const dane: Agent<{
28
28
  data: import("zod").ZodString;
29
29
  }, "strip", import("zod").ZodTypeAny, {
30
30
  data: string;
31
- file: string;
32
31
  action: string;
32
+ file: string;
33
33
  }, {
34
34
  data: string;
35
- file: string;
36
35
  action: string;
36
+ file: string;
37
37
  }>, import("@mastra/core").WorkflowContext<any>>>;
38
38
  execaTool: import("@mastra/core/tools").Tool<"execaTool", import("zod").ZodObject<{
39
39
  command: import("zod").ZodString;
@@ -7,12 +7,12 @@ export declare const mastra: Mastra<{
7
7
  data: import("zod").ZodString;
8
8
  }, "strip", import("zod").ZodTypeAny, {
9
9
  data: string;
10
- file: string;
11
10
  action: string;
11
+ file: string;
12
12
  }, {
13
13
  data: string;
14
- file: string;
15
14
  action: string;
15
+ file: string;
16
16
  }>, import("zod").ZodObject<{
17
17
  message: import("zod").ZodString;
18
18
  }, "strip", import("zod").ZodTypeAny, {
@@ -25,12 +25,12 @@ export declare const mastra: Mastra<{
25
25
  data: import("zod").ZodString;
26
26
  }, "strip", import("zod").ZodTypeAny, {
27
27
  data: string;
28
- file: string;
29
28
  action: string;
29
+ file: string;
30
30
  }, {
31
31
  data: string;
32
- file: string;
33
32
  action: string;
33
+ file: string;
34
34
  }>, import("@mastra/core").WorkflowContext<any>>>;
35
35
  execaTool: import("@mastra/core/tools").Tool<"execaTool", import("zod").ZodObject<{
36
36
  command: import("zod").ZodString;
@@ -274,12 +274,12 @@ export declare const mastra: Mastra<{
274
274
  owner: import("zod").ZodString;
275
275
  issue_number: import("zod").ZodNumber;
276
276
  }, "strip", import("zod").ZodTypeAny, {
277
- owner: string;
278
277
  repo: string;
278
+ owner: string;
279
279
  issue_number: number;
280
280
  }, {
281
- owner: string;
282
281
  repo: string;
282
+ owner: string;
283
283
  issue_number: number;
284
284
  }>>;
285
285
  commitMessage: import("@mastra/core/workflows").Workflow<any, import("zod").ZodObject<{
@@ -303,12 +303,12 @@ export declare const mastra: Mastra<{
303
303
  owner: import("zod").ZodString;
304
304
  pr_number: import("zod").ZodNumber;
305
305
  }, "strip", import("zod").ZodTypeAny, {
306
- owner: string;
307
306
  repo: string;
307
+ owner: string;
308
308
  pr_number: number;
309
309
  }, {
310
- owner: string;
311
310
  repo: string;
311
+ owner: string;
312
312
  pr_number: number;
313
313
  }>>;
314
314
  linkChecker: import("@mastra/core/workflows").Workflow<any, import("zod").ZodObject<{
@@ -22,7 +22,7 @@ export const mastra = new Mastra({
22
22
  },
23
23
  storage: new MastraStorageLibSql({
24
24
  config: {
25
- url: 'file:memory:',
25
+ url: ':memory:',
26
26
  },
27
27
  }),
28
28
  memory: new Memory({
@@ -5,12 +5,12 @@ export declare const fsTool: import("@mastra/core/tools").Tool<"fsTool", z.ZodOb
5
5
  data: z.ZodString;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  data: string;
8
- file: string;
9
8
  action: string;
9
+ file: string;
10
10
  }, {
11
11
  data: string;
12
- file: string;
13
12
  action: string;
13
+ file: string;
14
14
  }>, z.ZodObject<{
15
15
  message: z.ZodString;
16
16
  }, "strip", z.ZodTypeAny, {
@@ -23,11 +23,11 @@ export declare const fsTool: import("@mastra/core/tools").Tool<"fsTool", z.ZodOb
23
23
  data: z.ZodString;
24
24
  }, "strip", z.ZodTypeAny, {
25
25
  data: string;
26
- file: string;
27
26
  action: string;
27
+ file: string;
28
28
  }, {
29
29
  data: string;
30
- file: string;
31
30
  action: string;
31
+ file: string;
32
32
  }>, import("@mastra/core").WorkflowContext<any>>>;
33
33
  //# sourceMappingURL=fs.d.ts.map
@@ -5,12 +5,12 @@ export declare const githubFirstContributorMessage: Workflow<any, z.ZodObject<{
5
5
  owner: z.ZodString;
6
6
  pr_number: z.ZodNumber;
7
7
  }, "strip", z.ZodTypeAny, {
8
- owner: string;
9
8
  repo: string;
9
+ owner: string;
10
10
  pr_number: number;
11
11
  }, {
12
- owner: string;
13
12
  repo: string;
13
+ owner: string;
14
14
  pr_number: number;
15
15
  }>>;
16
16
  //# sourceMappingURL=first-contributor.d.ts.map
@@ -5,12 +5,12 @@ export declare const githubIssueLabeler: Workflow<any, z.ZodObject<{
5
5
  owner: z.ZodString;
6
6
  issue_number: z.ZodNumber;
7
7
  }, "strip", z.ZodTypeAny, {
8
- owner: string;
9
8
  repo: string;
9
+ owner: string;
10
10
  issue_number: number;
11
11
  }, {
12
- owner: string;
13
12
  repo: string;
13
+ owner: string;
14
14
  issue_number: number;
15
15
  }>>;
16
16
  //# sourceMappingURL=issue-labeler.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dane",
3
- "version": "0.0.2-alpha.107",
3
+ "version": "0.0.2-alpha.108",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -20,7 +20,7 @@
20
20
  "@types/node": "^22.10.2",
21
21
  "@types/pdf-parse": "^1.1.4",
22
22
  "tsx": "^4.19.2",
23
- "mastra": "0.1.57-alpha.134"
23
+ "mastra": "0.1.57-alpha.136"
24
24
  },
25
25
  "dependencies": {
26
26
  "@inquirer/prompts": "^7.2.1",
@@ -42,11 +42,11 @@
42
42
  "typescript": "^5.7.3",
43
43
  "zod": "^3.24.0",
44
44
  "@mastra/core": "0.2.0-alpha.84",
45
- "@mastra/mcp": "0.0.1-alpha.26",
45
+ "@mastra/firecrawl": "1.0.4-alpha.78",
46
46
  "@mastra/github": "1.0.3-alpha.69",
47
+ "@mastra/mcp": "0.0.1-alpha.26",
47
48
  "@mastra/memory": "0.1.0-alpha.66",
48
- "@mastra/firecrawl": "1.0.4-alpha.77",
49
- "@mastra/rag": "0.0.2-alpha.75",
49
+ "@mastra/rag": "0.0.2-alpha.76",
50
50
  "@mastra/stabilityai": "1.0.1-alpha.59",
51
51
  "@mastra/store-upstash": "0.0.0-alpha.2"
52
52
  },