@react-native-firebase/crashlytics 26.3.2 → 26.3.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,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.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **ios:** align TurboModule constants return type with generated spec ([c79e1d2](https://github.com/invertase/react-native-firebase/commit/c79e1d2bc43b00a6ef61d38a294feceaed447740)), closes [#9212](https://github.com/invertase/react-native-firebase/issues/9212)
11
+
12
+ ### Reverts
13
+
14
+ - Revert "chore(release): release packages" ([0a85268](https://github.com/invertase/react-native-firebase/commit/0a85268ae21c706cf1392eaa5b088e85c3273cb7))
15
+
6
16
  ## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)
7
17
 
8
18
  **Note:** Version bump only for package @react-native-firebase/crashlytics
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '26.3.2';
4
+ export const version = '26.3.3';
5
5
  //# sourceMappingURL=version.js.map
@@ -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.2";
4
+ export declare const SDK_VERSION = "26.3.3";
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.2";
1
+ export declare const version = "26.3.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -65,13 +65,11 @@ RCT_EXPORT_MODULE(NativeRNFBTurboCrashlytics)
65
65
  return constants;
66
66
  }
67
67
 
68
- - (facebook::react::ModuleConstants<JS::NativeRNFBTurboCrashlytics::Constants::Builder>)
69
- constantsToExport {
68
+ - (facebook::react::ModuleConstants<JS::NativeRNFBTurboCrashlytics::Constants>)constantsToExport {
70
69
  return [_RCTTypedModuleConstants newWithUnsafeDictionary:[self crashlyticsConstantsDictionary]];
71
70
  }
72
71
 
73
- - (facebook::react::ModuleConstants<JS::NativeRNFBTurboCrashlytics::Constants::Builder>)
74
- getConstants {
72
+ - (facebook::react::ModuleConstants<JS::NativeRNFBTurboCrashlytics::Constants>)getConstants {
75
73
  return [self constantsToExport];
76
74
  }
77
75
 
package/lib/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '26.3.2';
2
+ export const version = '26.3.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/crashlytics",
3
- "version": "26.3.2",
3
+ "version": "26.3.3",
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",
@@ -48,14 +48,14 @@
48
48
  "crashlytics"
49
49
  ],
50
50
  "peerDependencies": {
51
- "@react-native-firebase/app": "26.3.2",
51
+ "@react-native-firebase/app": "26.3.3",
52
52
  "expo": ">=47.0.0"
53
53
  },
54
54
  "dependencies": {
55
55
  "stacktrace-js": "^2.0.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@react-native-firebase/app": "26.3.2",
58
+ "@react-native-firebase/app": "26.3.3",
59
59
  "expo": "^55.0.18",
60
60
  "react-native-builder-bob": "^0.41.0",
61
61
  "typescript": "^6.0.3"
@@ -103,5 +103,5 @@
103
103
  ]
104
104
  ]
105
105
  },
106
- "gitHead": "4ef21d038c5b372e67508265a5c3391a07c91fde"
106
+ "gitHead": "04b90008385bf69be74f3a333d0dfea43ba32e64"
107
107
  }