@mastra/dane 0.0.2-alpha.5 → 0.0.2-alpha.6

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.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- #! /usr/bin/env NODE_NO_WARNINGS=1 node
1
+ #! /usr/bin/env node
2
2
  export {};
3
3
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
- #! /usr/bin/env NODE_NO_WARNINGS=1 node
1
+ #! /usr/bin/env node
2
+ process.env.NODE_NO_WARNINGS = '1';
2
3
  import { Command } from 'commander';
3
4
  import { issueLabelerCommand } from './commands/issue-labeler.js';
4
5
  import { message } from './commands/message.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dane",
3
- "version": "0.0.2-alpha.5",
3
+ "version": "0.0.2-alpha.6",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -34,12 +34,12 @@
34
34
  "sqlite3": "^5.1.7",
35
35
  "typescript": "^5.5.4",
36
36
  "zod": "^3.24.0",
37
- "@mastra/core": "0.1.27-alpha.39",
38
- "@mastra/engine": "0.0.5-alpha.33",
39
- "@mastra/firecrawl": "1.0.4-alpha.24",
40
- "@mastra/github": "1.0.3-alpha.23",
41
- "@mastra/memory": "0.0.2-alpha.18",
42
- "@mastra/rag": "0.0.2-alpha.23"
37
+ "@mastra/core": "0.1.27-alpha.40",
38
+ "@mastra/engine": "0.0.5-alpha.34",
39
+ "@mastra/firecrawl": "1.0.4-alpha.25",
40
+ "@mastra/github": "1.0.3-alpha.24",
41
+ "@mastra/memory": "0.0.2-alpha.19",
42
+ "@mastra/rag": "0.0.2-alpha.24"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "npx tsc",