@react-native-firebase/crashlytics 21.14.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,13 @@
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
+
6
13
  ## [21.14.0](https://github.com/invertase/react-native-firebase/compare/v21.13.0...v21.14.0) (2025-04-14)
7
14
 
8
15
  **Note:** Version bump only for package @react-native-firebase/crashlytics
@@ -62,26 +62,26 @@ project.ext {
62
62
  android {
63
63
  def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION.tokenize('.')[0].toInteger()
64
64
  if (agpVersion >= 7) {
65
- namespace 'io.invertase.firebase.crashlytics'
65
+ namespace = 'io.invertase.firebase.crashlytics'
66
66
  }
67
67
 
68
68
  defaultConfig {
69
- multiDexEnabled true
69
+ multiDexEnabled = true
70
70
  }
71
71
 
72
72
  buildFeatures {
73
73
  // AGP 8 no longer builds config by default
74
- buildConfig true
74
+ buildConfig = true
75
75
  }
76
76
 
77
77
  lintOptions {
78
78
  disable 'GradleCompatible'
79
- abortOnError false
79
+ abortOnError = false
80
80
  }
81
81
  if (agpVersion < 8) {
82
82
  compileOptions {
83
- sourceCompatibility JavaVersion.VERSION_11
84
- targetCompatibility JavaVersion.VERSION_11
83
+ sourceCompatibility = JavaVersion.VERSION_11
84
+ targetCompatibility = JavaVersion.VERSION_11
85
85
  }
86
86
  }
87
87
  }
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.14.0';
2
+ module.exports = '22.0.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/crashlytics",
3
- "version": "21.14.0",
3
+ "version": "22.0.0",
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": "lib/index.js",
@@ -29,14 +29,14 @@
29
29
  "crashlytics"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@react-native-firebase/app": "21.14.0",
32
+ "@react-native-firebase/app": "22.0.0",
33
33
  "expo": ">=47.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "stacktrace-js": "^2.0.2"
37
37
  },
38
38
  "devDependencies": {
39
- "expo": "^52.0.35"
39
+ "expo": "^52.0.46"
40
40
  },
41
41
  "peerDependenciesMeta": {
42
42
  "expo": {
@@ -44,7 +44,8 @@
44
44
  }
45
45
  },
46
46
  "publishConfig": {
47
- "access": "public"
47
+ "access": "public",
48
+ "provenance": true
48
49
  },
49
- "gitHead": "7c7beaab9cf8a619927a33ef7a15b8000e2874c2"
50
+ "gitHead": "e9fee87b413c90e243347d5c60272f07f41d99b8"
50
51
  }
@@ -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"}