@react-native-firebase/in-app-messaging 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,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.3](https://github.com/invertase/react-native-firebase/compare/v21.7.2...v21.7.3) (2025-02-08)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/in-app-messaging
9
+
10
+ ## [21.7.2](https://github.com/invertase/react-native-firebase/compare/v21.7.1...v21.7.2) (2025-02-05)
11
+
12
+ **Note:** Version bump only for package @react-native-firebase/in-app-messaging
13
+
6
14
  ## [21.7.1](https://github.com/invertase/react-native-firebase/compare/v21.7.0...v21.7.1) (2025-01-20)
7
15
 
8
16
  **Note:** Version bump only for package @react-native-firebase/in-app-messaging
package/README.md CHANGED
@@ -45,7 +45,7 @@ yarn add @react-native-firebase/in-app-messaging
45
45
  ---
46
46
 
47
47
  <p>
48
- <img align="left" width="75px" src="https://static.invertase.io/assets/invertase-logo-small.png">
48
+ <img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
49
49
  <p align="left">
50
50
  Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
51
51
  </p>
package/lib/index.d.ts CHANGED
@@ -56,7 +56,7 @@ import { ReactNativeFirebase } from '@react-native-firebase/app';
56
56
  export namespace FirebaseInAppMessagingTypes {
57
57
  import FirebaseModule = ReactNativeFirebase.FirebaseModule;
58
58
 
59
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
59
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
60
60
  export interface Statics {}
61
61
 
62
62
  /**
@@ -167,7 +167,6 @@ export * from './modular';
167
167
  * Attach namespace to `firebase.` and `FirebaseApp.`.
168
168
  */
169
169
  declare module '@react-native-firebase/app' {
170
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
171
170
  namespace ReactNativeFirebase {
172
171
  import FirebaseModuleWithStatics = ReactNativeFirebase.FirebaseModuleWithStatics;
173
172
  interface Module {
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/in-app-messaging",
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 - Firebase In-App Messaging helps you engage your app's active users by sending them targeted, contextual messages that encourage them to use key app features. React Native Firebase provides support for both native Android & iOS integration with a simple JavaScript API.",
6
6
  "main": "lib/index.js",
@@ -27,11 +27,11 @@
27
27
  "inAppMessaging"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@react-native-firebase/analytics": "21.7.1",
31
- "@react-native-firebase/app": "21.7.1"
30
+ "@react-native-firebase/analytics": "21.7.3",
31
+ "@react-native-firebase/app": "21.7.3"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "a11363f77efa34b41cab2bc92ed9a700b814fd8d"
36
+ "gitHead": "e1446c8737b4df5067fcc4f99ca30b0a3afcc8e5"
37
37
  }