@trustchex/react-native-sdk 1.161.0 → 1.162.4
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/LICENSE +2 -2
- package/README.md +2 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -27,7 +27,7 @@ You may NOT:
|
|
|
27
27
|
|
|
28
28
|
COMMERCIAL USE:
|
|
29
29
|
Commercial use of this Software requires a separate commercial license agreement.
|
|
30
|
-
Contact Trustchex at <
|
|
30
|
+
Contact Trustchex at <support@trustchex.com> for licensing terms and pricing.
|
|
31
31
|
|
|
32
32
|
OWNERSHIP:
|
|
33
33
|
Trustchex retains all right, title, and interest in and to the Software, including
|
|
@@ -46,4 +46,4 @@ This license is effective until terminated. Your rights under this license will
|
|
|
46
46
|
terminate automatically without notice if you fail to comply with any term(s) of
|
|
47
47
|
this license.
|
|
48
48
|
|
|
49
|
-
For licensing inquiries, contact: <
|
|
49
|
+
For licensing inquiries, contact: <support@trustchex.com>
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
React Native SDK for KYC and identity verification with document scanning, facial recognition, liveness detection, and NFC eID support.
|
|
4
4
|
|
|
5
|
-
> **⚠️ Commercial License Required** - Contact [
|
|
5
|
+
> **⚠️ Commercial License Required** - Contact [support@trustchex.com](mailto:support@trustchex.com) for licensing.
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
@@ -220,4 +220,4 @@ const [baseUrl, sessionId] = handleDeepLink({
|
|
|
220
220
|
|
|
221
221
|
## License
|
|
222
222
|
|
|
223
|
-
Commercial license required. Contact [
|
|
223
|
+
Commercial license required. Contact [support@trustchex.com](mailto:support@trustchex.com) for pricing.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustchex/react-native-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.162.4",
|
|
4
4
|
"description": "Trustchex mobile app react native SDK for android or ios devices",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"url": "git+https://github.com/trustchex/trustchex.git"
|
|
23
23
|
},
|
|
24
24
|
"license": "SEE LICENSE IN LICENSE",
|
|
25
|
-
"author": "Trustchex <
|
|
25
|
+
"author": "Trustchex <support@trustchex.com> (https://trustchex.com)",
|
|
26
26
|
"type": "commonjs",
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|