@bonginkan/maria 2.1.5 → 2.1.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bonginkan/maria",
3
- "version": "2.1.5",
4
- "description": "🔬 MARIA Platform v2.1.3 Research & Memory Intelligence Edition - AI-Powered Research Paper Generation (/paper) + Enhanced Memory System (/memory) + GraphRAG Analysis + Bilingual Academic Papers + Microservice Architecture + Advanced Context Preservation",
3
+ "version": "2.1.6",
4
+ "description": "🔧 MARIA Platform v2.1.6 Enhanced Tools Edition - 3 New Commands (/benchmark /diagram /snippet) + Performance Analysis + Visual Diagrams + Code Snippet Management + Research Paper Generation + Enhanced Memory System + Local AI Integration",
5
5
  "keywords": [
6
6
  "ai",
7
7
  "cli",
@@ -67,10 +67,19 @@
67
67
  "citation-analysis",
68
68
  "content-extraction",
69
69
  "ai-analysis",
70
- "research-automation"
70
+ "research-automation",
71
+ "performance-analysis",
72
+ "benchmark",
73
+ "diagram-generation",
74
+ "ascii-diagrams",
75
+ "snippet-management",
76
+ "code-snippets",
77
+ "visualization",
78
+ "flowchart",
79
+ "uml-diagrams"
71
80
  ],
72
81
  "author": "Bonginkan Inc.",
73
- "license": "SEE LICENSE IN LICENSE",
82
+ "license": "MIT",
74
83
  "homepage": "https://github.com/bonginkan/maria",
75
84
  "repository": {
76
85
  "type": "git",
@@ -121,6 +130,7 @@
121
130
  "@google/generative-ai": "^0.1.0",
122
131
  "@langchain/core": "^0.1.0",
123
132
  "@sindresorhus/slugify": "^2.2.1",
133
+ "@types/node-cron": "^3.0.11",
124
134
  "axios": "^1.11.0",
125
135
  "blessed": "^0.1.81",
126
136
  "chalk": "^4.1.2",
@@ -164,11 +174,9 @@
164
174
  },
165
175
  "devDependencies": {
166
176
  "@types/cli-progress": "^3.11.5",
167
- "@types/eslint": "^9.6.1",
168
177
  "@types/figlet": "^1.5.8",
169
178
  "@types/fs-extra": "^11.0.4",
170
179
  "@types/inquirer": "^9.0.7",
171
- "@types/js-yaml": "^4.0.9",
172
180
  "@types/jsonwebtoken": "^9.0.5",
173
181
  "@types/node": "^20.11.0",
174
182
  "@types/prompts": "^2.4.9",