@trustchex/react-native-sdk 1.161.0 → 1.162.3

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.
Files changed (3) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +2 -2
  3. package/package.json +3 -3
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 <info@trustchex.com> for licensing terms and pricing.
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: <info@trustchex.com>
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 [info@trustchex.com](mailto:info@trustchex.com) for licensing.
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 [info@trustchex.com](mailto:info@trustchex.com) for pricing.
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.161.0",
3
+ "version": "1.162.3",
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 <info@trustchex.com> (https://trustchex.com)",
25
+ "author": "Trustchex <support@trustchex.com> (https://trustchex.com)",
26
26
  "type": "commonjs",
27
27
  "exports": {
28
28
  ".": {
@@ -62,7 +62,7 @@
62
62
  "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib && npm run clean -w example",
63
63
  "prepare": "bob build",
64
64
  "release": "release-it --only-version",
65
- "pack-it": "del-cli dist && mkdir -p dist && yarn prepare && yarn pack --filename dist/trustchex-react-native-sdk-$(node -p \"require('../package.json').version\").tgz"
65
+ "publish": "npm publish --access public"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@commitlint/config-conventional": "^19.6.0",