@hawcx/react-native-sdk 1.0.5 → 1.0.7

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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7] - YYYY-MM-DD
4
+ - TODO: add release notes
5
+
6
+ ## [1.0.6] - YYYY-MM-DD
7
+ - TODO: add release notes
8
+
3
9
  ## [1.0.5] - YYYY-MM-DD
4
10
  - TODO: add release notes
5
11
 
package/README.md CHANGED
@@ -11,7 +11,7 @@ Official React Native bindings for the Hawcx V5 mobile authentication platform.
11
11
  ## Installation
12
12
 
13
13
  ```bash
14
- npm install @hawcx/react-native-sdk@1.0.4
14
+ npm install @hawcx/react-native-sdk@1.0.7
15
15
  # or yarn add @hawcx/react-native-sdk
16
16
  ```
17
17
 
@@ -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.0.5'
25
+ version = project.findProperty('HAWCX_REACT_NATIVE_ANDROID_VERSION') ?: '1.0.7'
26
26
 
27
27
  repositories {
28
28
  mavenCentral()
@@ -124,7 +124,7 @@ afterEvaluate {
124
124
  }
125
125
 
126
126
  dependencies {
127
- api("api.hawcx:hawcx:1.0.5")
127
+ api("api.hawcx:hawcx:5.1.2")
128
128
  def reactNativeVersion = safeExtGet('reactNativeAndroidVersion', '0.73.9')
129
129
  implementation "com.facebook.react:react-android:$reactNativeVersion"
130
130
  implementation 'androidx.annotation:annotation:1.8.1'
package/docs/RELEASE.md CHANGED
@@ -68,7 +68,6 @@ This document outlines every command, directory, and deliverable required to pub
68
68
  npm run ios or npm run ios -- --no-packager
69
69
  For android:
70
70
  cd example/android: ./gradlew clean
71
- cd ..
72
71
  npm run android
73
72
  # Use your dev credentials in example/src/hawcx.config.ts
74
73
  cd ..
@@ -11,7 +11,7 @@ PODS:
11
11
  - ReactCommon/turbomodule/core (= 0.73.9)
12
12
  - fmt (6.2.1)
13
13
  - glog (0.3.5)
14
- - HawcxReactNative (1.0.5):
14
+ - HawcxReactNative (1.0.7):
15
15
  - React-Core
16
16
  - hermes-engine (0.73.9):
17
17
  - hermes-engine/Pre-built (= 0.73.9)
@@ -1236,7 +1236,7 @@ SPEC CHECKSUMS:
1236
1236
  FBReactNativeSpec: 4fe1d8c2fadc7949344b197d933f76b40401aac5
1237
1237
  fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
1238
1238
  glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1239
- HawcxReactNative: c2a3ba90ac5c2054471b187a44676bc0864532e1
1239
+ HawcxReactNative: a68fa54f0e00f0e72d9c834df3808fc27b2f0e4d
1240
1240
  hermes-engine: ed62e0dcd013bf4a3b487f164feec1c4e705b5b5
1241
1241
  libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
1242
1242
  RCT-Folly: cd21f1661364f975ae76b3308167ad66b09f53f5
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "hawcx-react-native-sdk-example",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "hawcx-react-native-sdk-example",
9
- "version": "1.0.5",
9
+ "version": "1.0.7",
10
10
  "dependencies": {
11
- "@hawcx/react-native-sdk": "file:..",
11
+ "@hawcx/react-native-sdk": "1.0.7",
12
12
  "react": "18.2.0",
13
13
  "react-native": "0.73.9",
14
14
  "react-native-safe-area-context": "4.10.5",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "..": {
31
31
  "name": "@hawcx/react-native-sdk",
32
- "version": "1.0.5",
32
+ "version": "1.0.7",
33
33
  "license": "MIT",
34
34
  "devDependencies": {
35
35
  "@react-native/eslint-config": "^0.74.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hawcx-react-native-sdk-example",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "start": "react-native start",
@@ -9,7 +9,7 @@
9
9
  "lint": "eslint . --ext .js,.ts,.tsx"
10
10
  },
11
11
  "dependencies": {
12
- "@hawcx/react-native-sdk": "file:..",
12
+ "@hawcx/react-native-sdk": "1.0.7",
13
13
  "react": "18.2.0",
14
14
  "react-native": "0.73.9",
15
15
  "react-native-safe-area-context": "4.10.5",
@@ -8,32 +8,32 @@
8
8
  <key>BinaryPath</key>
9
9
  <string>HawcxFramework.framework/HawcxFramework</string>
10
10
  <key>LibraryIdentifier</key>
11
- <string>ios-arm64_x86_64-simulator</string>
11
+ <string>ios-arm64</string>
12
12
  <key>LibraryPath</key>
13
13
  <string>HawcxFramework.framework</string>
14
14
  <key>SupportedArchitectures</key>
15
15
  <array>
16
16
  <string>arm64</string>
17
- <string>x86_64</string>
18
17
  </array>
19
18
  <key>SupportedPlatform</key>
20
19
  <string>ios</string>
21
- <key>SupportedPlatformVariant</key>
22
- <string>simulator</string>
23
20
  </dict>
24
21
  <dict>
25
22
  <key>BinaryPath</key>
26
23
  <string>HawcxFramework.framework/HawcxFramework</string>
27
24
  <key>LibraryIdentifier</key>
28
- <string>ios-arm64</string>
25
+ <string>ios-arm64_x86_64-simulator</string>
29
26
  <key>LibraryPath</key>
30
27
  <string>HawcxFramework.framework</string>
31
28
  <key>SupportedArchitectures</key>
32
29
  <array>
33
30
  <string>arm64</string>
31
+ <string>x86_64</string>
34
32
  </array>
35
33
  <key>SupportedPlatform</key>
36
34
  <string>ios</string>
35
+ <key>SupportedPlatformVariant</key>
36
+ <string>simulator</string>
37
37
  </dict>
38
38
  </array>
39
39
  <key>CFBundlePackageType</key>
@@ -30,7 +30,7 @@
30
30
  </data>
31
31
  <key>Modules/HawcxFramework.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
32
32
  <data>
33
- 0CaPfQzJAqsjO3rH/08rndqU0gA=
33
+ v8spgCO5RCScNkLyrROujHaQ3ZY=
34
34
  </data>
35
35
  <key>Modules/HawcxFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
36
36
  <data>
@@ -50,7 +50,7 @@
50
50
  </data>
51
51
  <key>Modules/HawcxFramework.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
52
52
  <data>
53
- T/gTLbN+OqQsCyiniDo4/+xzyso=
53
+ B5CYP1lvwoBP/QhlrEtb15Zqnlg=
54
54
  </data>
55
55
  <key>Modules/module.modulemap</key>
56
56
  <data>
@@ -98,7 +98,7 @@
98
98
  <dict>
99
99
  <key>hash2</key>
100
100
  <data>
101
- S9wArO7pPKtxq0OBVrjo8v5CQllidJHMtXfoUulzyCo=
101
+ Adr3+OhrQwksqJjW0mqkN+gkEpJumRTpivDzur2ayHw=
102
102
  </data>
103
103
  </dict>
104
104
  <key>Modules/HawcxFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
@@ -133,7 +133,7 @@
133
133
  <dict>
134
134
  <key>hash2</key>
135
135
  <data>
136
- Wi4l5uboGxmiQshbl5RjLA/jcdEj67rpTatY+yw/pO0=
136
+ yj+CbdOVcCuCjCr2YKuJ50nTQkjPuO38POrkoJOaIiI=
137
137
  </data>
138
138
  </dict>
139
139
  <key>Modules/module.modulemap</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawcx/react-native-sdk",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "React Native SDK that wraps the Hawcx V5 iOS framework for secure mobile authentication.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",