@safercity/sdk-react-native 0.3.0 → 0.3.1

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  React Native adapter for SaferCity SDK with expo-fetch streaming support and secure token storage.
4
4
 
5
+ ## What's New in v0.3.1
6
+
7
+ - **Simplified Return Types** - Updated to reflect v0.3.1 client changes. Domain methods return API body directly. Hook data types auto-adapt via `@safercity/sdk-react`.
8
+ - **Typed Errors** - `SaferCityApiError` with `status`, `error`, `message` fields on all API failures.
9
+
5
10
  ## What's New in v0.3.0
6
11
 
7
12
  - **Typed SDK Alignment** - Updated to support the v0.3.0 auto-generated types and field name changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@safercity/sdk-react-native",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "React Native adapter for SaferCity SDK with expo-fetch streaming support",
5
5
  "license": "MIT",
6
6
  "author": {