@juspay/neurolink 10.5.1 → 10.5.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 +12 -0
- package/dist/browser/neurolink.min.js +343 -343
- package/dist/core/baseProvider.d.ts +6 -1
- package/dist/core/baseProvider.js +23 -5
- package/dist/lib/core/baseProvider.d.ts +6 -1
- package/dist/lib/core/baseProvider.js +23 -5
- package/dist/lib/models/modelRegistry.d.ts +9 -1
- package/dist/lib/models/modelRegistry.js +18 -2
- package/dist/lib/neurolink.js +3 -2
- package/dist/lib/providers/openaiChatCompletionsBase.d.ts +0 -1
- package/dist/lib/providers/openaiChatCompletionsBase.js +0 -3
- package/dist/models/modelRegistry.d.ts +9 -1
- package/dist/models/modelRegistry.js +18 -2
- package/dist/neurolink.js +3 -2
- package/dist/providers/openaiChatCompletionsBase.d.ts +0 -1
- package/dist/providers/openaiChatCompletionsBase.js +0 -3
- package/dist/providers/sagemaker/language-model.d.ts +2 -2
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [10.5.3](https://github.com/juspay/neurolink/compare/v10.5.2...v10.5.3) (2026-07-26)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **(ci):** raise yama floor to v2.7.2 for the 5m litellm timeout ([0dcf295](https://github.com/juspay/neurolink/commit/0dcf295547aaabfcaa95da2956f5c045d909db9b))
|
|
6
|
+
|
|
7
|
+
## [10.5.2](https://github.com/juspay/neurolink/compare/v10.5.1...v10.5.2) (2026-07-24)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **(core):** make supportsTools model-aware via the model registry ([c4137f3](https://github.com/juspay/neurolink/commit/c4137f3784f8268eeda36cb57f5776f49939979e))
|
|
12
|
+
|
|
1
13
|
## [10.5.1](https://github.com/juspay/neurolink/compare/v10.5.0...v10.5.1) (2026-07-23)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|