@openfort/openfort-js 0.10.3 → 0.10.4

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 +1 @@
1
- "use strict";exports.PACKAGE="@openfort/openfort-js",exports.VERSION="0.10.3";
1
+ "use strict";exports.PACKAGE="@openfort/openfort-js",exports.VERSION="0.10.4";
package/dist/index.d.ts CHANGED
@@ -7392,4 +7392,4 @@ declare class OpenfortInternal {
7392
7392
  validateAndRefreshToken(forceRefresh?: boolean): Promise<void>;
7393
7393
  }
7394
7394
 
7395
- export { AccountTypeEnum, AuthActionRequiredActions, AuthActionRequiredResponse, AuthApi, AuthPlayerResponse$1 as AuthPlayerResponse, AuthResponse$1 as AuthResponse, AuthType, BasicAuthProvider, ChainTypeEnum, EmbeddedAccount, EmbeddedState, EmbeddedWalletApi, GrantPermissionsParameters, GrantPermissionsReturnType, InitAuthResponse, InitializeOAuthOptions, MissingProjectEntropyError, MissingRecoveryPasswordError, NotConfiguredError, OAuthProvider$1 as OAuthProvider, Openfort, OpenfortConfiguration, OpenfortError, OpenfortErrorType, OpenfortInternal, OpenfortSDKConfiguration, Permission, Policy, Provider, ProxyApi, RecoveryMethod, RecoveryParams, SDKConfiguration, SDKOverrides, SessionResponse$1 as SessionResponse, ShieldAuthOptions, ShieldConfiguration, ShieldOptions, Signer, IStorage as Storage, ThirdPartyAuthProvider as ThirdPartyOAuthProvider, TokenType$1 as TokenType, TransactionIntentResponse$1 as TransactionIntentResponse, TypedDataPayload, UserApi, WrongRecoveryPasswordError };
7395
+ export { AccountTypeEnum, AuthActionRequiredActions, AuthActionRequiredResponse, AuthApi, AuthPlayerResponse$1 as AuthPlayerResponse, AuthResponse$1 as AuthResponse, AuthType, BasicAuthProvider, ChainTypeEnum, EmbeddedAccount, EmbeddedState, EmbeddedWalletApi, GrantPermissionsParameters, GrantPermissionsReturnType, InitAuthResponse, InitializeOAuthOptions, MissingProjectEntropyError, MissingRecoveryPasswordError, NotConfiguredError, OAuthProvider$1 as OAuthProvider, Openfort, OpenfortConfiguration, OpenfortError, OpenfortErrorType, OpenfortInternal, OpenfortSDKConfiguration, Permission, Policy, Provider, ProxyApi, RecoveryMethod, RecoveryParams, SDKConfiguration, SDKOverrides, SessionResponse$1 as SessionResponse, ShieldAuthOptions, ShieldConfiguration, ShieldOptions, Signer, IStorage as Storage, ThirdPartyAuthConfiguration, ThirdPartyAuthProvider as ThirdPartyOAuthProvider, TokenType$1 as TokenType, TransactionIntentResponse$1 as TransactionIntentResponse, TypedDataPayload, UserApi, WrongRecoveryPasswordError };
@@ -1 +1 @@
1
- const o="0.10.3",t="@openfort/openfort-js";export{t as PACKAGE,o as VERSION};
1
+ const o="0.10.4",t="@openfort/openfort-js";export{t as PACKAGE,o as VERSION};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/openfort-js",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "author": "Openfort (https://www.openfort.io)",
5
5
  "bugs": "https://github.com/openfort-xyz/openfort-js/issues",
6
6
  "repository": "openfort-xyz/openfort-js.git",