@safercity/sdk-react-native 0.2.0 → 0.3.0

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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,10 @@
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.0
6
+
7
+ - **Typed SDK Alignment** - Updated to support the v0.3.0 auto-generated types and field name changes.
8
+
5
9
  ## What's New in v0.2.0
6
10
 
7
11
  - **SDK Overhaul Alignment** - Updated to reflect v0.2.0 changes in core, client, and react packages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@safercity/sdk-react-native",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "React Native adapter for SaferCity SDK with expo-fetch streaming support",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -33,8 +33,8 @@
33
33
  "prepublishOnly": "bun run build"
34
34
  },
35
35
  "dependencies": {
36
- "@safercity/sdk": "0.2.0",
37
- "@safercity/sdk-core": "0.2.0"
36
+ "@safercity/sdk": "workspace:*",
37
+ "@safercity/sdk-core": "workspace:*"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": ">=18.0.0",