@juspay/neurolink 11.15.4 → 11.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- ## [11.15.4](https://github.com/juspay/neurolink/compare/v11.15.3...v11.15.4) (2026-08-21)
1
+ ## [11.15.5](https://github.com/juspay/neurolink/compare/v11.15.4...v11.15.5) (2026-08-22)
2
2
 
3
3
  ### Bug Fixes
4
4
 
5
- - **(proxy):** mark the primary account on /accounts and close the review gaps ([819bbaf](https://github.com/juspay/neurolink/commit/819bbaf7649cd370740b86944a507b9b7e899ce7)), closes [#1402](https://github.com/juspay/neurolink/issues/1402) [1399-#1402](https://github.com/juspay/1399-/issues/1402)
5
+ - **(deps):** raise the fast-uri override past the 3.x advisories ([aec7f8a](https://github.com/juspay/neurolink/commit/aec7f8acb37d92c37254598e0c214dec077dda66))
6
6
 
7
7
  ## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "11.15.4",
3
+ "version": "11.15.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": {
@@ -601,7 +601,7 @@
601
601
  "ajv@>=8.0.0 <8.18.0": ">=8.18.0",
602
602
  "@grpc/grpc-js@<1.14.4": ">=1.14.4",
603
603
  "@protobufjs/utf8@<1.1.1": ">=1.1.1",
604
- "fast-uri@<3.1.2": ">=3.1.2",
604
+ "fast-uri@<3.1.5": ">=3.1.5 <4",
605
605
  "ip-address@<10.1.1": ">=10.1.1",
606
606
  "basic-ftp@<5.2.2": ">=5.2.2",
607
607
  "fast-xml-builder@<1.1.7": ">=1.1.7",