@react-native-firebase/perf 21.13.0 → 22.0.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,17 @@
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
+ ## [22.0.0](https://github.com/invertase/react-native-firebase/compare/v21.14.0...v22.0.0) (2025-04-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **android:** use `=` assignment vs deprecated space-assignment ([39c2ecb](https://github.com/invertase/react-native-firebase/commit/39c2ecb0069a8a5a65b04fb7f86ccecf83273868))
11
+ - enable provenance signing during publish ([4535f0d](https://github.com/invertase/react-native-firebase/commit/4535f0d5756c89aeb8f8e772348c71d8176348be))
12
+
13
+ ## [21.14.0](https://github.com/invertase/react-native-firebase/compare/v21.13.0...v21.14.0) (2025-04-14)
14
+
15
+ **Note:** Version bump only for package @react-native-firebase/perf
16
+
6
17
  ## [21.13.0](https://github.com/invertase/react-native-firebase/compare/v21.12.3...v21.13.0) (2025-03-31)
7
18
 
8
19
  **Note:** Version bump only for package @react-native-firebase/perf
@@ -91,11 +91,11 @@ if (rootProject.ext && rootProject.ext.firebaseJson) {
91
91
  android {
92
92
  def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION.tokenize('.')[0].toInteger()
93
93
  if (agpVersion >= 7) {
94
- namespace 'io.invertase.firebase.perf'
94
+ namespace = 'io.invertase.firebase.perf'
95
95
  }
96
96
 
97
97
  defaultConfig {
98
- multiDexEnabled true
98
+ multiDexEnabled = true
99
99
  manifestPlaceholders = [
100
100
  firebaseJsonAutoCollectionEnabled: dataCollectionEnabled,
101
101
  firebaseJsonCollectionDeactivated: collectionDeactivated
@@ -104,18 +104,18 @@ android {
104
104
 
105
105
  buildFeatures {
106
106
  // AGP 8 no longer builds config by default
107
- buildConfig true
107
+ buildConfig = true
108
108
  }
109
109
 
110
110
  lintOptions {
111
111
  disable 'GradleCompatible'
112
- abortOnError false
112
+ abortOnError = false
113
113
  }
114
114
 
115
115
  if (agpVersion < 8) {
116
116
  compileOptions {
117
- sourceCompatibility JavaVersion.VERSION_11
118
- targetCompatibility JavaVersion.VERSION_11
117
+ sourceCompatibility = JavaVersion.VERSION_11
118
+ targetCompatibility = JavaVersion.VERSION_11
119
119
  }
120
120
  }
121
121
 
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.13.0';
2
+ module.exports = '22.0.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/perf",
3
- "version": "21.13.0",
3
+ "version": "22.0.0",
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": "lib/index.js",
@@ -29,11 +29,11 @@
29
29
  "performance monitoring"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@react-native-firebase/app": "21.13.0",
32
+ "@react-native-firebase/app": "22.0.0",
33
33
  "expo": ">=47.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "expo": "^52.0.35"
36
+ "expo": "^52.0.46"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "expo": {
@@ -41,7 +41,8 @@
41
41
  }
42
42
  },
43
43
  "publishConfig": {
44
- "access": "public"
44
+ "access": "public",
45
+ "provenance": true
45
46
  },
46
- "gitHead": "d4d02d15431a0be091a7417833e0180479f5e788"
47
+ "gitHead": "e9fee87b413c90e243347d5c60272f07f41d99b8"
47
48
  }
@@ -1 +1 @@
1
- {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.7.3"}
1
+ {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.8.3"}