From 89f977a77a556930b7a44e1960923c570c34e92a Mon Sep 17 00:00:00 2001 From: Erfan Shekarchi Date: Sun, 31 Mar 2024 21:02:40 -0400 Subject: [PATCH] newClient fully corrected for iOS --- example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index b08461d..2e5362f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -377,7 +377,7 @@ PODS: - React-jsinspector (0.72.3) - React-logger (0.72.3): - glog - - react-native-fula (1.54.8): + - react-native-fula (1.54.10): - CryptoSwift (~> 1.7.1) - Fula (~> 1.54.8) - RCT-Folly (= 2021.07.22.00) @@ -714,7 +714,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 59d1eb03af7d30b7d66589c410f13151271e8006 React-jsinspector: b511447170f561157547bc0bef3f169663860be7 React-logger: c5b527272d5f22eaa09bb3c3a690fee8f237ae95 - react-native-fula: f742c8f43903dc88b3be676b7773a19eaef51df3 + react-native-fula: 4e2c047208ac0426e4b020dbbb3abf49ba8eceb3 React-NativeModulesApple: c57f3efe0df288a6532b726ad2d0322a9bf38472 React-perflogger: 6bd153e776e6beed54c56b0847e1220a3ff92ba5 React-RCTActionSheet: c0b62af44e610e69d9a2049a682f5dba4e9dff17 diff --git a/package.json b/package.json index f8b538a..35b4065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/react-native-fula", - "version": "1.54.10", + "version": "1.54.11", "description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs", "main": "lib/commonjs/index", "module": "lib/module/index",