@react-native-firebase/crashlytics 26.3.0 → 26.3.2
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,16 @@
|
|
|
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
|
+
## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @react-native-firebase/crashlytics
|
|
9
|
+
|
|
10
|
+
## [26.3.1](https://github.com/invertase/react-native-firebase/compare/v26.3.0...v26.3.1) (2026-08-20)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- restore tokenless npm OIDC publishing ([f601644](https://github.com/invertase/react-native-firebase/commit/f60164462f6de612b20192dde4b154e1c1d6afc7))
|
|
15
|
+
|
|
6
16
|
## [26.3.0](https://github.com/invertase/react-native-firebase/compare/v26.2.0...v26.3.0) (2026-08-20)
|
|
7
17
|
|
|
8
18
|
### Bug Fixes
|
package/dist/module/version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { FirebaseApp } from '@react-native-firebase/app';
|
|
2
2
|
import './types/internal';
|
|
3
3
|
import type { Crashlytics } from './types/crashlytics';
|
|
4
|
-
export declare const SDK_VERSION = "26.3.
|
|
4
|
+
export declare const SDK_VERSION = "26.3.2";
|
|
5
5
|
export declare function getCrashlytics(app?: FirebaseApp): Crashlytics;
|
|
6
6
|
export declare function checkForUnsentReports(crashlytics: Crashlytics): Promise<boolean>;
|
|
7
7
|
export declare function deleteUnsentReports(crashlytics: Crashlytics): Promise<void>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "26.3.
|
|
1
|
+
export declare const version = "26.3.2";
|
|
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 = '26.3.
|
|
2
|
+
export const version = '26.3.2';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-firebase/crashlytics",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.2",
|
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
5
5
|
"description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.",
|
|
6
6
|
"main": "./dist/module/index.js",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "https://github.com/invertase/react-native-firebase
|
|
35
|
+
"url": "https://github.com/invertase/react-native-firebase",
|
|
36
|
+
"directory": "packages/crashlytics"
|
|
36
37
|
},
|
|
37
38
|
"license": "Apache-2.0",
|
|
38
39
|
"keywords": [
|
|
@@ -47,14 +48,14 @@
|
|
|
47
48
|
"crashlytics"
|
|
48
49
|
],
|
|
49
50
|
"peerDependencies": {
|
|
50
|
-
"@react-native-firebase/app": "26.3.
|
|
51
|
+
"@react-native-firebase/app": "26.3.2",
|
|
51
52
|
"expo": ">=47.0.0"
|
|
52
53
|
},
|
|
53
54
|
"dependencies": {
|
|
54
55
|
"stacktrace-js": "^2.0.2"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
|
-
"@react-native-firebase/app": "26.3.
|
|
58
|
+
"@react-native-firebase/app": "26.3.2",
|
|
58
59
|
"expo": "^55.0.18",
|
|
59
60
|
"react-native-builder-bob": "^0.41.0",
|
|
60
61
|
"typescript": "^6.0.3"
|
|
@@ -102,5 +103,5 @@
|
|
|
102
103
|
]
|
|
103
104
|
]
|
|
104
105
|
},
|
|
105
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "4ef21d038c5b372e67508265a5c3391a07c91fde"
|
|
106
107
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/app.plugin.ts","./src/index.ts","./src/android/
|
|
1
|
+
{"root":["./src/app.plugin.ts","./src/index.ts","./src/android/applyplugin.ts","./src/android/buildscriptdependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"6.0.3"}
|