@juspay/neurolink 8.11.0 → 8.12.0
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/CHANGELOG.md +6 -0
- package/package.json +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [8.12.0](https://github.com/juspay/neurolink/compare/v8.11.0...v8.12.0) (2025-12-13)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **(files):** Install office processing dependencies: mammoth, xlsx, adm-zip, xml2js with TypeScript types ([a236818](https://github.com/juspay/neurolink/commit/a2368182e99b58a599e77e43e823439464a2f829))
|
|
6
|
+
|
|
1
7
|
## [8.11.0](https://github.com/juspay/neurolink/compare/v8.10.1...v8.11.0) (2025-12-12)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/neurolink",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.12.0",
|
|
4
4
|
"description": "Universal AI Development Platform with working MCP integration, multi-provider support, and professional CLI. Built-in tools operational, 58+ external MCP servers discoverable. Connect to filesystem, GitHub, database operations, and more. Build, test, and deploy AI applications with 9 major providers: OpenAI, Anthropic, Google AI, AWS Bedrock, Azure, Hugging Face, Ollama, and Mistral AI.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Juspay Technologies",
|
|
@@ -179,12 +179,15 @@
|
|
|
179
179
|
"@opentelemetry/sdk-trace-base": "^2.1.0",
|
|
180
180
|
"@opentelemetry/sdk-trace-node": "^2.1.0",
|
|
181
181
|
"@opentelemetry/semantic-conventions": "^1.30.1",
|
|
182
|
+
"adm-zip": "^0.5.16",
|
|
182
183
|
"ai": "4.3.16",
|
|
183
184
|
"chalk": "^5.6.2",
|
|
184
185
|
"csv-parser": "^3.2.0",
|
|
185
186
|
"dotenv": "^16.6.1",
|
|
187
|
+
"exceljs": "^4.4.0",
|
|
186
188
|
"inquirer": "^9.3.7",
|
|
187
189
|
"json-schema-to-zod": "^2.6.1",
|
|
190
|
+
"mammoth": "^1.11.0",
|
|
188
191
|
"mathjs": "^14.7.0",
|
|
189
192
|
"mem0ai": "^2.1.38",
|
|
190
193
|
"nanoid": "^5.1.5",
|
|
@@ -197,6 +200,7 @@
|
|
|
197
200
|
"undici": "^7.5.0",
|
|
198
201
|
"uuid": "^11.1.0",
|
|
199
202
|
"ws": "^8.18.3",
|
|
203
|
+
"xml2js": "^0.6.2",
|
|
200
204
|
"yargs": "^17.7.2",
|
|
201
205
|
"zod": "^3.22.0",
|
|
202
206
|
"zod-to-json-schema": "^3.24.6"
|
|
@@ -220,11 +224,13 @@
|
|
|
220
224
|
"@sveltejs/kit": "^2.38.1",
|
|
221
225
|
"@sveltejs/package": "^2.5.0",
|
|
222
226
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
227
|
+
"@types/adm-zip": "^0.5.7",
|
|
223
228
|
"@types/cors": "^2.8.19",
|
|
224
229
|
"@types/express": "^5.0.3",
|
|
225
230
|
"@types/inquirer": "^9.0.9",
|
|
226
231
|
"@types/node": "^20.19.13",
|
|
227
232
|
"@types/ws": "^8.18.1",
|
|
233
|
+
"@types/xml2js": "^0.4.14",
|
|
228
234
|
"@types/yargs": "^17.0.33",
|
|
229
235
|
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
230
236
|
"@typescript-eslint/parser": "^8.43.0",
|