@functionland/react-native-fula 1.55.2 → 1.55.11

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.
@@ -98,7 +98,7 @@ dependencies {
98
98
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
99
99
  //noinspection GradleDynamicVersion
100
100
  implementation "com.facebook.react:react-android:+"
101
- implementation 'com.github.functionland:fula-build-aar:v1.55.9' // From jitpack.io
101
+ implementation 'com.github.functionland:fula-build-aar:v1.55.11' // From jitpack.io
102
102
  implementation 'com.github.functionland:wnfs-android:v1.8.2' // From jitpack.io
103
103
  implementation 'commons-io:commons-io:20030203.000550'
104
104
  implementation 'commons-codec:commons-codec:1.16.0'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionland/react-native-fula",
3
- "version": "1.55.2",
3
+ "version": "1.55.11",
4
4
  "description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
5
5
  "type": "module",
6
6
  "main": "lib/commonjs/index",