@hawcx/react-native-sdk 1.1.0 → 1.1.1
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 +9 -3
- package/README.md +1 -3
- package/android/build.gradle +1 -1
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/HawcxFramework +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Info.plist +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/HawcxFramework +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Info.plist +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios-simulator.swiftmodule +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/x86_64-apple-ios-simulator.swiftmodule +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/_CodeSignature/CodeResources +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [1.1.
|
|
4
|
-
-
|
|
3
|
+
## [1.1.1] - 2026-04-12
|
|
4
|
+
- Refresh the bundled iOS Hawcx framework to native iOS SDK `6.0.3`.
|
|
5
|
+
- Fix iOS consumer builds by shipping compiled Swift module binaries in the vendored XCFramework.
|
|
6
|
+
|
|
7
|
+
## [1.1.0] - 2026-04-12
|
|
8
|
+
- Add the public V6 adaptive authentication flow for React Native.
|
|
9
|
+
- Ship V6-ready example apps, docs, and README guidance across iOS and Android.
|
|
10
|
+
- Publish `HawcxReactNative` to CocoaPods in addition to the npm package release.
|
|
5
11
|
|
|
6
12
|
## [1.0.8] - 2026-01-21
|
|
7
13
|
- Android biometrics restriction issue fixed
|
|
@@ -23,4 +29,4 @@
|
|
|
23
29
|
|
|
24
30
|
## [0.0.1] - 2025-11-15
|
|
25
31
|
- Initial React Native bridge for Hawcx V5 authentication
|
|
26
|
-
- Added HawcxClient helpers, hooks, push support, and example app
|
|
32
|
+
- Added HawcxClient helpers, hooks, push support, and example app
|
package/README.md
CHANGED
|
@@ -24,11 +24,9 @@ migration.
|
|
|
24
24
|
Add the package:
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
npm install @hawcx/react-native-sdk
|
|
27
|
+
npm install @hawcx/react-native-sdk@1.1.1
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
Pin to the released version your team has approved for production.
|
|
31
|
-
|
|
32
30
|
### iOS
|
|
33
31
|
|
|
34
32
|
Install pods after adding the package:
|
package/android/build.gradle
CHANGED
|
@@ -22,7 +22,7 @@ def safeExtGet(prop, fallback) {
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
group = 'com.hawcx.reactnative'
|
|
25
|
-
version = project.findProperty('HAWCX_REACT_NATIVE_ANDROID_VERSION') ?: '1.1.
|
|
25
|
+
version = project.findProperty('HAWCX_REACT_NATIVE_ANDROID_VERSION') ?: '1.1.1'
|
|
26
26
|
|
|
27
27
|
repositories {
|
|
28
28
|
mavenCentral()
|
package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/HawcxFramework
CHANGED
|
Binary file
|
package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Info.plist
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hawcx/react-native-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "React Native SDK that wraps the Hawcx iOS and Android SDKs for secure mobile authentication across V5 and V6 flows.",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|