@prelude.so/react-native-sdk 0.4.0 → 0.5.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 +4 -0
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Prelude React Native SDK Change Log
|
|
4
4
|
|
|
5
|
+
## [0.5.0] - 2026-04-17
|
|
6
|
+
|
|
7
|
+
- Update native Android SDK to version 0.5.0 and iOS SDK to version 0.5.0. These updates include improved Silent Network Authentication per carrier configuration, stronger device signals, and an improved signal dispatch algorithm.
|
|
8
|
+
|
|
5
9
|
## [0.4.0] - 2026-02-18
|
|
6
10
|
|
|
7
11
|
- Update native Android SDK to version 0.4.1 and iOS SDK to version 0.4.0. These updates include auto-retries during Silent Network Authentication redirection flow, optimized signals collection, and general performance improvements.
|
package/android/build.gradle
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prelude.so/react-native-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Prelude SDK for React Native",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"react-native": "*"
|
|
55
55
|
},
|
|
56
56
|
"so_prelude": {
|
|
57
|
-
"apple_sdk_tag": "0.
|
|
57
|
+
"apple_sdk_tag": "0.5.0"
|
|
58
58
|
}
|
|
59
59
|
}
|