@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 CHANGED
@@ -1,7 +1,13 @@
1
1
  # Changelog
2
2
 
3
- ## [1.1.0] - YYYY-MM-DD
4
- - TODO: add release notes
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:
@@ -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.0'
25
+ version = project.findProperty('HAWCX_REACT_NATIVE_ANDROID_VERSION') ?: '1.1.1'
26
26
 
27
27
  repositories {
28
28
  mavenCentral()
@@ -10,7 +10,7 @@
10
10
  </data>
11
11
  <key>Info.plist</key>
12
12
  <data>
13
- qsU/iUUf7sYfApgoapeWAYoZc0w=
13
+ DtGZDypKI9W4rGyyoBq9vKeLZMU=
14
14
  </data>
15
15
  <key>Modules/HawcxFramework.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
16
16
  <data>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawcx/react-native-sdk",
3
- "version": "1.1.0",
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",