@logto/browser
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,3 +6,3 @@ import type { LogtoConfig } from '@logto/client'; | ||
export type { IdTokenClaims, LogtoErrorCode, LogtoConfig, LogtoClientErrorCode, UserInfoResponse, InteractionMode, ClientAdapter, } from '@logto/client'; | ||
export { LogtoError, OidcError, Prompt, LogtoRequestError, LogtoClientError, ReservedScope, UserScope, } from '@logto/client'; | ||
export { LogtoError, LogtoRequestError, LogtoClientError, OidcError, Prompt, ReservedScope, UserScope, } from '@logto/client'; | ||
export default class LogtoClient extends BaseClient { | ||
@@ -9,0 +9,0 @@ /** |
{ | ||
"name": "@logto/browser", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"type": "module", | ||
@@ -24,3 +24,3 @@ "main": "./lib/index.cjs", | ||
"dependencies": { | ||
"@logto/client": "^2.2.2", | ||
"@logto/client": "^2.2.3", | ||
"@silverhand/essentials": "^2.6.2", | ||
@@ -39,3 +39,3 @@ "js-base64": "^3.7.4" | ||
"jest-matcher-specific-error": "^1.0.0", | ||
"lint-staged": "^13.0.0", | ||
"lint-staged": "^14.0.0", | ||
"prettier": "^3.0.0", | ||
@@ -42,0 +42,0 @@ "text-encoder": "^0.0.4", |
@@ -8,4 +8,2 @@ # Logto JS Browser SDK | ||
We also provide [ć楣](https://docs.logto.io/zh-cn/sdk/JavaScript/browser/) in Simplified Chinese. | ||
## Installation | ||
@@ -12,0 +10,0 @@ |
21418
44
Updated@logto/client@^2.2.3