@functionland/react-native-fula 1.14.4 → 1.14.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.
Files changed (2) hide show
  1. package/ios/Fula.mm +1 -1
  2. package/package.json +1 -1
package/ios/Fula.mm CHANGED
@@ -12,7 +12,7 @@ RCT_EXTERN_METHOD(newClient:(NSString *)IdentityString
12
12
  withExchange: (NSString *)exchange
13
13
  withAutoFlush: (BOOL)autoFlash
14
14
  withUseRelay: (BOOL)useRelay
15
- withUseRefresh: (BOOL)refresh
15
+ withRefresh: (BOOL)refresh
16
16
  withResolver:(RCTPromiseResolveBlock)resolve
17
17
  withRejecter:(RCTPromiseRejectBlock)reject)
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionland/react-native-fula",
3
- "version": "1.14.4",
3
+ "version": "1.14.5",
4
4
  "description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",