@juspay/neurolink 10.8.20 → 10.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +7 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [10.8.21](https://github.com/juspay/neurolink/compare/v10.8.20...v10.8.21) (2026-08-05)
2
+
1
3
  ## [10.8.20](https://github.com/juspay/neurolink/compare/v10.8.19...v10.8.20) (2026-08-05)
2
4
 
3
5
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "10.8.20",
3
+ "version": "10.8.21",
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": {
@@ -143,7 +143,7 @@
143
143
  "test:model-pool": "npx tsx test/continuous-test-suite-model-pool.ts",
144
144
  "test:model-not-found-retryable": "npx tsx test/continuous-test-suite-model-not-found-retryable.ts",
145
145
  "test:model-capabilities": "npx tsx test/continuous-test-suite-model-capabilities.ts",
146
- "test:agent-runtime:vitest": "pnpm exec vitest run test/agentRuntime.test.ts test/agentPlumbing.test.ts test/toolExecutionRecorder.test.ts",
146
+ "test:agent-runtime:vitest": "pnpm exec vitest run test/agentRuntime.test.ts",
147
147
  "test:retry-after:vitest": "pnpm exec vitest run test/retryAfter.test.ts",
148
148
  "test:ci": "pnpm run test && pnpm run test:client && pnpm run test:hitl",
149
149
  "// CI tier — fast, no live AI calls, safe for every commit": "",
@@ -152,7 +152,7 @@
152
152
  "test:system-messages": "npx tsx test/continuous-test-suite-system-messages.ts",
153
153
  "test:test-stubs": "npx tsx test/continuous-test-suite-test-stubs.ts",
154
154
  "test:tool-routing-semantic": "npx tsx test/continuous-test-suite-tool-routing-semantic.ts",
155
- "test:unit": "pnpm run test:envguard && pnpm run test:bugfixes && pnpm run test:file-detector-extension && pnpm run test:file-detector-magic-bytes && pnpm run test:mcp:infra && pnpm run test:mcp:bash && pnpm run test:mcp:limits && pnpm run test:mcp:spans && pnpm run test:autoresearch:redis && pnpm run test:tool-routing && pnpm run test:tool-routing-cli && pnpm run test:tool-dedup && pnpm run test:model-pool && pnpm run test:litellm-context && pnpm run test:dedup-execute-map && pnpm run test:step-budget-guard:vitest && pnpm run test:system-messages && pnpm run test:tool-routing-semantic && pnpm run test:anthropic-tools-policy && pnpm run test:sagemaker-tools && pnpm run test:anthropic-multimodal && pnpm run test:excel-interop && pnpm run test:model-capabilities && pnpm run test:agent-runtime:vitest && pnpm run test:agent-delegation && pnpm run test:retry-after:vitest && pnpm run test:sampling-params && pnpm run test:structured-recovery && pnpm run test:prompt-redaction && pnpm run test:mcp-result-cache && pnpm run test:test-stubs && pnpm run test:model-not-found-retryable",
155
+ "test:unit": "pnpm run test:envguard && pnpm run test:bugfixes && pnpm run test:file-detector-extension && pnpm run test:file-detector-magic-bytes && pnpm run test:mcp:infra && pnpm run test:mcp:bash && pnpm run test:mcp:limits && pnpm run test:mcp:spans && pnpm run test:autoresearch:redis && pnpm run test:tool-routing && pnpm run test:tool-routing-cli && pnpm run test:tool-dedup && pnpm run test:model-pool && pnpm run test:litellm-context && pnpm run test:dedup-execute-map && pnpm run test:step-budget-guard && pnpm run test:agent-plumbing && pnpm run test:tool-execution-recorder && pnpm run test:proxy-terminal-errors && pnpm run test:system-messages && pnpm run test:tool-routing-semantic && pnpm run test:anthropic-tools-policy && pnpm run test:sagemaker-tools && pnpm run test:anthropic-multimodal && pnpm run test:excel-interop && pnpm run test:model-capabilities && pnpm run test:agent-runtime:vitest && pnpm run test:agent-delegation && pnpm run test:retry-after:vitest && pnpm run test:sampling-params && pnpm run test:structured-recovery && pnpm run test:prompt-redaction && pnpm run test:mcp-result-cache && pnpm run test:test-stubs && pnpm run test:model-not-found-retryable",
156
156
  "// CI tier — live providers, runs only when API keys are present (test:credentials and test:dynamic make real provider calls when keys are set, so they live here, not in test:unit)": "",
157
157
  "test:live": "pnpm run test:providers && pnpm run test:mcp:http && pnpm run test:mcp:sdk && pnpm run test:mcp:cli && pnpm run test:observability && pnpm run test:context && pnpm run test:memory && pnpm run test:tool-reliability && pnpm run test:evaluation && pnpm run test:autoresearch && pnpm run test:credentials && pnpm run test:dynamic",
158
158
  "// CI tier — product output (image/video/TTS/PPT) — costs $$ per run": "",
@@ -217,7 +217,10 @@
217
217
  "test:litellm-context": "npx tsx test/continuous-test-suite-litellm-context-windows.ts",
218
218
  "test:dedup-execute-map": "npx tsx test/continuous-test-suite-dedup-execute-map.ts",
219
219
  "test:agent-delegation": "npx tsx test/continuous-test-suite-agent-delegation.ts",
220
- "test:step-budget-guard:vitest": "pnpm exec vitest run test/stepBudgetGuard.test.ts",
220
+ "test:step-budget-guard": "npx tsx test/continuous-test-suite-step-budget-guard.ts",
221
+ "test:agent-plumbing": "npx tsx test/continuous-test-suite-agent-plumbing.ts",
222
+ "test:tool-execution-recorder": "npx tsx test/continuous-test-suite-tool-execution-recorder.ts",
223
+ "test:proxy-terminal-errors": "npx tsx test/continuous-test-suite-proxy-terminal-errors.ts",
221
224
  "test:audio": "npx tsx test/continuous-test-suite-audio.ts",
222
225
  "test:office": "npx tsx test/continuous-test-suite-office.ts",
223
226
  "test:tts:unit": "npx tsx test/continuous-test-suite-tts-unit.ts",