@react-native-firebase/analytics 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/analytics
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/analytics
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
  ### Bug Fixes
package/README.md CHANGED
@@ -54,7 +54,7 @@ yarn add @react-native-firebase/analytics
54
54
  ---
55
55
 
56
56
  <p>
57
- <img align="left" width="75px" src="https://static.invertase.io/assets/invertase-logo-small.png">
57
+ <img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
58
58
  <p align="left">
59
59
  Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
60
60
  </p>
package/lib/index.d.ts CHANGED
@@ -684,7 +684,7 @@ export namespace FirebaseAnalyticsTypes {
684
684
  // search_term: string;
685
685
  // }
686
686
 
687
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
687
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
688
688
  export interface Statics {}
689
689
 
690
690
  /**
@@ -1886,7 +1886,6 @@ export default defaultExport;
1886
1886
  * Attach namespace to `firebase.` and `FirebaseApp.`.
1887
1887
  */
1888
1888
  declare module '@react-native-firebase/app' {
1889
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
1890
1889
  namespace ReactNativeFirebase {
1891
1890
  import FirebaseModuleWithStatics = ReactNativeFirebase.FirebaseModuleWithStatics;
1892
1891
 
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/analytics",
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 - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.",
6
6
  "main": "lib/index.js",
@@ -22,7 +22,7 @@
22
22
  "analytics"
23
23
  ],
24
24
  "peerDependencies": {
25
- "@react-native-firebase/app": "21.7.1"
25
+ "@react-native-firebase/app": "21.7.3"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"
@@ -30,5 +30,5 @@
30
30
  "dependencies": {
31
31
  "superstruct": "^2.0.2"
32
32
  },
33
- "gitHead": "a11363f77efa34b41cab2bc92ed9a700b814fd8d"
33
+ "gitHead": "e1446c8737b4df5067fcc4f99ca30b0a3afcc8e5"
34
34
  }