react-native-quick-crypto 0.7.16 → 0.7.17

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.
@@ -176,7 +176,7 @@ dependencies {
176
176
  implementation "com.facebook.react:react-android:+"
177
177
 
178
178
  // Add a dependency on OpenSSL
179
- implementation 'io.github.ronickg:openssl:3.3.2'
179
+ implementation 'io.github.ronickg:openssl:3.3.2-1'
180
180
  }
181
181
 
182
182
  // Resolves "LOCAL_SRC_FILES points to a missing file, Check that libfb.so exists or that its path is correct".
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-quick-crypto",
3
- "version": "0.7.16",
3
+ "version": "0.7.17",
4
4
  "description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
5
5
  "packageManager": "bun@1.1.26",
6
6
  "main": "lib/commonjs/index",