@juspay/neurolink 11.22.4 → 11.22.5
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 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
## [11.22.
|
|
1
|
+
## [11.22.5](https://github.com/juspay/neurolink/compare/v11.22.4...v11.22.5) (2026-08-24)
|
|
2
2
|
|
|
3
3
|
### Bug Fixes
|
|
4
4
|
|
|
5
|
-
- **(
|
|
6
|
-
- **(test):** bound the proxy suite's probes and make its first-run case real ([675f6d9](https://github.com/juspay/neurolink/commit/675f6d987e728c8d76c1a47841bb1aada40c6ad8)), closes [#1480](https://github.com/juspay/neurolink/issues/1480)
|
|
5
|
+
- **(bench):** fail the rolling proxy gate when worker metrics were never measured ([e22041e](https://github.com/juspay/neurolink/commit/e22041ec8fb3780059512d925a9b89268c04ce1c))
|
|
7
6
|
|
|
8
7
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
9
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/neurolink",
|
|
3
|
-
"version": "11.22.
|
|
3
|
+
"version": "11.22.5",
|
|
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": {
|