@react-native-firebase/perf 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/perf
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
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '26.3.0';
4
+ export const version = '26.3.2';
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.0";
4
+ export declare const SDK_VERSION = "26.3.2";
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.0";
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.0';
2
+ export const version = '26.3.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/perf",
3
- "version": "26.3.0",
3
+ "version": "26.3.2",
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",
@@ -32,7 +32,8 @@
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "https://github.com/invertase/react-native-firebase/tree/main/packages/perf"
35
+ "url": "https://github.com/invertase/react-native-firebase",
36
+ "directory": "packages/perf"
36
37
  },
37
38
  "license": "Apache-2.0",
38
39
  "keywords": [
@@ -47,11 +48,11 @@
47
48
  "performance monitoring"
48
49
  ],
49
50
  "peerDependencies": {
50
- "@react-native-firebase/app": "26.3.0",
51
+ "@react-native-firebase/app": "26.3.2",
51
52
  "expo": ">=47.0.0"
52
53
  },
53
54
  "devDependencies": {
54
- "@react-native-firebase/app": "26.3.0",
55
+ "@react-native-firebase/app": "26.3.2",
55
56
  "expo": "^55.0.18",
56
57
  "react-native-builder-bob": "^0.40.13"
57
58
  },
@@ -102,5 +103,5 @@
102
103
  "node_modules/",
103
104
  "dist/"
104
105
  ],
105
- "gitHead": "12a52d40c0d156d05a16f4b49eb0e507c0f5d8c5"
106
+ "gitHead": "4ef21d038c5b372e67508265a5c3391a07c91fde"
106
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"}