@juspay/neurolink 11.4.0 → 11.5.1

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 CHANGED
@@ -1,8 +1,8 @@
1
- ## [11.4.0](https://github.com/juspay/neurolink/compare/v11.3.1...v11.4.0) (2026-08-20)
1
+ ## [11.5.1](https://github.com/juspay/neurolink/compare/v11.5.0...v11.5.1) (2026-08-20)
2
2
 
3
- ### Features
3
+ ### Bug Fixes
4
4
 
5
- - **(models):** add per-provider model manifests as a single metadata source ([e604652](https://github.com/juspay/neurolink/commit/e6046520e0b402255c04e8c6f02afa72621adb21))
5
+ - **(deps):** apply the pending security bumps with a working lockfile ([5dd7808](https://github.com/juspay/neurolink/commit/5dd78085034491b82e5bb0555144c334ba0618d8))
6
6
 
7
7
  ## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
8
8
 
@@ -192,7 +192,9 @@ const VISION_CAPABILITIES = {
192
192
  // GPT-5 family
193
193
  "gpt-5",
194
194
  "gpt-5-pro",
195
- "gpt-5-turbo",
195
+ // "gpt-5-turbo" removed: Azure publishes no such model, so advertising
196
+ // vision for it made supportsVision() vouch for an id that cannot be
197
+ // deployed.
196
198
  "gpt-5-chat",
197
199
  "gpt-5-mini",
198
200
  // GPT-4.1 family