@react-native-firebase/perf 26.3.1 → 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,20 @@
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
+
16
+ ## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)
17
+
18
+ **Note:** Version bump only for package @react-native-firebase/perf
19
+
6
20
  ## [26.3.1](https://github.com/invertase/react-native-firebase/compare/v26.3.0...v26.3.1) (2026-08-20)
7
21
 
8
22
  ### Bug Fixes
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '26.3.1';
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 { FirebasePerformance, HttpMetric, HttpMethod, PerformanceSettings, PerformanceTrace, ScreenTrace } from './types/perf';
4
- export declare const SDK_VERSION = "26.3.1";
4
+ export declare const SDK_VERSION = "26.3.3";
5
5
  export declare function getPerformance(app?: FirebaseApp): FirebasePerformance;
6
6
  /**
7
7
  * Creates a Performance Monitoring instance and applies optional settings.
@@ -1,2 +1,2 @@
1
- export declare const version = "26.3.1";
1
+ export declare const version = "26.3.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -97,11 +97,11 @@ RCT_EXPORT_MODULE(NativeRNFBTurboPerf)
97
97
  return constants;
98
98
  }
99
99
 
100
- - (facebook::react::ModuleConstants<JS::NativeRNFBTurboPerf::Constants::Builder>)constantsToExport {
100
+ - (facebook::react::ModuleConstants<JS::NativeRNFBTurboPerf::Constants>)constantsToExport {
101
101
  return [_RCTTypedModuleConstants newWithUnsafeDictionary:[self perfConstantsDictionary]];
102
102
  }
103
103
 
104
- - (facebook::react::ModuleConstants<JS::NativeRNFBTurboPerf::Constants::Builder>)getConstants {
104
+ - (facebook::react::ModuleConstants<JS::NativeRNFBTurboPerf::Constants>)getConstants {
105
105
  return [self constantsToExport];
106
106
  }
107
107
 
package/lib/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '26.3.1';
2
+ export const version = '26.3.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/perf",
3
- "version": "26.3.1",
3
+ "version": "26.3.3",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
6
6
  "main": "./dist/module/index.js",
@@ -48,11 +48,11 @@
48
48
  "performance monitoring"
49
49
  ],
50
50
  "peerDependencies": {
51
- "@react-native-firebase/app": "26.3.1",
51
+ "@react-native-firebase/app": "26.3.3",
52
52
  "expo": ">=47.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@react-native-firebase/app": "26.3.1",
55
+ "@react-native-firebase/app": "26.3.3",
56
56
  "expo": "^55.0.18",
57
57
  "react-native-builder-bob": "^0.40.13"
58
58
  },
@@ -103,5 +103,5 @@
103
103
  "node_modules/",
104
104
  "dist/"
105
105
  ],
106
- "gitHead": "af89e2709dc13a1f312d1a31881094c499d82581"
106
+ "gitHead": "04b90008385bf69be74f3a333d0dfea43ba32e64"
107
107
  }
@@ -1 +1 @@
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"}
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"}