@juspay/neurolink 12.11.2 → 12.11.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 +3 -2
- package/dist/browser/neurolink.min.js +3 -3
- package/dist/mcp/toolRegistry.js +7 -0
- package/dist/neurolink.d.ts +7 -0
- package/dist/neurolink.js +61 -11
- package/dist/types/tools.d.ts +23 -0
- package/dist/utils/errorHandling.d.ts +20 -3
- package/dist/utils/errorHandling.js +22 -5
- package/dist/utils/mcpDefaults.d.ts +1 -1
- package/dist/utils/mcpDefaults.js +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
## [12.11.
|
|
1
|
+
## [12.11.3](https://github.com/juspay/neurolink/compare/v12.11.2...v12.11.3) (2026-09-04)
|
|
2
2
|
|
|
3
3
|
### Bug Fixes
|
|
4
4
|
|
|
5
|
-
- **(
|
|
5
|
+
- **(scripts):** close two holes in the shipped-declaration guard ([1f63d4c](https://github.com/juspay/neurolink/commit/1f63d4c5a6c73084d4805b2893687830ac875f23)), closes [#1627](https://github.com/juspay/neurolink/issues/1627)
|
|
6
|
+
- **(tools):** bound the whole tool execution, not just each attempt ([418ce9f](https://github.com/juspay/neurolink/commit/418ce9f447f02fb53b93b9d8f915143654e40043))
|
|
6
7
|
|
|
7
8
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
8
9
|
|