@mastra/dane 0.0.2-alpha.65 → 0.0.2-alpha.66
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.
|
@@ -3,7 +3,7 @@ import chalk from 'chalk';
|
|
|
3
3
|
import child_process from 'node:child_process';
|
|
4
4
|
import util from 'node:util';
|
|
5
5
|
import { z } from 'zod';
|
|
6
|
-
import { slack } from '../tools/mcp';
|
|
6
|
+
import { slack } from '../tools/mcp.js';
|
|
7
7
|
const exec = util.promisify(child_process.exec);
|
|
8
8
|
export const linkCheckerWorkflow = new Workflow({
|
|
9
9
|
name: 'link-checker',
|
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.66",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"typescript": "^5.5.4",
|
|
41
41
|
"zod": "^3.24.0",
|
|
42
42
|
"@mastra/core": "0.1.27-alpha.66",
|
|
43
|
-
"@mastra/engine": "0.0.5-alpha.60",
|
|
44
|
-
"@mastra/firecrawl": "1.0.4-alpha.54",
|
|
45
43
|
"@mastra/github": "1.0.3-alpha.50",
|
|
44
|
+
"@mastra/firecrawl": "1.0.4-alpha.54",
|
|
46
45
|
"@mastra/memory": "0.0.2-alpha.46",
|
|
47
46
|
"@mastra/rag": "0.0.2-alpha.52",
|
|
47
|
+
"@mastra/mcp": "0.0.1-alpha.6",
|
|
48
48
|
"@mastra/stabilityai": "1.0.1-alpha.41",
|
|
49
|
-
"@mastra/
|
|
49
|
+
"@mastra/engine": "0.0.5-alpha.60"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "npx tsc",
|