ssx-core/v1.1.0
Juliano1612
released this
19 Jan 12:49
·
77 commits
to main
since this release
Minor Changes
-
6205fc4: Added support for customAPIOperations in the SSX server configuration. This allows for configurations that execute a function instead of making a request to the configured endpoint for any of the ssx endpoints (nonce, login, logout).
-
24a7220: Adds Lens resolution feature to the client and server to allow the developer to choose where to resolve it. This feature is available to Polygon Mainnet and Mumbai Testnet (visit https://docs.lens.xyz/docs/api-links for more information).
- Creates and exports
SSXLensProfilesPageInfo
,SSXLensProfileData
, andSSXLensProfilesResponse
interfaces; - Adds
resolveLens?: boolean | 'onServer'
property onSSXClientConfig
interface; - Adds
lens?: string | SSXLensProfilesResponse
property onSSXClientSession
interface; - Updates
ssxResolveEns
docstring; - Creates and exports
ssxResolveLens
method to resolve Lens profiles; - Adds tests to the Lens profiles resolution feature.
- Creates and exports
Patch Changes
- 6205fc4: Extracted middleware logic to new ssx-server-middleware package. Moved
SSXServer
class interface tossx-core
and passed around implementation