@openfort/react-native 0.1.5 → 0.1.6

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.
@@ -209,7 +209,7 @@ export const OpenfortProvider = ({ children, publishableKey, customAuth, support
209
209
  isReady,
210
210
  error,
211
211
  supportedChains,
212
- embeddedWallet: walletConfig,
212
+ walletConfig,
213
213
  embeddedState,
214
214
  // Flow states
215
215
  passwordState,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfort/react-native",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "license": "MIT",
6
6
  "description": "React Native SDK for Openfort platform integration",
7
7
  "scripts": {