@juspay/neurolink 9.59.4 → 9.59.6
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 +3 -3
- package/dist/core/baseProvider.js +13 -0
- package/dist/lib/core/baseProvider.js +13 -0
- package/dist/lib/neurolink.js +1 -1
- package/dist/lib/providers/googleVertex.d.ts +8 -1
- package/dist/lib/providers/googleVertex.js +42 -6
- package/dist/neurolink.js +1 -1
- package/dist/providers/googleVertex.d.ts +8 -1
- package/dist/providers/googleVertex.js +42 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [9.59.6](https://github.com/juspay/neurolink/compare/v9.59.5...v9.59.6) (2026-04-30)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **(tools):** start execution timeout after HITL approval ([1e6d3e0](https://github.com/juspay/neurolink/commit/1e6d3e044a216b67674116830a3917cf1df7171a))
|
|
6
|
+
|
|
7
|
+
## [9.59.5](https://github.com/juspay/neurolink/compare/v9.59.4...v9.59.5) (2026-04-29)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **(routing):** dual-mode image text fallback + skip video-frame hijack on structured output ([97b2373](https://github.com/juspay/neurolink/commit/97b2373a793e56414a2ca41009efc72d9a574999))
|
|
12
|
+
|
|
1
13
|
## [9.59.4](https://github.com/juspay/neurolink/compare/v9.59.3...v9.59.4) (2026-04-27)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|