@juspay/neurolink 11.6.0 → 11.7.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 +2 -6
- package/dist/browser/neurolink.min.js +392 -392
- package/dist/core/loopEngine.js +21 -2
- package/dist/lib/core/loopEngine.js +21 -2
- package/dist/lib/providers/amazonBedrock/client.d.ts +23 -7
- package/dist/lib/providers/amazonBedrock/client.js +276 -950
- package/dist/lib/providers/amazonBedrock/loopAdapter.d.ts +36 -0
- package/dist/lib/providers/amazonBedrock/loopAdapter.js +278 -0
- package/dist/lib/types/loopEngine.d.ts +52 -0
- package/dist/lib/types/providers.d.ts +9 -0
- package/dist/providers/amazonBedrock/client.d.ts +23 -7
- package/dist/providers/amazonBedrock/client.js +276 -950
- package/dist/providers/amazonBedrock/loopAdapter.d.ts +36 -0
- package/dist/providers/amazonBedrock/loopAdapter.js +277 -0
- package/dist/types/loopEngine.d.ts +52 -0
- package/dist/types/providers.d.ts +9 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
## [11.
|
|
1
|
+
## [11.7.0](https://github.com/juspay/neurolink/compare/v11.6.1...v11.7.0) (2026-08-20)
|
|
2
2
|
|
|
3
3
|
### Features
|
|
4
4
|
|
|
5
|
-
- **(core):**
|
|
6
|
-
|
|
7
|
-
### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- **(scripts):** detect empty catch blocks by parsing, not by substring ([0deb5e9](https://github.com/juspay/neurolink/commit/0deb5e9f8e10211542bd58515caaacba054794d0))
|
|
5
|
+
- **(core):** add resolveToolOnMiss hydration hook to AgenticLoopAdapter ([844585a](https://github.com/juspay/neurolink/commit/844585a8e6cb1521a460cad566fa637c896db2ee))
|
|
10
6
|
|
|
11
7
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
12
8
|
|