@react-native-firebase/perf 21.7.1 → 21.7.3

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/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
+ ## [21.7.3](https://github.com/invertase/react-native-firebase/compare/v21.7.2...v21.7.3) (2025-02-08)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **auth:** resolve type issue when migrating to v9 ([#8277](https://github.com/invertase/react-native-firebase/issues/8277)) ([f4e44ad](https://github.com/invertase/react-native-firebase/commit/f4e44ad50ec85604b7ba0ea835490f473ed5447c))
11
+
12
+ ## [21.7.2](https://github.com/invertase/react-native-firebase/compare/v21.7.1...v21.7.2) (2025-02-05)
13
+
14
+ **Note:** Version bump only for package @react-native-firebase/perf
15
+
6
16
  ## [21.7.1](https://github.com/invertase/react-native-firebase/compare/v21.7.0...v21.7.1) (2025-01-20)
7
17
 
8
18
  **Note:** Version bump only for package @react-native-firebase/perf
package/README.md CHANGED
@@ -50,7 +50,7 @@ yarn add @react-native-firebase/perf
50
50
  ---
51
51
 
52
52
  <p>
53
- <img align="left" width="75px" src="https://static.invertase.io/assets/invertase-logo-small.png">
53
+ <img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
54
54
  <p align="left">
55
55
  Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
56
56
  </p>
package/lib/index.d.ts CHANGED
@@ -398,7 +398,7 @@ export namespace FirebasePerformanceTypes {
398
398
  stop(): Promise<null>;
399
399
  }
400
400
 
401
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
401
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
402
402
  export interface Statics {}
403
403
 
404
404
  /**
@@ -558,7 +558,6 @@ export * from './modular';
558
558
  * Attach namespace to `firebase.` and `FirebaseApp.`.
559
559
  */
560
560
  declare module '@react-native-firebase/app' {
561
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
562
561
  namespace ReactNativeFirebase {
563
562
  import FirebaseModuleWithStatics = ReactNativeFirebase.FirebaseModuleWithStatics;
564
563
  interface Module {
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  *
16
16
  */
17
- import { FirebaseApp } from '@firebase/app-types';
17
+ import { ReactNativeFirebase } from '@react-native-firebase/app';
18
18
  import { FirebasePerformanceTypes } from '..';
19
19
 
20
20
  import Performance = FirebasePerformanceTypes.Module;
@@ -23,6 +23,7 @@ import Trace = FirebasePerformanceTypes.Module.Trace;
23
23
  import HttpMethod = FirebasePerformanceTypes.HttpMethod;
24
24
  import HttpMetric = FirebasePerformanceTypes.HttpMetric;
25
25
  import ScreenTrace = FirebasePerformanceTypes.ScreenTrace;
26
+ import FirebaseApp = ReactNativeFirebase.FirebaseApp;
26
27
 
27
28
  /**
28
29
  * Returns a Performance instance for the given app.
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.7.1';
2
+ module.exports = '21.7.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/perf",
3
- "version": "21.7.1",
3
+ "version": "21.7.3",
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,11 +29,11 @@
29
29
  "performance monitoring"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@react-native-firebase/app": "21.7.1",
32
+ "@react-native-firebase/app": "21.7.3",
33
33
  "expo": ">=47.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "expo": "^50.0.21"
36
+ "expo": "^52.0.30"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "expo": {
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "a11363f77efa34b41cab2bc92ed9a700b814fd8d"
46
+ "gitHead": "e1446c8737b4df5067fcc4f99ca30b0a3afcc8e5"
47
47
  }
@@ -1 +1 @@
1
- {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.6.2"}
1
+ {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.7.3"}