@inferrlm/react-native-mlx 0.4.2-alpha.4 → 0.4.2-alpha.5

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.
@@ -540,7 +540,6 @@ class HybridLLM: HybridLLMSpec {
540
540
  emitter.emitThinkingEnd(content)
541
541
  }
542
542
  }
543
- }
544
543
 
545
544
  case .toolCall(let toolCall):
546
545
  log("Tool call detected: \(toolCall.function.name)")
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@inferrlm/react-native-mlx",
3
3
  "description": "MLX Swift integration for React Native - InferrLM fork with enhanced features",
4
- "version": "0.4.2-alpha.4",
4
+ "version": "0.4.2-alpha.5",
5
5
  "main": "./lib/module/index.js",
6
6
  "module": "./lib/module/index.js",
7
7
  "types": "./lib/typescript/src/index.d.ts",