Skip to content

Commit

Permalink
Exports lexicon from @atproto/bsky. Fixes bluesky-social#2353.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ændra Rininsland committed Mar 20, 2024
1 parent c8a5fb4 commit 66e6bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bsky/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { authWithApiKey as bsyncAuth, createBsyncClient } from './bsync'
import { authWithApiKey as courierAuth, createCourierClient } from './courier'

export * from './data-plane'
export * from './lexicon';
export type { ServerConfigValues } from './config'
export { ServerConfig } from './config'
export { Database } from './data-plane/server/db'
Expand Down

0 comments on commit 66e6bc7

Please sign in to comment.