@juspay/neurolink 11.13.1 → 11.14.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 +3 -13
- package/dist/browser/neurolink.min.js +365 -363
- package/dist/cli/parser.js +8 -3
- package/dist/proxy/accountLedger.d.ts +39 -0
- package/dist/proxy/accountLedger.js +299 -0
- package/dist/proxy/proxyTranslationEngine.js +21 -3
- package/dist/server/routes/claudeProxyRoutes.d.ts +7 -8
- package/dist/server/routes/claudeProxyRoutes.js +247 -0
- package/dist/types/proxyClient.d.ts +81 -0
- package/package.json +13 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,8 @@
|
|
|
1
|
-
## [11.
|
|
1
|
+
## [11.14.0](https://github.com/juspay/neurolink/compare/v11.13.2...v11.14.0) (2026-08-21)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Features
|
|
4
4
|
|
|
5
|
-
- **(
|
|
6
|
-
- **(build):** make the browser bundle's \_\_esm resilience patch actually match and fail loudly ([86fcfcb](https://github.com/juspay/neurolink/commit/86fcfcb082c0c993121ad83daf486094e1ebeccf))
|
|
7
|
-
- **(build):** restore the sharp loader's typing so release typechecks ([ab09a69](https://github.com/juspay/neurolink/commit/ab09a69a17bfc11b7cb67ed01e4e33f8f2b2a5b0))
|
|
8
|
-
- **(cli):** load voice-server modules lazily so --help survives a no-optional install ([d9f0b49](https://github.com/juspay/neurolink/commit/d9f0b495effa7f6154983e98b58c8c96844b91f7))
|
|
9
|
-
- **(deps):** narrow the sharp tryImport generic to clear TS2349 and unpin the CVE fix ([fd96084](https://github.com/juspay/neurolink/commit/fd960841eaf2ad07d9f382f529a9b58707b622bb))
|
|
10
|
-
- **(deps):** raise stale pnpm overrides so subpackage lockfiles clear their critical advisories ([0927667](https://github.com/juspay/neurolink/commit/09276674e9f9fddd9ee409dfa6a56c4ed3e6a73c))
|
|
11
|
-
- **(docs):** restore the docs MCP server and its search index parser ([27773c6](https://github.com/juspay/neurolink/commit/27773c6abdc6b5a3d0a17800b55e035480b8949d))
|
|
12
|
-
- **(pack):** un-ignore the tracked docs search index so it ships in the tarball ([1a5ff50](https://github.com/juspay/neurolink/commit/1a5ff50d3a88f175c2d70eb9f585b733793b994e))
|
|
13
|
-
- **(rag):** parse PDFs with pdf-parse v2's PDFParse class ([8e5e8a3](https://github.com/juspay/neurolink/commit/8e5e8a38e525b5c905622dd23218e2ffb8f1db8e))
|
|
14
|
-
- **(security):** scope dependency audit to advisory ids, not package names ([3f53a7d](https://github.com/juspay/neurolink/commit/3f53a7d1a6f217751527297185e7a05421585864))
|
|
15
|
-
- **(server):** surface missing optional framework packages instead of failing silently ([9e025e5](https://github.com/juspay/neurolink/commit/9e025e5362b9dd7f837d40bdf1a05494bef5eb78))
|
|
5
|
+
- **(proxy):** add GET /accounts joining status, quota and per-account cost ([b9066b2](https://github.com/juspay/neurolink/commit/b9066b206d367ba6818d8fce91fc3d20816ce44f))
|
|
16
6
|
|
|
17
7
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
18
8
|
|