@react-native-firebase/ml 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 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/ml
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/ml
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/ml
package/README.md CHANGED
@@ -93,7 +93,7 @@ yarn add @react-native-firebase/ml
93
93
  ---
94
94
 
95
95
  <p>
96
- <img align="left" width="75px" src="https://static.invertase.io/assets/invertase-logo-small.png">
96
+ <img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
97
97
  <p align="left">
98
98
  Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
99
99
  </p>
package/lib/index.d.ts CHANGED
@@ -55,7 +55,7 @@ import { ReactNativeFirebase } from '@react-native-firebase/app';
55
55
  export namespace FirebaseMLTypes {
56
56
  import FirebaseModule = ReactNativeFirebase.FirebaseModule;
57
57
 
58
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
58
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
59
59
  export interface Statics {}
60
60
 
61
61
  export class Module extends FirebaseModule {}
@@ -79,7 +79,6 @@ export * from './modular';
79
79
  * Attach namespace to `firebase.` and `FirebaseApp.`.
80
80
  */
81
81
  declare module '@react-native-firebase/app' {
82
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
83
82
  namespace ReactNativeFirebase {
84
83
  import FirebaseModuleWithStaticsAndApp = ReactNativeFirebase.FirebaseModuleWithStaticsAndApp;
85
84
  interface Module {
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.7.0';
2
+ module.exports = '21.7.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/ml",
3
- "version": "21.7.0",
3
+ "version": "21.7.2",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - Firebase ML brings the power of machine learning vision to your React Native application, supporting both Android & iOS.",
6
6
  "main": "lib/index.js",
@@ -26,10 +26,10 @@
26
26
  "image labeler"
27
27
  ],
28
28
  "peerDependencies": {
29
- "@react-native-firebase/app": "21.7.0"
29
+ "@react-native-firebase/app": "21.7.2"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "c027ef2d772882c091383b7ff81b65573f549b5d"
34
+ "gitHead": "209b36e4b469355e4d024ecdeb6c875f8bd8a187"
35
35
  }