@trustchex/react-native-sdk 1.495.5 → 1.495.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/lib/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.495.
|
|
1
|
+
export declare const SDK_VERSION = "1.495.7";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustchex/react-native-sdk",
|
|
3
|
-
"version": "1.495.
|
|
3
|
+
"version": "1.495.7",
|
|
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",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@eslint/compat": "^1.2.7",
|
|
104
104
|
"@eslint/eslintrc": "^3.3.0",
|
|
105
105
|
"@eslint/js": "^9.22.0",
|
|
106
|
-
"@react-native-community/cli": "18.0.
|
|
106
|
+
"@react-native-community/cli": "18.0.1",
|
|
107
107
|
"@react-native/babel-preset": "0.79.7",
|
|
108
108
|
"@react-native/eslint-config": "^0.78.0",
|
|
109
109
|
"@react-navigation/native": "^7.1.16",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"react-native-webrtc": "^124.0.0",
|
|
139
139
|
"react-native-webview": "^13.15.0",
|
|
140
140
|
"release-it": "^17.10.0",
|
|
141
|
-
"turbo": "^
|
|
141
|
+
"turbo": "^2.9.14",
|
|
142
142
|
"typescript": "^5.8.3"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
package/src/version.ts
CHANGED