@logto/browser
Advanced tools
Comparing version 1.0.0 to 1.1.0
import BaseClient, { LogtoConfig } from "@logto/client"; | ||
export type { IdTokenClaims, LogtoErrorCode, LogtoConfig, LogtoClientErrorCode, UserInfoResponse, } from '@logto/client'; | ||
export type { IdTokenClaims, LogtoErrorCode, LogtoConfig, LogtoClientErrorCode, UserInfoResponse, InteractionMode, } from '@logto/client'; | ||
export { LogtoError, OidcError, Prompt, LogtoRequestError, LogtoClientError, ReservedScope, UserScope, } from '@logto/client'; | ||
@@ -4,0 +4,0 @@ export default class LogtoClient extends BaseClient { |
{ | ||
"name": "@logto/browser", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"source": "./src/index.ts", | ||
@@ -32,3 +32,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@logto/client": "^1.0.0", | ||
"@logto/client": "^1.1.0", | ||
"@silverhand/essentials": "^1.2.1", | ||
@@ -64,3 +64,3 @@ "js-base64": "^3.7.4" | ||
}, | ||
"gitHead": "fff27b23a74d5bd3a46fc83fbbc2901b6e054c72" | ||
"gitHead": "f24174a6f840b8db968ad3886878d1b6e92b1b9d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26627
Updated@logto/client@^1.1.0