@juspay/neurolink 9.12.2 → 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 +6 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
|
|
1
7
|
## [9.12.2](https://github.com/juspay/neurolink/compare/v9.12.1...v9.12.2) (2026-02-23)
|
|
2
8
|
|
|
3
9
|
### 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",
|
|
@@ -235,7 +235,16 @@
|
|
|
235
235
|
"express-rate-limit": "^7.4.0",
|
|
236
236
|
"ffmpeg-static": "^5.3.0",
|
|
237
237
|
"ffprobe-static": "^3.1.0",
|
|
238
|
-
"sharp": "^0.34.5"
|
|
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",
|