@functionland/react-native-fula 1.54.32 → 1.54.33
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.
- package/ios/Fula.swift +1 -1
- package/package.json +1 -1
package/ios/Fula.swift
CHANGED
|
@@ -1222,7 +1222,7 @@ class FulaModule: NSObject {
|
|
|
1222
1222
|
|
|
1223
1223
|
@objc
|
|
1224
1224
|
func deleteDsLock(_ resolve: @escaping RCTPromiseResolveBlock, reject: @escaping RCTPromiseRejectBlock) {
|
|
1225
|
-
let lockFilePath = (fulaConfig
|
|
1225
|
+
let lockFilePath = (fulaConfig!.storePath as NSString).appendingPathComponent("LOCK")
|
|
1226
1226
|
let fileManager = FileManager.default
|
|
1227
1227
|
|
|
1228
1228
|
do {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@functionland/react-native-fula",
|
|
3
|
-
"version": "1.54.
|
|
3
|
+
"version": "1.54.33",
|
|
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",
|