@react-native-firebase/ml 25.0.0 → 25.1.0
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
|
+
## [25.1.0](https://github.com/invertase/react-native-firebase/compare/v25.0.1...v25.1.0) (2026-06-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @react-native-firebase/ml
|
|
9
|
+
|
|
10
|
+
## [25.0.1](https://github.com/invertase/react-native-firebase/compare/v25.0.0...v25.0.1) (2026-06-23)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @react-native-firebase/ml
|
|
13
|
+
|
|
6
14
|
## [25.0.0](https://github.com/invertase/react-native-firebase/compare/v24.0.0...v25.0.0) (2026-06-23)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @react-native-firebase/ml
|
package/dist/module/version.js
CHANGED
|
@@ -5,7 +5,7 @@ type MLNamespace = ReactNativeFirebase.FirebaseModuleWithStaticsAndApp<FirebaseM
|
|
|
5
5
|
firebase: ReactNativeFirebase.Module;
|
|
6
6
|
app(name?: string): ReactNativeFirebase.FirebaseApp;
|
|
7
7
|
};
|
|
8
|
-
export declare const SDK_VERSION = "25.
|
|
8
|
+
export declare const SDK_VERSION = "25.1.0";
|
|
9
9
|
declare const defaultExport: MLNamespace;
|
|
10
10
|
export default defaultExport;
|
|
11
11
|
export declare const firebase: ReactNativeFirebase.FirebaseNamespacedExport<"ml", FirebaseMLTypes.Module, FirebaseMLTypes.Statics, true>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "25.
|
|
1
|
+
export declare const version = "25.1.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/lib/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '25.
|
|
2
|
+
export const version = '25.1.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-firebase/ml",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.1.0",
|
|
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": "./dist/module/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"image labeler"
|
|
28
28
|
],
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@react-native-firebase/app": "25.
|
|
30
|
+
"@react-native-firebase/app": "25.1.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"node_modules/",
|
|
67
67
|
"dist/"
|
|
68
68
|
],
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "e0a565d8a73a9b103d140ffacfb8876b30d8bdc5"
|
|
70
70
|
}
|