@switchlabs/verify-ai-react-native 2.4.4 → 2.4.5

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.
@@ -1,7 +1,7 @@
1
1
  import { TelemetryReporter } from '../telemetry/TelemetryReporter';
2
2
  import { SDK_VERSION } from '../version';
3
3
  const DEFAULT_BASE_URL = 'https://verify.switchlabs.dev/api/v1';
4
- const DEFAULT_TIMEOUT = 30000;
4
+ const DEFAULT_TIMEOUT = 60000;
5
5
  const VEHICLE_TYPE_LABELS = {
6
6
  scooter: 'Scooter',
7
7
  'e-bike': 'E-Bike',
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.4.4";
1
+ export declare const SDK_VERSION = "2.4.5";
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const SDK_VERSION = '2.4.4';
1
+ export const SDK_VERSION = '2.4.5';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@switchlabs/verify-ai-react-native",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "React Native SDK for Verify AI - photo verification with AI vision processing",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -13,7 +13,7 @@ import { TelemetryReporter } from '../telemetry/TelemetryReporter';
13
13
  import { SDK_VERSION } from '../version';
14
14
 
15
15
  const DEFAULT_BASE_URL = 'https://verify.switchlabs.dev/api/v1';
16
- const DEFAULT_TIMEOUT = 30000;
16
+ const DEFAULT_TIMEOUT = 60000;
17
17
 
18
18
  const VEHICLE_TYPE_LABELS: Record<string, string> = {
19
19
  scooter: 'Scooter',
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const SDK_VERSION = '2.4.4';
1
+ export const SDK_VERSION = '2.4.5';