@react-native-firebase/messaging 21.7.1 → 21.7.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/lib/index.d.ts +0 -1
- package/lib/version.js +1 -1
- package/package.json +4 -4
- package/plugin/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
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/messaging
|
9
|
+
|
6
10
|
## [21.7.1](https://github.com/invertase/react-native-firebase/compare/v21.7.0...v21.7.1) (2025-01-20)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @react-native-firebase/messaging
|
package/README.md
CHANGED
@@ -53,7 +53,7 @@ yarn add @react-native-firebase/messaging
|
|
53
53
|
----
|
54
54
|
|
55
55
|
<p>
|
56
|
-
<img align="left" width="75px" src="https://static.invertase.io/assets/invertase-
|
56
|
+
<img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
|
57
57
|
<p align="left">
|
58
58
|
Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
|
59
59
|
</p>
|
package/lib/index.d.ts
CHANGED
@@ -1181,7 +1181,6 @@ export default defaultExport;
|
|
1181
1181
|
* Attach namespace to `firebase.` and `FirebaseApp.`.
|
1182
1182
|
*/
|
1183
1183
|
declare module '@react-native-firebase/app' {
|
1184
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
1185
1184
|
namespace ReactNativeFirebase {
|
1186
1185
|
import FirebaseModuleWithStatics = ReactNativeFirebase.FirebaseModuleWithStatics;
|
1187
1186
|
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/messaging",
|
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 of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.",
|
6
6
|
"main": "lib/index.js",
|
@@ -24,11 +24,11 @@
|
|
24
24
|
"messaging"
|
25
25
|
],
|
26
26
|
"peerDependencies": {
|
27
|
-
"@react-native-firebase/app": "21.7.
|
27
|
+
"@react-native-firebase/app": "21.7.2",
|
28
28
|
"expo": ">=47.0.0"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"expo": "^
|
31
|
+
"expo": "^52.0.30"
|
32
32
|
},
|
33
33
|
"peerDependenciesMeta": {
|
34
34
|
"expo": {
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"publishConfig": {
|
39
39
|
"access": "public"
|
40
40
|
},
|
41
|
-
"gitHead": "
|
41
|
+
"gitHead": "209b36e4b469355e4d024ecdeb6c875f8bd8a187"
|
42
42
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"root":["./src/index.ts","./src/android/index.ts","./src/android/setupFirebaseNotifationIcon.ts"],"version":"5.
|
1
|
+
{"root":["./src/index.ts","./src/android/index.ts","./src/android/setupFirebaseNotifationIcon.ts"],"version":"5.7.3"}
|