@logto/capacitor
Advanced tools
Comparing version 1.1.4 to 1.1.5
import { type OpenOptions } from '@capacitor/browser'; | ||
import LogtoBaseClient, { type InteractionMode, type LogtoConfig, type SignInOptions } from '@logto/browser'; | ||
export { LogtoError, LogtoRequestError, LogtoClientError, OidcError, Prompt, ReservedScope, ReservedResource, UserScope, organizationUrnPrefix, buildOrganizationUrn, getOrganizationIdFromUrn, PersistKey, } from '@logto/browser'; | ||
export type { AccessTokenClaims, IdTokenClaims, InteractionMode, LogtoErrorCode, } from '@logto/browser'; | ||
export type CapacitorConfig = { | ||
@@ -5,0 +6,0 @@ /** |
{ | ||
"name": "@logto/capacitor", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"type": "module", | ||
@@ -24,3 +24,3 @@ "main": "./lib/index.cjs", | ||
"dependencies": { | ||
"@logto/browser": "^2.2.5" | ||
"@logto/browser": "^2.2.6" | ||
}, | ||
@@ -36,3 +36,3 @@ "devDependencies": { | ||
"@types/jest": "^29.5.0", | ||
"eslint": "^8.44.0", | ||
"eslint": "^8.57.0", | ||
"jest": "^29.5.0", | ||
@@ -39,0 +39,0 @@ "jest-environment-jsdom": "^29.5.0", |
20692
360
Updated@logto/browser@^2.2.6