@juspay/neurolink 9.80.1 → 9.80.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.
@@ -536,6 +536,7 @@ export type StreamResult = {
536
536
  hasToolErrors?: boolean;
537
537
  guardrailsBlocked?: boolean;
538
538
  error?: string;
539
+ finishReason?: string;
539
540
  thoughtSignature?: string;
540
541
  thoughts?: Array<{
541
542
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "9.80.1",
3
+ "version": "9.80.3",
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": {
@@ -95,6 +95,8 @@
95
95
  "test:servers": "npx tsx test/continuous-test-suite-servers.ts",
96
96
  "test:tool-reliability": "npx tsx test/continuous-test-suite-tool-reliability.ts",
97
97
  "test:google-native": "npx tsx test/continuous-test-suite-google-native.ts",
98
+ "test:gemini-abort": "npx tsx test/continuous-test-suite-gemini-abort.ts",
99
+ "test:anthropic-cap": "npx tsx test/continuous-test-suite-anthropic-cap.ts",
98
100
  "test:tts": "npx tsx test/continuous-test-suite-tts.ts",
99
101
  "test:voice": "npx tsx test/continuous-test-suite-voice.ts",
100
102
  "test:voice-server": "npx tsx test/continuous-test-suite-voice-server.ts",