@react-native-firebase/perf 17.1.0 → 17.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [17.3.0](https://github.com/invertase/react-native-firebase/compare/v17.2.0...v17.3.0) (2023-02-15)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/perf
9
+
10
+ ## [17.2.0](https://github.com/invertase/react-native-firebase/compare/v17.1.0...v17.2.0) (2023-02-15)
11
+
12
+ ### Features
13
+
14
+ - **app, android:** firebase-android-sdk 31.2.0 ([87156e7](https://github.com/invertase/react-native-firebase/commit/87156e75e16775db14ef8f9bf6b0049b15ee1277))
15
+
6
16
  ## [17.1.0](https://github.com/invertase/react-native-firebase/compare/v17.0.0...v17.1.0) (2023-02-09)
7
17
 
8
18
  ### Features
@@ -55,9 +55,7 @@ public class UniversalFirebasePerfModule extends UniversalFirebaseModule {
55
55
  constants.put(
56
56
  "isPerformanceCollectionEnabled",
57
57
  FirebasePerformance.getInstance().isPerformanceCollectionEnabled());
58
- constants.put(
59
- "isInstrumentationEnabled",
60
- true);
58
+ constants.put("isInstrumentationEnabled", true);
61
59
  return constants;
62
60
  }
63
61
 
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '17.1.0';
2
+ module.exports = '17.3.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/perf",
3
- "version": "17.1.0",
3
+ "version": "17.3.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
6
6
  "main": "lib/index.js",
@@ -29,7 +29,7 @@
29
29
  "performance monitoring"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@react-native-firebase/app": "17.1.0"
32
+ "@react-native-firebase/app": "17.3.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@expo/config-plugins": "^5.0.4"
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "635d595389bfb224fc530681627fb2180fea6e26"
40
+ "gitHead": "2e51817c937247ffe51fb6234c164744c2a71693"
41
41
  }