@juspay/neurolink 9.12.1 → 9.12.3
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 +12 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [9.12.3](https://github.com/juspay/neurolink/compare/v9.12.2...v9.12.3) (2026-02-24)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **(package):** resolve consumer bundling errors for server adapters ([0f4f71d](https://github.com/juspay/neurolink/commit/0f4f71de0467835a17146c2ff540b5d2009319fb))
|
|
6
|
+
|
|
7
|
+
## [9.12.2](https://github.com/juspay/neurolink/compare/v9.12.1...v9.12.2) (2026-02-23)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **(deps):** move sharp, ffmpeg-static, ffprobe-static to optionalDependencies ([4810b83](https://github.com/juspay/neurolink/commit/4810b83ee876c57bd9075a3a587249f1a9db285c))
|
|
12
|
+
|
|
1
13
|
## [9.12.1](https://github.com/juspay/neurolink/compare/v9.12.0...v9.12.1) (2026-02-23)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/neurolink",
|
|
3
|
-
"version": "9.12.
|
|
3
|
+
"version": "9.12.3",
|
|
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 13 providers: OpenAI, Anthropic, Google AI, AWS Bedrock, Azure, Hugging Face, Ollama, and Mistral AI.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Juspay Technologies",
|
|
@@ -197,8 +197,6 @@
|
|
|
197
197
|
"csv-parser": "^3.2.0",
|
|
198
198
|
"dotenv": "^16.6.1",
|
|
199
199
|
"exceljs": "^4.4.0",
|
|
200
|
-
"ffmpeg-static": "^5.3.0",
|
|
201
|
-
"ffprobe-static": "^3.1.0",
|
|
202
200
|
"fluent-ffmpeg": "^2.1.3",
|
|
203
201
|
"google-auth-library": "^9.1.0",
|
|
204
202
|
"hono": "^4.6.0",
|
|
@@ -217,7 +215,6 @@
|
|
|
217
215
|
"pptxgenjs": "^3.12.0",
|
|
218
216
|
"reconnecting-eventsource": "^1.6.4",
|
|
219
217
|
"redis": "^5.8.2",
|
|
220
|
-
"sharp": "^0.34.5",
|
|
221
218
|
"tar-stream": "^3.1.7",
|
|
222
219
|
"undici": "^7.5.0",
|
|
223
220
|
"uuid": "^11.1.0",
|
|
@@ -235,7 +232,19 @@
|
|
|
235
232
|
"optionalDependencies": {
|
|
236
233
|
"@hono/node-server": "^1.13.0",
|
|
237
234
|
"canvas": "^3.2.0",
|
|
238
|
-
"express-rate-limit": "^7.4.0"
|
|
235
|
+
"express-rate-limit": "^7.4.0",
|
|
236
|
+
"ffmpeg-static": "^5.3.0",
|
|
237
|
+
"ffprobe-static": "^3.1.0",
|
|
238
|
+
"sharp": "^0.34.5",
|
|
239
|
+
"@fastify/rate-limit": "^10.3.0",
|
|
240
|
+
"fastify": "^5.7.2",
|
|
241
|
+
"@fastify/cors": "^11.2.0",
|
|
242
|
+
"@koa/cors": "^5.0.0",
|
|
243
|
+
"@koa/router": "^15.3.0",
|
|
244
|
+
"koa": "^3.1.1",
|
|
245
|
+
"koa-bodyparser": "^4.4.1",
|
|
246
|
+
"express": "^5.1.0",
|
|
247
|
+
"cors": "^2.8.5"
|
|
239
248
|
},
|
|
240
249
|
"devDependencies": {
|
|
241
250
|
"@actions/core": "^2.0.2",
|
|
@@ -245,10 +254,6 @@
|
|
|
245
254
|
"@changesets/changelog-github": "^0.5.1",
|
|
246
255
|
"@changesets/cli": "^2.29.7",
|
|
247
256
|
"@eslint/js": "^9.35.0",
|
|
248
|
-
"@fastify/cors": "^11.2.0",
|
|
249
|
-
"@fastify/rate-limit": "^10.3.0",
|
|
250
|
-
"@koa/cors": "^5.0.0",
|
|
251
|
-
"@koa/router": "^15.3.0",
|
|
252
257
|
"@opentelemetry/api": "^1.9.0",
|
|
253
258
|
"@opentelemetry/sdk-trace-base": "^2.1.0",
|
|
254
259
|
"@opentelemetry/sdk-trace-node": "^2.1.0",
|
|
@@ -282,13 +287,8 @@
|
|
|
282
287
|
"@vitest/coverage-v8": "^2.1.9",
|
|
283
288
|
"concurrently": "^8.2.2",
|
|
284
289
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
285
|
-
"cors": "^2.8.5",
|
|
286
290
|
"eslint": "^9.35.0",
|
|
287
|
-
"express": "^5.1.0",
|
|
288
|
-
"fastify": "^5.7.2",
|
|
289
291
|
"husky": "^9.1.7",
|
|
290
|
-
"koa": "^3.1.1",
|
|
291
|
-
"koa-bodyparser": "^4.4.1",
|
|
292
292
|
"lint-staged": "^16.1.6",
|
|
293
293
|
"playwright": "^1.55.0",
|
|
294
294
|
"prettier": "^3.6.2",
|