@juspay/neurolink 12.6.0 → 12.7.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 -4
- package/dist/browser/neurolink.min.js +382 -382
- package/dist/cli/proxy-clients/gemini.js +55 -13
- package/dist/providers/sagemaker/client.js +30 -2
- package/dist/providers/sagemaker/language-model.d.ts +9 -0
- package/dist/providers/sagemaker/language-model.js +37 -0
- package/dist/proxy/clientAttribution.d.ts +40 -0
- package/dist/proxy/clientAttribution.js +28 -5
- package/dist/types/common.d.ts +87 -0
- package/dist/types/providers.d.ts +10 -0
- package/dist/types/voice.d.ts +13 -0
- package/dist/utils/ttsProcessor.d.ts +130 -5
- package/dist/utils/ttsProcessor.js +642 -97
- package/dist/utils/ttsStream.js +4 -0
- package/dist/voice/providers/OpenAITTS.d.ts +26 -8
- package/dist/voice/providers/OpenAITTS.js +327 -85
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.7.0](https://github.com/juspay/neurolink/compare/v12.6.1...v12.7.0) (2026-08-29)
|
|
2
2
|
|
|
3
3
|
### Features
|
|
4
4
|
|
|
5
|
-
- **(
|
|
6
|
-
- **(usage):** read three more CLIs' local spend, and name them in proxy traffic ([c4aea05](https://github.com/juspay/neurolink/commit/c4aea05b7ef38d57b39c2c3fe443b546ac4e8623))
|
|
5
|
+
- **(tts):** stream OpenAI audio natively ([dca67fa](https://github.com/juspay/neurolink/commit/dca67fa452ac571d308a3e15da5a100803b27010))
|
|
7
6
|
|
|
8
7
|
### Bug Fixes
|
|
9
8
|
|
|
10
|
-
- **(
|
|
9
|
+
- **(proxy):** correct how the MSIE User-Agent was attributed, and guard the roster ([4e909f9](https://github.com/juspay/neurolink/commit/4e909f912aef943bbddc92150b821aeef9d7a20e))
|
|
11
10
|
|
|
12
11
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
13
12
|
|