@trustchex/react-native-sdk 1.162.4 → 1.162.6
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustchex/react-native-sdk",
|
|
3
|
-
"version": "1.162.
|
|
3
|
+
"version": "1.162.6",
|
|
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",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"ios",
|
|
14
14
|
"android"
|
|
15
15
|
],
|
|
16
|
-
"homepage": "https://
|
|
16
|
+
"homepage": "https://docs.trustchex.com/docs/React%20Native%20SDK/intro",
|
|
17
17
|
"bugs": {
|
|
18
18
|
"url": "https://github.com/trustchex/trustchex/issues"
|
|
19
19
|
},
|
|
@@ -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
|
-
"
|
|
65
|
+
"publish": "npm publish --access public"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@commitlint/config-conventional": "^19.6.0",
|