@juspay/neurolink 11.5.1 → 11.6.0
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 +6 -2
- package/dist/browser/neurolink.min.js +385 -385
- package/dist/core/baseProvider.d.ts +37 -3
- package/dist/core/baseProvider.js +70 -1
- package/dist/lib/core/baseProvider.d.ts +37 -3
- package/dist/lib/core/baseProvider.js +70 -1
- package/dist/lib/providers/amazonBedrock/client.js +14 -5
- package/dist/lib/providers/amazonBedrock/inferenceProfile.d.ts +72 -0
- package/dist/lib/providers/amazonBedrock/inferenceProfile.js +186 -0
- package/dist/providers/amazonBedrock/client.js +14 -5
- package/dist/providers/amazonBedrock/inferenceProfile.d.ts +72 -0
- package/dist/providers/amazonBedrock/inferenceProfile.js +185 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
## [11.
|
|
1
|
+
## [11.6.0](https://github.com/juspay/neurolink/compare/v11.5.2...v11.6.0) (2026-08-20)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **(core):** give BaseProvider a default executeStream via a doStream hook ([ac15885](https://github.com/juspay/neurolink/commit/ac15885569ab4d5cb3c189d00aaee6d51cfb39c8))
|
|
2
6
|
|
|
3
7
|
### Bug Fixes
|
|
4
8
|
|
|
5
|
-
- **(
|
|
9
|
+
- **(scripts):** detect empty catch blocks by parsing, not by substring ([0deb5e9](https://github.com/juspay/neurolink/commit/0deb5e9f8e10211542bd58515caaacba054794d0))
|
|
6
10
|
|
|
7
11
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
8
12
|
|