@juspay/neurolink 12.14.5 → 12.14.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "12.14.5",
3
+ "version": "12.14.6",
4
4
  "packageManager": "pnpm@10.15.1",
5
5
  "description": "TypeScript AI SDK with 24+ LLM providers behind one consistent API. MCP-native (connect any MCP server), voice TTS/STT/realtime, RAG, agents, memory, context compaction. OpenAI · Anthropic · Gemini · Bedrock · Azure · Ollama · DeepSeek · NVIDIA NIM and more.",
6
6
  "author": {
@@ -147,6 +147,7 @@
147
147
  "test:proxy": "pnpm exec tsx test/continuous-test-suite-proxy.ts",
148
148
  "test:proxy-connect-retry": "pnpm exec tsx test/continuous-test-suite-proxy-connect-retry.ts",
149
149
  "test:proxy-telemetry": "pnpm exec tsx test/continuous-test-suite-proxy-telemetry.ts",
150
+ "test:proxy-restart": "pnpm exec tsx test/continuous-test-suite-proxy-restart.ts",
150
151
  "test:codex": "pnpm exec tsx test/continuous-test-suite-codex.ts",
151
152
  "test:bugfixes": "pnpm exec tsx test/continuous-test-suite-bugfixes.ts",
152
153
  "test:json-e2e": "pnpm exec tsx test/continuous-test-suite-json-e2e.ts",