@openfort/react 0.2.2 → 0.2.3

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.
package/build/index.d.ts CHANGED
@@ -9,8 +9,10 @@ export { default as getDefaultConfig } from './defaultConfig';
9
9
  export { default as getDefaultConnectors } from './defaultConnectors';
10
10
  export { useAuthCallback } from './hooks/openfort/auth/useAuthCallback';
11
11
  export { useEmailAuth } from './hooks/openfort/auth/useEmailAuth';
12
+ export { useEmailOtpAuth } from './hooks/openfort/auth/useEmailOtpAuth';
12
13
  export { useGuestAuth } from './hooks/openfort/auth/useGuestAuth';
13
14
  export { useOAuth } from './hooks/openfort/auth/useOAuth';
15
+ export { usePhoneOtpAuth } from './hooks/openfort/auth/usePhoneOtpAuth';
14
16
  export { useSignOut } from './hooks/openfort/auth/useSignOut';
15
17
  export { useWalletAuth } from './hooks/openfort/auth/useWalletAuth';
16
18
  export { type SignAuthorizationParameters, type SignAuthorizationReturnType, use7702Authorization, } from './hooks/openfort/use7702Authorization';
package/build/index.es.js CHANGED
@@ -5648,7 +5648,7 @@ const FitText = ({ children, maxFontSize = 100, minFontSize = 70, justifyContent
5648
5648
  };
5649
5649
  FitText.displayName = 'FitText';
5650
5650
 
5651
- const OPENFORT_VERSION = '0.2.2';
5651
+ const OPENFORT_VERSION = '0.2.3';
5652
5652
 
5653
5653
  const Portal = (props) => {
5654
5654
  props = {
@@ -19310,5 +19310,5 @@ const wallets = Object.keys(walletConfigs).reduce((acc, key) => {
19310
19310
  return acc;
19311
19311
  }, {});
19312
19312
 
19313
- export { UIAuthProvider as AuthProvider, Avatar, Chain as ChainIcon, LinkWalletOnSignUpOption, OPENFORT_VERSION, OpenfortButton, OpenfortError, OpenfortReactErrorType as OpenfortErrorType, OpenfortProvider, embeddedWalletId, defaultConfig as getDefaultConfig, defaultConnectors as getDefaultConnectors, use7702Authorization, useAuthCallback, useChainIsSupported, useChains, useConnectWithSiwe, useEmailAuth, useGrantPermissions, useGuestAuth, useOAuth, useOpenfortCore as useOpenfort, useRevokePermissions, useSignOut, useUI, useUser, useWalletAssets, useWalletAuth, useWallets, wallets };
19313
+ export { UIAuthProvider as AuthProvider, Avatar, Chain as ChainIcon, LinkWalletOnSignUpOption, OPENFORT_VERSION, OpenfortButton, OpenfortError, OpenfortReactErrorType as OpenfortErrorType, OpenfortProvider, embeddedWalletId, defaultConfig as getDefaultConfig, defaultConnectors as getDefaultConnectors, use7702Authorization, useAuthCallback, useChainIsSupported, useChains, useConnectWithSiwe, useEmailAuth, useEmailOtpAuth, useGrantPermissions, useGuestAuth, useOAuth, useOpenfortCore as useOpenfort, usePhoneOtpAuth, useRevokePermissions, useSignOut, useUI, useUser, useWalletAssets, useWalletAuth, useWallets, wallets };
19314
19314
  //# sourceMappingURL=index.es.js.map
@@ -1 +1 @@
1
- export declare const OPENFORT_VERSION = "0.2.2";
1
+ export declare const OPENFORT_VERSION = "0.2.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/react",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "author": "Openfort (https://www.openfort.io)",
5
5
  "license": "BSD-2-Clause license",
6
6
  "description": "The easiest way to integrate Openfort to your project.",
@@ -32,7 +32,7 @@
32
32
  "react"
33
33
  ],
34
34
  "dependencies": {
35
- "@openfort/openfort-js": "^1.0.0",
35
+ "@openfort/openfort-js": "^1.0.1",
36
36
  "axios": "^1.7.7",
37
37
  "buffer": "^6.0.3",
38
38
  "detect-browser": "^5.3.0",