Skip to content

Commit

Permalink
fix: proper import/export for ServiceConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Nov 13, 2023
1 parent aecc950 commit d1a29fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/keyring-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import type {
UCANOptions,
Signer
} from '@ucanto/interface'
import type { ServiceConfig } from './service'
import { StoreIndexedDB, getAccountPlan } from '@web3-storage/access'
import * as Ucanto from '@ucanto/interface'
import { fromEmail as mailtoDidFromEmail } from '@web3-storage/did-mailto'
import { Client, create as createW3UPClient } from '@web3-storage/w3up-client'
import * as W3Account from '@web3-storage/w3up-client/account'
import { Space } from '@web3-storage/w3up-client/space'
import { createServiceConf, ServiceConfig } from './service'
import { createServiceConf } from './service'

export { Abilities, AgentMeta, Service, Client, Space, ServiceConfig }

Expand Down

0 comments on commit d1a29fc

Please sign in to comment.