@trustchex/react-native-sdk 1.495.6 → 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.
@@ -2,4 +2,4 @@
2
2
 
3
3
  // This file is auto-generated. Do not edit manually.
4
4
  // Version is synced from package.json during build.
5
- export const SDK_VERSION = '1.495.6';
5
+ export const SDK_VERSION = '1.495.7';
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "1.495.6";
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.6",
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.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": "^1.10.7",
141
+ "turbo": "^2.9.14",
142
142
  "typescript": "^5.8.3"
143
143
  },
144
144
  "dependencies": {
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  // Version is synced from package.json during build.
3
- export const SDK_VERSION = '1.495.6';
3
+ export const SDK_VERSION = '1.495.7';