@juspay/neurolink 9.68.20 → 9.68.21
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 +2 -0
- package/package.json +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## [9.68.21](https://github.com/juspay/neurolink/compare/v9.68.20...v9.68.21) (2026-06-07)
|
|
2
|
+
|
|
1
3
|
## [9.68.20](https://github.com/juspay/neurolink/compare/v9.68.19...v9.68.20) (2026-06-07)
|
|
2
4
|
|
|
3
5
|
## [9.68.19](https://github.com/juspay/neurolink/compare/v9.68.18...v9.68.19) (2026-06-07)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/neurolink",
|
|
3
|
-
"version": "9.68.
|
|
3
|
+
"version": "9.68.21",
|
|
4
4
|
"packageManager": "pnpm@10.15.1",
|
|
5
5
|
"description": "Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applications with 21+ providers: OpenAI, Anthropic, Google AI Studio, Google Vertex, AWS Bedrock, Azure OpenAI, Mistral, LiteLLM, SageMaker, Hugging Face, Ollama, OpenAI-compatible, OpenRouter, DeepSeek, NVIDIA NIM, LM Studio, llama.cpp, plus voice (OpenAI TTS, ElevenLabs, Deepgram, Azure Speech).",
|
|
6
6
|
"author": {
|
|
@@ -297,10 +297,8 @@
|
|
|
297
297
|
},
|
|
298
298
|
"dependencies": {
|
|
299
299
|
"@ai-sdk/anthropic": "^3.0.50",
|
|
300
|
-
"@ai-sdk/azure": "^3.0.38",
|
|
301
300
|
"@ai-sdk/mistral": "^3.0.21",
|
|
302
301
|
"@ai-sdk/openai": "^3.0.37",
|
|
303
|
-
"@ai-sdk/openai-compatible": "^2.0.41",
|
|
304
302
|
"@ai-sdk/provider": "^3.0.8",
|
|
305
303
|
"@anthropic-ai/vertex-sdk": "^0.16.0",
|
|
306
304
|
"@aws-sdk/client-bedrock": "^3.1000.0",
|
|
@@ -313,7 +311,6 @@
|
|
|
313
311
|
"@google/genai": "^1.43.0",
|
|
314
312
|
"@huggingface/inference": "^4.13.14",
|
|
315
313
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
316
|
-
"@openrouter/ai-sdk-provider": "^2.2.3",
|
|
317
314
|
"@opentelemetry/api-logs": "^0.214.0",
|
|
318
315
|
"@opentelemetry/context-async-hooks": "^2.6.1",
|
|
319
316
|
"@opentelemetry/core": "^2.6.0",
|