@react-native-firebase/perf 21.14.0 → 22.1.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 +11 -0
- package/android/build.gradle +6 -6
- package/lib/version.js +1 -1
- package/package.json +6 -5
- package/plugin/tsconfig.tsbuildinfo +1 -1
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.1.0](https://github.com/invertase/react-native-firebase/compare/v22.0.0...v22.1.0) (2025-04-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @react-native-firebase/perf
|
9
|
+
|
10
|
+
## [22.0.0](https://github.com/invertase/react-native-firebase/compare/v21.14.0...v22.0.0) (2025-04-25)
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
- **android:** use `=` assignment vs deprecated space-assignment ([39c2ecb](https://github.com/invertase/react-native-firebase/commit/39c2ecb0069a8a5a65b04fb7f86ccecf83273868))
|
15
|
+
- enable provenance signing during publish ([4535f0d](https://github.com/invertase/react-native-firebase/commit/4535f0d5756c89aeb8f8e772348c71d8176348be))
|
16
|
+
|
6
17
|
## [21.14.0](https://github.com/invertase/react-native-firebase/compare/v21.13.0...v21.14.0) (2025-04-14)
|
7
18
|
|
8
19
|
**Note:** Version bump only for package @react-native-firebase/perf
|
package/android/build.gradle
CHANGED
@@ -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 = '
|
2
|
+
module.exports = '22.1.0';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/perf",
|
3
|
-
"version": "
|
3
|
+
"version": "22.1.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": "
|
32
|
+
"@react-native-firebase/app": "22.1.0",
|
33
33
|
"expo": ">=47.0.0"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"expo": "^52.0.
|
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": "
|
47
|
+
"gitHead": "af6096ed9df878f0f169e899564b0aab68d396e5"
|
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.
|
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"}
|