From bfe0f05ab36fdd20df3470a71a9ee8c5a938baf6 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sat, 20 Apr 2019 21:11:23 +0100 Subject: [PATCH] 6.0.0-alpha.9 --- lerna.json | 2 +- packages/analytics/package.json | 6 +- packages/app-types/package.json | 2 +- packages/app/package.json | 6 +- packages/auth/package.json | 6 +- packages/common/package.json | 2 +- packages/config/package.json | 6 +- packages/crashlytics/package.json | 6 +- packages/fiam/package.json | 6 +- packages/firestore/package.json | 6 +- packages/functions/package.json | 6 +- packages/iid/package.json | 6 +- packages/invites/package.json | 6 +- packages/mlkit/package.json | 6 +- packages/perf/package.json | 6 +- packages/template/package.json | 2 +- packages/utils/package.json | 6 +- tests/ios/Podfile.lock | 402 ++++++++++++++++++++++++++++++ tests/package.json | 30 +-- 19 files changed, 460 insertions(+), 58 deletions(-) create mode 100644 tests/ios/Podfile.lock diff --git a/lerna.json b/lerna.json index 791a3c7d..564eea11 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ ] } }, - "version": "6.0.0-alpha.8" + "version": "6.0.0-alpha.9" } diff --git a/packages/analytics/package.json b/packages/analytics/package.json index c72b02d7..2f4a301e 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/analytics", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Analytics", "main": "lib/index.js", @@ -25,8 +25,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/packages/app-types/package.json b/packages/app-types/package.json index 481d1334..73015164 100644 --- a/packages/app-types/package.json +++ b/packages/app-types/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app-types", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "@react-native-firebase/app-types", "files": [ diff --git a/packages/app/package.json b/packages/app/package.json index c5fb24c2..1932e616 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.", "main": "lib/index.js", @@ -53,8 +53,8 @@ "react-native": ">= 0.58.1" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8", + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9", "opencollective-postinstall": "^2.0.1" }, "collective": { diff --git a/packages/auth/package.json b/packages/auth/package.json index 9d6e7482..2aac4511 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Auth", "main": "lib/index.js", @@ -25,8 +25,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/packages/common/package.json b/packages/common/package.json index 53d5ee53..53c44df8 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/common", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase internal common utilities & helpers.", "main": "lib/index.js", diff --git a/packages/config/package.json b/packages/config/package.json index 81a3ac99..c9a5f618 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/config", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Remote Config", "main": "lib/index.js", @@ -27,8 +27,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index 36447086..a6947f89 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Crashlytics", "main": "lib/index.js", @@ -30,8 +30,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8", + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9", "stacktrace-js": "^2.0.0" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", diff --git a/packages/fiam/package.json b/packages/fiam/package.json index 6fc47519..8ac01eaa 100644 --- a/packages/fiam/package.json +++ b/packages/fiam/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/fiam", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - In-App Messaging - Engage active app users with contextual messages.", "main": "lib/index.js", @@ -30,8 +30,8 @@ "@react-native-firebase/app": "6.0.0-alpha.4" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/packages/firestore/package.json b/packages/firestore/package.json index edb6661d..22b5c963 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/firestore", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Cloud Firestore", "main": "lib/index.js", @@ -30,8 +30,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/packages/functions/package.json b/packages/functions/package.json index 2f1f588e..46077b12 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/functions", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Cloud Functions", "main": "lib/index.js", @@ -27,8 +27,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "devDependencies": { "@react-native-firebase/private-tests-firebase-functions": "^0.0.1" diff --git a/packages/iid/package.json b/packages/iid/package.json index 219429e9..f9103b3b 100644 --- a/packages/iid/package.json +++ b/packages/iid/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/iid", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "Firebase Instance ID provides a unique identifier for each instance of your app and a mechanism to authenticate and authorize actions for it (for example: sending FCM messages).", "main": "lib/index.js", @@ -27,8 +27,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/packages/invites/package.json b/packages/invites/package.json index 6f893432..5e733605 100644 --- a/packages/invites/package.json +++ b/packages/invites/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/invites", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase Invites are an out-of-the-box solution for app referrals and sharing via email or SMS. To customize the invitation user experience, or to generate links programmatically, use Firebase Dynamic Links.", "main": "lib/index.js", @@ -27,8 +27,8 @@ "@react-native-firebase/app": "6.0.0-alpha.6" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/packages/mlkit/package.json b/packages/mlkit/package.json index 92ab24a2..b65182d1 100644 --- a/packages/mlkit/package.json +++ b/packages/mlkit/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/mlkit", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - ML Kit", "main": "lib/index.js", @@ -31,8 +31,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/packages/perf/package.json b/packages/perf/package.json index b92181ac..4a1e770b 100644 --- a/packages/perf/package.json +++ b/packages/perf/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/perf", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Performance Monitoring", "main": "lib/index.js", @@ -30,8 +30,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/packages/template/package.json b/packages/template/package.json index aecc032b..58af5d6d 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/template", - "version": "0.0.1", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Template", "scripts": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 92d3f178..00e7bb6b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/utils", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Utils", "main": "lib/index.js", @@ -29,8 +29,8 @@ "@react-native-firebase/app": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/common": "6.0.0-alpha.8" + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/common": "6.0.0-alpha.9" }, "gitHead": "8c81b64c4961d0258eea34be4dee11e928080c4e", "publishConfig": { diff --git a/tests/ios/Podfile.lock b/tests/ios/Podfile.lock new file mode 100644 index 00000000..2ab0b5ec --- /dev/null +++ b/tests/ios/Podfile.lock @@ -0,0 +1,402 @@ +PODS: + - boost-for-react-native (1.63.0) + - Crashlytics (3.12.0): + - Fabric (~> 1.9.0) + - DoubleConversion (1.1.6) + - Fabric (1.9.0) + - Firebase/Core (5.19.0): + - Firebase/CoreOnly + - FirebaseAnalytics (= 5.8.0) + - Firebase/CoreOnly (5.19.0): + - FirebaseCore (= 5.4.0) + - Firebase/Functions (5.19.0): + - Firebase/CoreOnly + - FirebaseFunctions (= 2.4.0) + - Firebase/InAppMessagingDisplay (5.19.0): + - Firebase/CoreOnly + - FirebaseInAppMessagingDisplay (= 0.13.1) + - Firebase/Invites (5.19.0): + - Firebase/CoreOnly + - FirebaseInvites (= 3.0.1) + - Firebase/Performance (5.19.0): + - Firebase/Core + - FirebasePerformance (= 2.2.4) + - Firebase/RemoteConfig (5.19.0): + - Firebase/Core + - FirebaseRemoteConfig (= 3.1.0) + - FirebaseABTesting (2.0.0): + - FirebaseCore (~> 5.0) + - Protobuf (~> 3.5) + - FirebaseAnalytics (5.8.0): + - FirebaseCore (~> 5.4) + - FirebaseInstanceID (~> 3.8) + - GoogleAppMeasurement (= 5.8.0) + - GoogleUtilities/AppDelegateSwizzler (~> 5.2) + - GoogleUtilities/MethodSwizzler (~> 5.2) + - GoogleUtilities/Network (~> 5.2) + - "GoogleUtilities/NSData+zlib (~> 5.2)" + - nanopb (~> 0.3) + - FirebaseAnalyticsInterop (1.2.0) + - FirebaseAuthInterop (1.0.0) + - FirebaseCore (5.4.0): + - GoogleUtilities/Environment (~> 5.2) + - GoogleUtilities/Logger (~> 5.2) + - FirebaseDynamicLinks (3.4.3): + - FirebaseAnalytics (~> 5.1) + - FirebaseAnalyticsInterop (~> 1.0) + - FirebaseCore (~> 5.2) + - FirebaseFunctions (2.4.0): + - FirebaseAuthInterop (~> 1.0) + - FirebaseCore (~> 5.2) + - GTMSessionFetcher/Core (~> 1.1) + - FirebaseInAppMessaging (0.13.0): + - FirebaseAnalytics + - FirebaseAnalyticsInterop + - FirebaseCore + - FirebaseInstanceID + - FirebaseInAppMessagingDisplay (0.13.1): + - FirebaseCore + - FirebaseInAppMessaging (>= 0.12.0) + - FirebaseInstanceID (3.8.1): + - FirebaseCore (~> 5.2) + - GoogleUtilities/Environment (~> 5.2) + - GoogleUtilities/UserDefaults (~> 5.2) + - FirebaseInvites (3.0.1): + - FirebaseAnalytics (~> 5.1) + - FirebaseDynamicLinks (~> 3.0) + - GoogleAPIClientForREST (~> 1.0) + - GoogleSignIn (~> 4.2) + - GoogleToolboxForMac/Logger (~> 2.1) + - "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)" + - "GoogleToolboxForMac/NSString+URLArguments (~> 2.1)" + - GoogleToolboxForMac/StringEncoding (~> 2.1) + - GoogleToolboxForMac/URLBuilder (~> 2.1) + - GTMOAuth2 (~> 1.0) + - GTMSessionFetcher/Core (~> 1.1) + - GTMSessionFetcher/Full (~> 1.1) + - Protobuf (~> 3.5) + - FirebasePerformance (2.2.4): + - FirebaseAnalytics (~> 5.8) + - FirebaseInstanceID (~> 3.8) + - FirebaseRemoteConfig (~> 3.1) + - GoogleToolboxForMac/Logger (~> 2.1) + - "GoogleToolboxForMac/NSData+zlib (~> 2.1)" + - GoogleUtilities/ISASwizzler (~> 5.2) + - GoogleUtilities/MethodSwizzler (~> 5.2) + - GTMSessionFetcher/Core (~> 1.1) + - Protobuf (~> 3.5) + - FirebaseRemoteConfig (3.1.0): + - FirebaseABTesting (~> 2.0) + - FirebaseAnalytics (~> 5.3) + - FirebaseCore (~> 5.1) + - FirebaseInstanceID (~> 3.3) + - GoogleUtilities/Environment (~> 5.2) + - "GoogleUtilities/NSData+zlib (~> 5.2)" + - Protobuf (~> 3.5) + - Folly (2018.10.22.00): + - boost-for-react-native + - DoubleConversion + - glog + - glog (0.3.5) + - GoogleAPIClientForREST (1.3.8): + - GoogleAPIClientForREST/Core (= 1.3.8) + - GTMSessionFetcher (>= 1.1.7) + - GoogleAPIClientForREST/Core (1.3.8): + - GTMSessionFetcher (>= 1.1.7) + - GoogleAppMeasurement (5.8.0): + - GoogleUtilities/AppDelegateSwizzler (~> 5.2) + - GoogleUtilities/MethodSwizzler (~> 5.2) + - GoogleUtilities/Network (~> 5.2) + - "GoogleUtilities/NSData+zlib (~> 5.2)" + - nanopb (~> 0.3) + - GoogleSignIn (4.4.0): + - "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)" + - "GoogleToolboxForMac/NSString+URLArguments (~> 2.1)" + - GTMSessionFetcher/Core (~> 1.1) + - GoogleToolboxForMac/Core (2.2.0): + - GoogleToolboxForMac/Defines (= 2.2.0) + - GoogleToolboxForMac/DebugUtils (2.2.0): + - GoogleToolboxForMac/Defines (= 2.2.0) + - GoogleToolboxForMac/Defines (2.2.0) + - GoogleToolboxForMac/Logger (2.2.0): + - GoogleToolboxForMac/Defines (= 2.2.0) + - "GoogleToolboxForMac/NSData+zlib (2.2.0)": + - GoogleToolboxForMac/Defines (= 2.2.0) + - "GoogleToolboxForMac/NSDictionary+URLArguments (2.2.0)": + - GoogleToolboxForMac/DebugUtils (= 2.2.0) + - GoogleToolboxForMac/Defines (= 2.2.0) + - "GoogleToolboxForMac/NSString+URLArguments (= 2.2.0)" + - "GoogleToolboxForMac/NSString+URLArguments (2.2.0)" + - GoogleToolboxForMac/StringEncoding (2.2.0): + - GoogleToolboxForMac/Defines (= 2.2.0) + - GoogleToolboxForMac/URLBuilder (2.2.0): + - GoogleToolboxForMac/Core (= 2.2.0) + - GoogleToolboxForMac/Defines (= 2.2.0) + - "GoogleToolboxForMac/NSDictionary+URLArguments (= 2.2.0)" + - "GoogleToolboxForMac/NSString+URLArguments (= 2.2.0)" + - GoogleUtilities/AppDelegateSwizzler (5.7.0): + - GoogleUtilities/Environment + - GoogleUtilities/Logger + - GoogleUtilities/Network + - GoogleUtilities/Environment (5.7.0) + - GoogleUtilities/ISASwizzler (5.7.0) + - GoogleUtilities/Logger (5.7.0): + - GoogleUtilities/Environment + - GoogleUtilities/MethodSwizzler (5.7.0): + - GoogleUtilities/Logger + - GoogleUtilities/Network (5.7.0): + - GoogleUtilities/Logger + - "GoogleUtilities/NSData+zlib" + - GoogleUtilities/Reachability + - "GoogleUtilities/NSData+zlib (5.7.0)" + - GoogleUtilities/Reachability (5.7.0): + - GoogleUtilities/Logger + - GoogleUtilities/UserDefaults (5.7.0): + - GoogleUtilities/Logger + - GTMOAuth2 (1.1.6): + - GTMSessionFetcher (~> 1.1) + - GTMSessionFetcher (1.2.1): + - GTMSessionFetcher/Full (= 1.2.1) + - GTMSessionFetcher/Core (1.2.1) + - GTMSessionFetcher/Full (1.2.1): + - GTMSessionFetcher/Core (= 1.2.1) + - Jet (0.3.0): + - React + - nanopb (0.3.901): + - nanopb/decode (= 0.3.901) + - nanopb/encode (= 0.3.901) + - nanopb/decode (0.3.901) + - nanopb/encode (0.3.901) + - Protobuf (3.7.0) + - React (0.59.0): + - React/Core (= 0.59.0) + - React/Core (0.59.0): + - yoga (= 0.59.0.React) + - React/CxxBridge (0.59.0): + - Folly (= 2018.10.22.00) + - React/Core + - React/cxxreact + - React/jsiexecutor + - React/cxxreact (0.59.0): + - boost-for-react-native (= 1.63.0) + - DoubleConversion + - Folly (= 2018.10.22.00) + - glog + - React/jsinspector + - React/DevSupport (0.59.0): + - React/Core + - React/RCTWebSocket + - React/fishhook (0.59.0) + - React/jsi (0.59.0): + - DoubleConversion + - Folly (= 2018.10.22.00) + - glog + - React/jsiexecutor (0.59.0): + - DoubleConversion + - Folly (= 2018.10.22.00) + - glog + - React/cxxreact + - React/jsi + - React/jsinspector (0.59.0) + - React/RCTBlob (0.59.0): + - React/Core + - React/RCTImage (0.59.0): + - React/Core + - React/RCTNetwork + - React/RCTNetwork (0.59.0): + - React/Core + - React/RCTText (0.59.0): + - React/Core + - React/RCTWebSocket (0.59.0): + - React/Core + - React/fishhook + - React/RCTBlob + - RNFBAnalytics (6.0.0-alpha.9): + - Firebase/Core (~> 5.19.0) + - React + - RNFBApp + - RNFBApp (6.0.0-alpha.9): + - Firebase/Core (~> 5.19.0) + - React + - RNFBConfig (6.0.0-alpha.9): + - Firebase/Core (~> 5.19.0) + - Firebase/RemoteConfig (~> 5.19.0) + - React + - RNFBApp + - RNFBCrashlytics (6.0.0-alpha.9): + - Crashlytics (~> 3.12.0) + - Fabric (~> 1.9.0) + - Firebase/Core (~> 5.19.0) + - React + - RNFBApp + - RNFBFiam (6.0.0-alpha.9): + - Firebase/Core (~> 5.19.0) + - Firebase/InAppMessagingDisplay (~> 5.19.0) + - React + - RNFBApp + - RNFBFirestore (6.0.0-alpha.9): + - Firebase/Core (~> 5.19.0) + - React + - RNFBApp + - RNFBFunctions (6.0.0-alpha.9): + - Firebase/Functions (~> 5.19.0) + - React + - RNFBApp + - RNFBIid (6.0.0-alpha.9): + - Firebase/Core (~> 5.19.0) + - React + - RNFBApp + - RNFBInvites (6.0.0-alpha.9): + - Firebase/Core (~> 5.19.0) + - Firebase/Invites (~> 5.19.0) + - React + - RNFBApp + - RNFBPerf (6.0.0-alpha.9): + - Firebase/Core (~> 5.19.0) + - Firebase/Performance (~> 5.19.0) + - React + - RNFBApp + - RNFBUtils (6.0.0-alpha.9): + - Firebase/Core (~> 5.19.0) + - React + - RNFBApp + - yoga (0.59.0.React) + +DEPENDENCIES: + - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) + - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) + - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) + - Jet (from `../node_modules/jet/ios`) + - React/Core (from `../node_modules/react-native`) + - React/CxxBridge (from `../node_modules/react-native`) + - React/DevSupport (from `../node_modules/react-native`) + - React/RCTImage (from `../node_modules/react-native`) + - React/RCTNetwork (from `../node_modules/react-native`) + - React/RCTText (from `../node_modules/react-native`) + - React/RCTWebSocket (from `../node_modules/react-native`) + - "RNFBAnalytics (from `../node_modules/@react-native-firebase/analytics/ios`)" + - "RNFBApp (from `../node_modules/@react-native-firebase/app/ios`)" + - "RNFBConfig (from `../node_modules/@react-native-firebase/config/ios`)" + - "RNFBCrashlytics (from `../node_modules/@react-native-firebase/crashlytics/ios`)" + - "RNFBFiam (from `../node_modules/@react-native-firebase/fiam/ios`)" + - "RNFBFirestore (from `../node_modules/@react-native-firebase/firestore/ios`)" + - "RNFBFunctions (from `../node_modules/@react-native-firebase/functions/ios`)" + - "RNFBIid (from `../node_modules/@react-native-firebase/iid/ios`)" + - "RNFBInvites (from `../node_modules/@react-native-firebase/invites/ios`)" + - "RNFBPerf (from `../node_modules/@react-native-firebase/perf/ios`)" + - "RNFBUtils (from `../node_modules/@react-native-firebase/utils/ios`)" + - yoga (from `../node_modules/react-native/ReactCommon/yoga`) + +SPEC REPOS: + https://github.com/cocoapods/specs.git: + - boost-for-react-native + - Crashlytics + - Fabric + - Firebase + - FirebaseABTesting + - FirebaseAnalytics + - FirebaseAnalyticsInterop + - FirebaseAuthInterop + - FirebaseCore + - FirebaseDynamicLinks + - FirebaseFunctions + - FirebaseInAppMessaging + - FirebaseInAppMessagingDisplay + - FirebaseInstanceID + - FirebaseInvites + - FirebasePerformance + - FirebaseRemoteConfig + - GoogleAPIClientForREST + - GoogleAppMeasurement + - GoogleSignIn + - GoogleToolboxForMac + - GoogleUtilities + - GTMOAuth2 + - GTMSessionFetcher + - nanopb + - Protobuf + +EXTERNAL SOURCES: + DoubleConversion: + :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" + Folly: + :podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec" + glog: + :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" + Jet: + :path: "../node_modules/jet/ios" + React: + :path: "../node_modules/react-native" + RNFBAnalytics: + :path: "../node_modules/@react-native-firebase/analytics/ios" + RNFBApp: + :path: "../node_modules/@react-native-firebase/app/ios" + RNFBConfig: + :path: "../node_modules/@react-native-firebase/config/ios" + RNFBCrashlytics: + :path: "../node_modules/@react-native-firebase/crashlytics/ios" + RNFBFiam: + :path: "../node_modules/@react-native-firebase/fiam/ios" + RNFBFirestore: + :path: "../node_modules/@react-native-firebase/firestore/ios" + RNFBFunctions: + :path: "../node_modules/@react-native-firebase/functions/ios" + RNFBIid: + :path: "../node_modules/@react-native-firebase/iid/ios" + RNFBInvites: + :path: "../node_modules/@react-native-firebase/invites/ios" + RNFBPerf: + :path: "../node_modules/@react-native-firebase/perf/ios" + RNFBUtils: + :path: "../node_modules/@react-native-firebase/utils/ios" + yoga: + :path: "../node_modules/react-native/ReactCommon/yoga" + +SPEC CHECKSUMS: + boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c + Crashlytics: 07fb167b1694128c1c9a5a5cc319b0e9c3ca0933 + DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd + Fabric: f988e33c97f08930a413e08123064d2e5f68d655 + Firebase: c60d49e9c2630875a96207d15e2affb8364996d1 + FirebaseABTesting: 1f50b8d50f5e3469eea54e7463a7b7fe221d1f5e + FirebaseAnalytics: fd72a26bf8dac84cefba2f0864366f718555a5b0 + FirebaseAnalyticsInterop: efbe45c8385ec626e29f9525e5ebd38520dfb6c1 + FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc + FirebaseCore: 22a79a961c3951ef2f77b67bfbc99e454247b319 + FirebaseDynamicLinks: f7a8717e2c7ea652923882a2d60b0045d6fd99d5 + FirebaseFunctions: 35b530c69ef8c322c414104280d36a06347a5d49 + FirebaseInAppMessaging: 25e8c4408829928b6727fb461e0aef6a43111467 + FirebaseInAppMessagingDisplay: 72f67cfe9711c9bf6d6768a1c538299ea2043042 + FirebaseInstanceID: a122b0c258720cf250551bb2bedf48c699f80d90 + FirebaseInvites: f13ed69fae140e705baec1a59ff127334b841a8a + FirebasePerformance: 25ecee2a260bcf398d7f32d6f4804438df953100 + FirebaseRemoteConfig: 7e11c65f0769c09bff6947997c209515058c5318 + Folly: de497beb10f102453a1afa9edbf8cf8a251890de + glog: aefd1eb5dda2ab95ba0938556f34b98e2da3a60d + GoogleAPIClientForREST: 5447a194eae517986cafe6421a5330b80b820591 + GoogleAppMeasurement: 1624046ab1bcc5e170061a56ef5679000b079c8e + GoogleSignIn: 7ff245e1a7b26d379099d3243a562f5747e23d39 + GoogleToolboxForMac: ff31605b7d66400dcec09bed5861689aebadda4d + GoogleUtilities: 273e67030e0de313e7304f6dcfa96fc5214f6c23 + GTMOAuth2: e8b6512c896235149df975c41d9a36c868ab7fba + GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca + Jet: 5748d9e6ccc47b646859282fc25d1b063540e981 + nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48 + Protobuf: 7a877b7f3e5964e3fce995e2eb323dbc6831bb5a + React: 1d605e098d69bdf08960787f3446f0a9dc2e2ccf + RNFBAnalytics: 427c228f6de4078837b410700557bbff7ed1e622 + RNFBApp: 8f977f8800a1d06b06635252c4b11b5732554194 + RNFBConfig: c87c29a3d75a8a9d958545206caaba1225e5d9f9 + RNFBCrashlytics: 7ac6609db91633a9bbe64002789460965030e304 + RNFBFiam: 9cadb221d08fa29487a88534b33ab3d6944028a6 + RNFBFirestore: 92af951a2df1921da24acf2e1e37186c018d0687 + RNFBFunctions: d086740b977264112682aa3b9a6706f2af82ed05 + RNFBIid: f33b201871663a164e895a80bfd3960ad4a4c626 + RNFBInvites: 223640218297ed246b2a94df79fa883e848286f1 + RNFBPerf: 83e4ff822d1686818c622c8870b6283e938f5124 + RNFBUtils: 6bf201d3807462ce45e0f1e6b64bb6d0d1536493 + yoga: 128daf064cacaede0c3bb27424b6b4c71052e6cd + +PODFILE CHECKSUM: b8a7635ae6af2f71c8e50dd738a0a5a2bb05f65f + +COCOAPODS: 1.5.3 diff --git a/tests/package.json b/tests/package.json index c6f454b0..f1cc8849 100755 --- a/tests/package.json +++ b/tests/package.json @@ -1,26 +1,26 @@ { "name": "react-native-firebase-tests", - "version": "6.0.0-alpha.8", + "version": "6.0.0-alpha.9", "private": true, "scripts": { "build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build", "prepare": "patch-package" }, "dependencies": { - "@react-native-firebase/analytics": "6.0.0-alpha.8", - "@react-native-firebase/app": "6.0.0-alpha.8", - "@react-native-firebase/app-types": "6.0.0-alpha.8", - "@react-native-firebase/auth": "6.0.0-alpha.8", - "@react-native-firebase/config": "6.0.0-alpha.8", - "@react-native-firebase/crashlytics": "6.0.0-alpha.8", - "@react-native-firebase/fiam": "6.0.0-alpha.8", - "@react-native-firebase/firestore": "6.0.0-alpha.8", - "@react-native-firebase/functions": "6.0.0-alpha.8", - "@react-native-firebase/iid": "6.0.0-alpha.8", - "@react-native-firebase/invites": "6.0.0-alpha.8", - "@react-native-firebase/mlkit": "6.0.0-alpha.8", - "@react-native-firebase/perf": "6.0.0-alpha.8", - "@react-native-firebase/utils": "6.0.0-alpha.8", + "@react-native-firebase/analytics": "6.0.0-alpha.9", + "@react-native-firebase/app": "6.0.0-alpha.9", + "@react-native-firebase/app-types": "6.0.0-alpha.9", + "@react-native-firebase/auth": "6.0.0-alpha.9", + "@react-native-firebase/config": "6.0.0-alpha.9", + "@react-native-firebase/crashlytics": "6.0.0-alpha.9", + "@react-native-firebase/fiam": "6.0.0-alpha.9", + "@react-native-firebase/firestore": "6.0.0-alpha.9", + "@react-native-firebase/functions": "6.0.0-alpha.9", + "@react-native-firebase/iid": "6.0.0-alpha.9", + "@react-native-firebase/invites": "6.0.0-alpha.9", + "@react-native-firebase/mlkit": "6.0.0-alpha.9", + "@react-native-firebase/perf": "6.0.0-alpha.9", + "@react-native-firebase/utils": "6.0.0-alpha.9", "detox": "10.0.13", "jet": "^0.3.0", "mocha": "^5.2.0",