@juspay/neurolink 9.95.3 → 10.0.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 CHANGED
@@ -1,3 +1,20 @@
1
+ ## [10.0.0](https://github.com/juspay/neurolink/compare/v9.95.3...v10.0.0) (2026-07-20)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ - **(multimodal):** three breaking changes shipped earlier in 9.94.x-9.95.x
6
+ are now documented in docs/MIGRATION.md: (1) multimodal file/CSV
7
+ processing is fail-loud since v9.94.6 (throws ErrorFactory.fileProcessingFailed
8
+ /csvProcessingFailed instead of log-and-skip), (2) MessageContent
9
+ (src/lib/types/multimodal.ts) dropped its open index signature since
10
+ v9.94.6 (closed shape, TS2353 on unknown fields), (3) BatchCommandArgs.file
11
+ was renamed to .promptsFile since v9.95.1. No further behavior changes to
12
+ these three in this commit — this commit only adds the migration doc.
13
+
14
+ ### Bug Fixes
15
+
16
+ - **(multimodal):** close post-merge review gaps (batch parity, pdf limits, url-secret redaction, supervisor identity) ([1956f4a](https://github.com/juspay/neurolink/commit/1956f4ae0f525501da4fe1d017b4833cf8fc9665))
17
+
1
18
  ## [9.95.3](https://github.com/juspay/neurolink/compare/v9.95.2...v9.95.3) (2026-07-19)
2
19
 
3
20
  ### Bug Fixes