@react-native-firebase/perf 21.7.0 → 21.7.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/lib/index.d.ts +1 -2
- package/lib/version.js +1 -1
- package/package.json +4 -4
- package/plugin/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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.2](https://github.com/invertase/react-native-firebase/compare/v21.7.1...v21.7.2) (2025-02-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @react-native-firebase/perf
|
9
|
+
|
10
|
+
## [21.7.1](https://github.com/invertase/react-native-firebase/compare/v21.7.0...v21.7.1) (2025-01-20)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @react-native-firebase/perf
|
13
|
+
|
6
14
|
## [21.7.0](https://github.com/invertase/react-native-firebase/compare/v21.6.2...v21.7.0) (2025-01-16)
|
7
15
|
|
8
16
|
**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-
|
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-
|
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 {
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '21.7.
|
2
|
+
module.exports = '21.7.2';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/perf",
|
3
|
-
"version": "21.7.
|
3
|
+
"version": "21.7.2",
|
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.
|
32
|
+
"@react-native-firebase/app": "21.7.2",
|
33
33
|
"expo": ">=47.0.0"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"expo": "^
|
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": "
|
46
|
+
"gitHead": "209b36e4b469355e4d024ecdeb6c875f8bd8a187"
|
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.
|
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"}
|