@functionland/react-native-fula 1.54.31 → 1.54.32

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.
@@ -47,6 +47,9 @@ import fulamobile.Config;
47
47
  import fulamobile.Fulamobile;
48
48
 
49
49
  import land.fx.wnfslib.Fs;
50
+ import java.nio.file.Files;
51
+ import java.nio.file.Path;
52
+ import java.nio.file.Paths;
50
53
 
51
54
  @ReactModule(name = FulaModule.NAME)
52
55
  public class FulaModule extends ReactContextBaseJavaModule {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionland/react-native-fula",
3
- "version": "1.54.31",
3
+ "version": "1.54.32",
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",