@runanywhere/llamacpp 0.16.4 → 0.16.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.
@@ -49,9 +49,8 @@ apply from: '../nitrogen/generated/android/runanywherellama+autolinking.gradle'
49
49
  apply plugin: 'com.facebook.react'
50
50
 
51
51
  // Configure node path for Android Studio builds
52
- react {
53
- nodeExecutableAndArgs = [findNodeBinary()]
54
- }
52
+ // Access the react extension and set nodeExecutableAndArgs
53
+ project.extensions.findByName('react')?.nodeExecutableAndArgs?.set([findNodeBinary()])
55
54
 
56
55
  def getExtOrIntegerDefault(name) {
57
56
  if (rootProject.ext.has(name)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runanywhere/llamacpp",
3
- "version": "0.16.4",
3
+ "version": "0.16.5",
4
4
  "description": "LlamaCpp backend for RunAnywhere React Native SDK - GGUF model support for on-device LLM",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",