@juspay/neurolink 11.16.2 → 11.16.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.
- package/CHANGELOG.md +2 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
## [11.16.
|
|
1
|
+
## [11.16.3](https://github.com/juspay/neurolink/compare/v11.16.2...v11.16.3) (2026-08-22)
|
|
2
2
|
|
|
3
3
|
### Bug Fixes
|
|
4
4
|
|
|
5
|
-
- **(test):**
|
|
6
|
-
- **(tools):** read the real catalog field in the provider onboarding gate ([e4bdc60](https://github.com/juspay/neurolink/commit/e4bdc6048eb9e25da9cd6956eb97fa9e431464b3))
|
|
5
|
+
- **(test):** skip live image tests when the model is not provisioned ([415e775](https://github.com/juspay/neurolink/commit/415e77517361e5a4f7748ac4ffc3d66d29be95a7))
|
|
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.16.
|
|
3
|
+
"version": "11.16.3",
|
|
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": {
|