@logto/client
Advanced tools
Comparing version 2.6.1 to 2.6.2
import { DefaultJwtVerifier } from './adapter/defaults.js'; | ||
import { StandardLogtoClient } from './client.js'; | ||
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedResource, ReservedScope, UserScope, buildOrganizationUrn, getOrganizationIdFromUrn, organizationUrnPrefix } from '@logto/js'; | ||
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedResource, ReservedScope, UserScope, buildOrganizationUrn, getOrganizationIdFromUrn, isLogtoRequestError, organizationUrnPrefix } from '@logto/js'; | ||
export { LogtoClientError } from './errors.js'; | ||
@@ -5,0 +5,0 @@ import '@silverhand/essentials'; |
@@ -6,4 +6,4 @@ /** | ||
*/ | ||
export type { IdTokenClaims, LogtoErrorCode, UserInfoResponse, InteractionMode } from '@logto/js'; | ||
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedScope, ReservedResource, UserScope, organizationUrnPrefix, buildOrganizationUrn, getOrganizationIdFromUrn, } from '@logto/js'; | ||
export type { AccessTokenClaims, IdTokenClaims, LogtoErrorCode, UserInfoResponse, InteractionMode, } from '@logto/js'; | ||
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedScope, ReservedResource, UserScope, organizationUrnPrefix, buildOrganizationUrn, getOrganizationIdFromUrn, isLogtoRequestError, } from '@logto/js'; | ||
export * from './errors.js'; | ||
@@ -10,0 +10,0 @@ export type { Storage, StorageKey, ClientAdapter, JwtVerifier } from './adapter/index.js'; |
@@ -1,2 +0,2 @@ | ||
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedResource, ReservedScope, UserScope, buildOrganizationUrn, getOrganizationIdFromUrn, organizationUrnPrefix } from '@logto/js'; | ||
export { LogtoError, LogtoRequestError, OidcError, Prompt, ReservedResource, ReservedScope, UserScope, buildOrganizationUrn, getOrganizationIdFromUrn, isLogtoRequestError, organizationUrnPrefix } from '@logto/js'; | ||
export { LogtoClientError } from './errors.js'; | ||
@@ -3,0 +3,0 @@ import '@silverhand/essentials'; |
{ | ||
"name": "@logto/client", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"type": "module", | ||
@@ -45,3 +45,3 @@ "main": "./lib/index.cjs", | ||
"@types/node": "^20.11.19", | ||
"eslint": "^8.44.0", | ||
"eslint": "^8.57.0", | ||
"jest": "^29.5.0", | ||
@@ -48,0 +48,0 @@ "jest-matcher-specific-error": "^1.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
87653
1967