@juspay/neurolink 10.6.0 → 10.6.1

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,9 @@
1
+ ## [10.6.1](https://github.com/juspay/neurolink/compare/v10.6.0...v10.6.1) (2026-07-28)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **(media):** remove commented-out type re-export in media barrel ([72a7a54](https://github.com/juspay/neurolink/commit/72a7a54095a4d55592d129aefb6e3a4126a08391))
6
+
1
7
  ## [10.6.0](https://github.com/juspay/neurolink/compare/v10.5.3...v10.6.0) (2026-07-27)
2
8
 
3
9
  ### Features
@@ -27,14 +27,4 @@
27
27
  // VIDEO PROCESSOR
28
28
  // =============================================================================
29
29
  export { isVideoFile, processVideo, VideoProcessor, videoProcessor, } from "./VideoProcessor.js";
30
- // =============================================================================
31
- // AUDIO PROCESSOR (placeholder for future implementation)
32
- // =============================================================================
33
- // export {
34
- // AudioProcessor,
35
- // audioProcessor,
36
- // isAudioFile,
37
- // processAudio,
38
- // } from "./AudioProcessor.js";
39
- // export type { ProcessedAudio } from "./AudioProcessor.js";
40
30
  //# sourceMappingURL=index.js.map
@@ -27,13 +27,3 @@
27
27
  // VIDEO PROCESSOR
28
28
  // =============================================================================
29
29
  export { isVideoFile, processVideo, VideoProcessor, videoProcessor, } from "./VideoProcessor.js";
30
- // =============================================================================
31
- // AUDIO PROCESSOR (placeholder for future implementation)
32
- // =============================================================================
33
- // export {
34
- // AudioProcessor,
35
- // audioProcessor,
36
- // isAudioFile,
37
- // processAudio,
38
- // } from "./AudioProcessor.js";
39
- // export type { ProcessedAudio } from "./AudioProcessor.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "10.6.0",
3
+ "version": "10.6.1",
4
4
  "packageManager": "pnpm@10.15.1",
5
5
  "description": "TypeScript AI SDK with 24+ LLM providers behind one consistent API. MCP-native (connect any MCP server), voice TTS/STT/realtime, RAG, agents, memory, context compaction. OpenAI · Anthropic · Gemini · Bedrock · Azure · Ollama · DeepSeek · NVIDIA NIM and more.",
6
6
  "author": {