@juspay/neurolink 10.10.8 → 10.10.10

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,17 @@
1
+ ## [10.10.10](https://github.com/juspay/neurolink/compare/v10.10.9...v10.10.10) (2026-08-07)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **(audio):** explain why a transcript is missing instead of returning nothing ([c5ef0bf](https://github.com/juspay/neurolink/commit/c5ef0bf3afba4e040819ed975341723c9f29ea12)), closes [#416](https://github.com/juspay/neurolink/issues/416)
6
+ - **(csv):** skip blank lines in raw content via skipEmptyLines ([919afc3](https://github.com/juspay/neurolink/commit/919afc307fd91de80bf064e98f9018eeb4f4ab95)), closes [#1284](https://github.com/juspay/neurolink/issues/1284) [#373](https://github.com/juspay/neurolink/issues/373)
7
+
8
+ ## [10.10.9](https://github.com/juspay/neurolink/compare/v10.10.8...v10.10.9) (2026-08-07)
9
+
10
+ ### Bug Fixes
11
+
12
+ - **(pdf):** make the render scale and page ceiling reachable from generate() ([a5c9e4b](https://github.com/juspay/neurolink/commit/a5c9e4b0edc12fa701dae2b2567a03e8f3f07da4)), closes [#297](https://github.com/juspay/neurolink/issues/297) [#309](https://github.com/juspay/neurolink/issues/309) [#302](https://github.com/juspay/neurolink/issues/302) [#297](https://github.com/juspay/neurolink/issues/297)
13
+ - **(skills):** reserve a deprecated skill's name and match names case-insensitively ([85bb407](https://github.com/juspay/neurolink/commit/85bb4074b4d0296b6ffcf7e5a311d4bea124dc73)), closes [#1139](https://github.com/juspay/neurolink/issues/1139) [#1139](https://github.com/juspay/neurolink/issues/1139)
14
+
1
15
  ## [10.10.8](https://github.com/juspay/neurolink/compare/v10.10.7...v10.10.8) (2026-08-07)
2
16
 
3
17
  ### Bug Fixes